@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/5871_304_1187449_capture_304_1187449_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_304_1187449_capture_304_1187449_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_304_1187449_capture_304_1187449_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.990647 5.058911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.990647"^^xsd:decimal ;
  dwc:decimalLongitude "5.058911"^^xsd:decimal ;
  dwc: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/5871_304_1187449_capture_304_1187449_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.990647 5.058911)"^^geo:wktLiteral ;
  geo-pos:lat "50.990647"^^xsd:decimal ;
  geo-pos:long "5.058911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_304_1187449_capture_304_1187449_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "304_1187449_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '304_1187449_capture'^^xsd:string;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.058911'^^xsd:double;
  dwc:latitude '50.990647'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '304_1187449_capture'^^xsd:string;
  dwc:observationDate '2014-04-17'^^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/5871_304_1187449_release_304_1187449_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_304_1187449_release_304_1187449_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_304_1187449_release_304_1187449_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc: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/5871_304_1187449_release_304_1187449_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_304_1187449_release_304_1187449_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "304_1187449_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '304_1187449_release'^^xsd:string;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '304_1187449_release'^^xsd:string;
  dwc:observationDate '2014-04-18'^^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/5871_21676626_21676626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21676626_21676626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21676626_21676626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21676626_21676626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21676626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21676626'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21676626'^^xsd:integer;
  dwc:observationDate '2014-04-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20744955_20744955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20744955_20744955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20744955_20744955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20744955_20744955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20744955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20744955'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20744955'^^xsd:integer;
  dwc:observationDate '2014-04-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_305_1187450_capture_305_1187450_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_305_1187450_capture_305_1187450_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_305_1187450_capture_305_1187450_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991416 5.028444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991416"^^xsd:decimal ;
  dwc:decimalLongitude "5.028444"^^xsd:decimal ;
  dwc: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/5871_305_1187450_capture_305_1187450_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991416 5.028444)"^^geo:wktLiteral ;
  geo-pos:lat "50.991416"^^xsd:decimal ;
  geo-pos:long "5.028444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_305_1187450_capture_305_1187450_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "305_1187450_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '305_1187450_capture'^^xsd:string;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.028444'^^xsd:double;
  dwc:latitude '50.991416'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '305_1187450_capture'^^xsd:string;
  dwc:observationDate '2014-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/5871_305_1187450_release_305_1187450_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_305_1187450_release_305_1187450_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_305_1187450_release_305_1187450_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc: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/5871_305_1187450_release_305_1187450_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_305_1187450_release_305_1187450_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "305_1187450_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '305_1187450_release'^^xsd:string;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '305_1187450_release'^^xsd:string;
  dwc:observationDate '2014-04-24'^^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/5871_22308206_22308206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22308206_22308206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22308206_22308206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22308206_22308206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22308206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22308206'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22308206'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22094662_22094662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22094662_22094662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22094662_22094662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22094662_22094662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22094662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22094662'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22094662'^^xsd:integer;
  dwc:observationDate '2014-04-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21459629_21459629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21459629_21459629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21459629_21459629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21459629_21459629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21459629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21459629'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21459629'^^xsd:integer;
  dwc:observationDate '2014-04-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22575596_22575596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22575596_22575596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22575596_22575596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22575596_22575596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22575596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22575596'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22575596'^^xsd:integer;
  dwc:observationDate '2014-04-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21702024_21702024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21702024_21702024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21702024_21702024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21702024_21702024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21702024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21702024'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21702024'^^xsd:integer;
  dwc:observationDate '2014-04-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 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/5871_22024419_22024419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22024419_22024419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22024419_22024419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22024419_22024419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22024419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22024419'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22024419'^^xsd:integer;
  dwc:observationDate '2014-04-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21485406_21485406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21485406_21485406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21485406_21485406> ;
  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/5871_21485406_21485406>
  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/5871_21485406_21485406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21485406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21485406'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21485406'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_44765315_44765315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_44765315_44765315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_44765315_44765315> ;
  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/5871_44765315_44765315>
  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/5871_44765315_44765315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "44765315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '44765315'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '44765315'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_44765340_44765340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_44765340_44765340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_44765340_44765340> ;
  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/5871_44765340_44765340>
  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/5871_44765340_44765340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "44765340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '44765340'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '44765340'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_44765344_44765344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_44765344_44765344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_44765344_44765344> ;
  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/5871_44765344_44765344>
  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/5871_44765344_44765344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "44765344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '44765344'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '44765344'^^xsd:integer;
  dwc:observationDate '2014-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-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20801603_20801603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20801603_20801603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20801603_20801603> ;
  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/5871_20801603_20801603>
  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/5871_20801603_20801603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20801603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20801603'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20801603'^^xsd:integer;
  dwc:observationDate '2014-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-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21835970_21835970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21835970_21835970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21835970_21835970> ;
  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/5871_21835970_21835970>
  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/5871_21835970_21835970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21835970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21835970'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21835970'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_44765353_44765353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_44765353_44765353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_44765353_44765353> ;
  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/5871_44765353_44765353>
  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/5871_44765353_44765353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "44765353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '44765353'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '44765353'^^xsd:integer;
  dwc:observationDate '2014-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-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21543084_21543084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21543084_21543084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21543084_21543084> ;
  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/5871_21543084_21543084>
  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/5871_21543084_21543084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21543084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21543084'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21543084'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21733609_21733609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21733609_21733609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21733609_21733609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21733609_21733609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21733609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21733609'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21733609'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_44765356_44765356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_44765356_44765356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_44765356_44765356> ;
  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/5871_44765356_44765356>
  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/5871_44765356_44765356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "44765356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '44765356'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '44765356'^^xsd:integer;
  dwc:observationDate '2014-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-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20820815_20820815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20820815_20820815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20820815_20820815> ;
  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/5871_20820815_20820815>
  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/5871_20820815_20820815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20820815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20820815'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20820815'^^xsd:integer;
  dwc:observationDate '2014-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-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_44765365_44765365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_44765365_44765365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_44765365_44765365> ;
  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/5871_44765365_44765365>
  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/5871_44765365_44765365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "44765365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '44765365'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '44765365'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22153028_22153028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22153028_22153028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22153028_22153028> ;
  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/5871_22153028_22153028>
  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/5871_22153028_22153028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22153028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22153028'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22153028'^^xsd:integer;
  dwc:observationDate '2014-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-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22161979_22161979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22161979_22161979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22161979_22161979> ;
  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/5871_22161979_22161979>
  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/5871_22161979_22161979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22161979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22161979'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '3.96965'^^xsd:double;
  dwc:latitude '51.02032'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22161979'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22399585_22399585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22399585_22399585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22399585_22399585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22399585_22399585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22399585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22399585'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22399585'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20721210_20721210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20721210_20721210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20721210_20721210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20721210_20721210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20721210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20721210'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20721210'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22491736_22491736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22491736_22491736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22491736_22491736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22491736_22491736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22491736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22491736'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22491736'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21923131_21923131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21923131_21923131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21923131_21923131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21923131_21923131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21923131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21923131'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21923131'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20588075_20588075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20588075_20588075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20588075_20588075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20588075_20588075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20588075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20588075'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20588075'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22055342_22055342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22055342_22055342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22055342_22055342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22055342_22055342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22055342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22055342'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22055342'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22150957_22150957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22150957_22150957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22150957_22150957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22150957_22150957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22150957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22150957'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22150957'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20936863_20936863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20936863_20936863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20936863_20936863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20936863_20936863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20936863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20936863'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20936863'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21021691_21021691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21021691_21021691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21021691_21021691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21021691_21021691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21021691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21021691'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21021691'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21053164_21053164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21053164_21053164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21053164_21053164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21053164_21053164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21053164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21053164'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21053164'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21596092_21596092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21596092_21596092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21596092_21596092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21596092_21596092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21596092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21596092'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21596092'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21709486_21709486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21709486_21709486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21709486_21709486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21709486_21709486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21709486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21709486'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21709486'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20686765_20686765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20686765_20686765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20686765_20686765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20686765_20686765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20686765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20686765'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20686765'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20720984_20720984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20720984_20720984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20720984_20720984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20720984_20720984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20720984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20720984'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20720984'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20787333_20787333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20787333_20787333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20787333_20787333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20787333_20787333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20787333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20787333'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20787333'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21461047_21461047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21461047_21461047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21461047_21461047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21461047_21461047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21461047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21461047'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21461047'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21963539_21963539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21963539_21963539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21963539_21963539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21963539_21963539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21963539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21963539'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21963539'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21977265_21977265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21977265_21977265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21977265_21977265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21977265_21977265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21977265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21977265'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21977265'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22570961_22570961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22570961_22570961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22570961_22570961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22570961_22570961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22570961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22570961'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22570961'^^xsd:integer;
  dwc:observationDate '2014-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 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22635625_22635625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22635625_22635625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22635625_22635625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22635625_22635625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22635625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22635625'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22635625'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21032945_21032945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21032945_21032945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21032945_21032945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21032945_21032945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21032945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21032945'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21032945'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21507761_21507761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21507761_21507761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21507761_21507761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21507761_21507761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21507761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21507761'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21507761'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21882154_21882154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21882154_21882154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21882154_21882154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21882154_21882154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21882154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21882154'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21882154'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22393405_22393405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22393405_22393405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22393405_22393405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22393405_22393405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22393405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22393405'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22393405'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22295597_22295597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22295597_22295597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22295597_22295597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22295597_22295597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22295597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22295597'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22295597'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22316570_22316570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22316570_22316570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22316570_22316570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22316570_22316570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22316570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22316570'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22316570'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21325837_21325837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21325837_21325837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21325837_21325837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21325837_21325837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21325837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21325837'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21325837'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21909842_21909842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21909842_21909842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21909842_21909842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21909842_21909842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21909842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21909842'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21909842'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21545314_21545314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21545314_21545314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21545314_21545314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21545314_21545314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21545314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21545314'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21545314'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21228625_21228625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21228625_21228625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21228625_21228625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21228625_21228625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21228625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21228625'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21228625'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22615059_22615059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22615059_22615059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22615059_22615059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22615059_22615059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22615059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22615059'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22615059'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21550872_21550872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21550872_21550872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21550872_21550872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21550872_21550872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21550872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21550872'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21550872'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22299407_22299407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22299407_22299407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22299407_22299407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22299407_22299407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22299407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22299407'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22299407'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22043692_22043692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22043692_22043692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22043692_22043692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22043692_22043692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22043692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22043692'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22043692'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21745924_21745924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21745924_21745924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21745924_21745924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21745924_21745924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21745924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21745924'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21745924'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22503727_22503727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22503727_22503727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22503727_22503727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22503727_22503727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22503727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22503727'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22503727'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21572785_21572785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21572785_21572785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21572785_21572785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21572785_21572785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21572785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21572785'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21572785'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21148565_21148565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21148565_21148565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21148565_21148565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21148565_21148565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21148565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21148565'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21148565'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21395447_21395447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21395447_21395447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21395447_21395447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21395447_21395447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21395447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21395447'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21395447'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21290518_21290518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21290518_21290518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21290518_21290518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21290518_21290518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21290518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21290518'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21290518'^^xsd:integer;
  dwc:observationDate '2014-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 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22457385_22457385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22457385_22457385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22457385_22457385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22457385_22457385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22457385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22457385'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22457385'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21904752_21904752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21904752_21904752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21904752_21904752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21904752_21904752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21904752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21904752'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21904752'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22151852_22151852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22151852_22151852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22151852_22151852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22151852_22151852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22151852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22151852'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22151852'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20913817_20913817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20913817_20913817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20913817_20913817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20913817_20913817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20913817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20913817'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20913817'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21473910_21473910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21473910_21473910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21473910_21473910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21473910_21473910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21473910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21473910'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21473910'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22463582_22463582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22463582_22463582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22463582_22463582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22463582_22463582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22463582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22463582'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22463582'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21845085_21845085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21845085_21845085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21845085_21845085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21845085_21845085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21845085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21845085'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21845085'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22136654_22136654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22136654_22136654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22136654_22136654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22136654_22136654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22136654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22136654'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22136654'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21511288_21511288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21511288_21511288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21511288_21511288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21511288_21511288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21511288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21511288'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21511288'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21023272_21023272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21023272_21023272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21023272_21023272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21023272_21023272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21023272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21023272'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21023272'^^xsd:integer;
  dwc:observationDate '2014-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 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22067782_22067782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22067782_22067782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22067782_22067782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22067782_22067782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22067782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22067782'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22067782'^^xsd:integer;
  dwc:observationDate '2014-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 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22633120_22633120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22633120_22633120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22633120_22633120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22633120_22633120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22633120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22633120'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22633120'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20974637_20974637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20974637_20974637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20974637_20974637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20974637_20974637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20974637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20974637'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20974637'^^xsd:integer;
  dwc:observationDate '2014-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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21668190_21668190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21668190_21668190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21668190_21668190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21668190_21668190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21668190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21668190'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21668190'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21829482_21829482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21829482_21829482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21829482_21829482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21829482_21829482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21829482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21829482'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21829482'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22201917_22201917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22201917_22201917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22201917_22201917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22201917_22201917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22201917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22201917'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22201917'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21221915_21221915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21221915_21221915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21221915_21221915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21221915_21221915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21221915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21221915'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21221915'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20892938_20892938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20892938_20892938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20892938_20892938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20892938_20892938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20892938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20892938'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20892938'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20915041_20915041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20915041_20915041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20915041_20915041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20915041_20915041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20915041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20915041'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20915041'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21431456_21431456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21431456_21431456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21431456_21431456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21431456_21431456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21431456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21431456'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21431456'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21355029_21355029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21355029_21355029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21355029_21355029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21355029_21355029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21355029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21355029'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21355029'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21601330_21601330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21601330_21601330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21601330_21601330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21601330_21601330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21601330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21601330'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21601330'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20903566_20903566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20903566_20903566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20903566_20903566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20903566_20903566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20903566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20903566'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20903566'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22364270_22364270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22364270_22364270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22364270_22364270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22364270_22364270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22364270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22364270'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22364270'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21267163_21267163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21267163_21267163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21267163_21267163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21267163_21267163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21267163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21267163'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21267163'^^xsd:integer;
  dwc:observationDate '2014-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21167073_21167073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21167073_21167073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21167073_21167073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21167073_21167073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21167073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21167073'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21167073'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22385999_22385999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22385999_22385999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22385999_22385999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22385999_22385999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22385999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22385999'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22385999'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22117693_22117693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22117693_22117693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22117693_22117693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22117693_22117693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22117693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22117693'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22117693'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22239110_22239110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22239110_22239110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22239110_22239110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22239110_22239110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22239110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22239110'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22239110'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20616620_20616620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20616620_20616620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20616620_20616620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20616620_20616620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20616620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20616620'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20616620'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22564556_22564556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22564556_22564556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22564556_22564556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22564556_22564556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22564556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22564556'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22564556'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20928198_20928198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20928198_20928198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20928198_20928198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20928198_20928198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20928198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20928198'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20928198'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22342087_22342087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22342087_22342087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22342087_22342087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22342087_22342087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22342087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22342087'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22342087'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20718353_20718353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20718353_20718353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20718353_20718353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20718353_20718353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20718353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20718353'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20718353'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22526055_22526055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22526055_22526055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22526055_22526055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22526055_22526055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22526055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22526055'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22526055'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22145325_22145325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22145325_22145325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22145325_22145325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22145325_22145325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22145325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22145325'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22145325'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22135051_22135051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22135051_22135051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22135051_22135051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22135051_22135051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22135051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22135051'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22135051'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20614654_20614654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20614654_20614654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20614654_20614654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20614654_20614654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20614654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20614654'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20614654'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22047309_22047309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22047309_22047309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22047309_22047309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22047309_22047309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22047309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22047309'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22047309'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20655747_20655747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20655747_20655747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20655747_20655747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20655747_20655747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20655747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20655747'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20655747'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21585774_21585774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21585774_21585774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21585774_21585774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21585774_21585774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21585774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21585774'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21585774'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22204256_22204256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22204256_22204256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22204256_22204256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22204256_22204256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22204256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22204256'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22204256'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21401869_21401869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21401869_21401869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21401869_21401869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21401869_21401869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21401869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21401869'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21401869'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21805799_21805799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21805799_21805799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21805799_21805799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21805799_21805799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21805799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21805799'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21805799'^^xsd:integer;
  dwc:observationDate '2014-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 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21701850_21701850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21701850_21701850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21701850_21701850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21701850_21701850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21701850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21701850'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21701850'^^xsd:integer;
  dwc:observationDate '2014-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 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22376251_22376251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22376251_22376251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22376251_22376251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22376251_22376251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22376251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22376251'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22376251'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21226452_21226452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21226452_21226452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21226452_21226452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21226452_21226452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21226452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21226452'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21226452'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22716485_22716485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22716485_22716485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22716485_22716485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22716485_22716485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22716485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22716485'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22716485'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21027898_21027898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21027898_21027898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21027898_21027898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21027898_21027898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21027898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21027898'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21027898'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20729996_20729996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20729996_20729996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20729996_20729996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20729996_20729996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20729996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20729996'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20729996'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21813107_21813107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21813107_21813107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21813107_21813107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21813107_21813107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21813107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21813107'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21813107'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22281081_22281081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22281081_22281081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22281081_22281081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22281081_22281081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22281081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22281081'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22281081'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22411938_22411938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22411938_22411938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22411938_22411938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22411938_22411938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22411938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22411938'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22411938'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20768462_20768462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20768462_20768462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20768462_20768462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20768462_20768462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20768462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20768462'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20768462'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20939401_20939401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20939401_20939401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20939401_20939401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20939401_20939401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20939401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20939401'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20939401'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21951165_21951165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21951165_21951165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21951165_21951165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21951165_21951165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21951165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21951165'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21951165'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20598534_20598534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20598534_20598534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20598534_20598534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20598534_20598534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20598534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20598534'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20598534'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22316851_22316851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22316851_22316851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22316851_22316851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22316851_22316851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22316851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22316851'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22316851'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21763853_21763853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21763853_21763853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21763853_21763853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21763853_21763853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21763853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21763853'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21763853'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21193014_21193014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21193014_21193014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21193014_21193014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21193014_21193014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21193014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21193014'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21193014'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21787399_21787399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21787399_21787399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21787399_21787399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21787399_21787399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21787399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21787399'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21787399'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22708687_22708687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22708687_22708687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22708687_22708687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22708687_22708687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22708687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22708687'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22708687'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20836194_20836194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20836194_20836194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20836194_20836194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20836194_20836194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20836194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20836194'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20836194'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21984444_21984444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21984444_21984444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21984444_21984444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21984444_21984444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21984444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21984444'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21984444'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22359287_22359287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22359287_22359287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22359287_22359287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22359287_22359287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22359287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22359287'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22359287'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22316448_22316448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22316448_22316448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22316448_22316448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22316448_22316448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22316448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22316448'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22316448'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22135760_22135760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22135760_22135760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22135760_22135760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22135760_22135760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22135760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22135760'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22135760'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22272919_22272919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22272919_22272919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22272919_22272919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22272919_22272919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22272919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22272919'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22272919'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21611123_21611123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21611123_21611123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21611123_21611123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21611123_21611123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21611123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21611123'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21611123'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20988768_20988768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20988768_20988768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20988768_20988768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20988768_20988768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20988768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20988768'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20988768'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21026161_21026161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21026161_21026161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21026161_21026161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21026161_21026161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21026161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21026161'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21026161'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20962894_20962894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20962894_20962894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20962894_20962894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20962894_20962894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20962894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20962894'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20962894'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21964160_21964160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21964160_21964160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21964160_21964160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21964160_21964160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21964160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21964160'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21964160'^^xsd:integer;
  dwc:observationDate '2014-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 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22524858_22524858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22524858_22524858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22524858_22524858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22524858_22524858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22524858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22524858'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22524858'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22500005_22500005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22500005_22500005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22500005_22500005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22500005_22500005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22500005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22500005'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22500005'^^xsd:integer;
  dwc:observationDate '2014-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21974382_21974382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21974382_21974382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21974382_21974382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21974382_21974382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21974382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21974382'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21974382'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22038146_22038146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22038146_22038146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22038146_22038146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22038146_22038146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22038146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22038146'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22038146'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21754775_21754775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21754775_21754775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21754775_21754775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21754775_21754775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21754775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21754775'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21754775'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21140729_21140729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21140729_21140729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21140729_21140729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21140729_21140729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21140729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21140729'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21140729'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20903262_20903262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20903262_20903262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20903262_20903262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20903262_20903262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20903262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20903262'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20903262'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21618588_21618588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21618588_21618588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21618588_21618588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21618588_21618588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21618588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21618588'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21618588'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20999936_20999936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20999936_20999936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20999936_20999936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20999936_20999936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20999936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20999936'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20999936'^^xsd:integer;
  dwc:observationDate '2014-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20999359_20999359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20999359_20999359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20999359_20999359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20999359_20999359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20999359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20999359'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20999359'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21657589_21657589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21657589_21657589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21657589_21657589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21657589_21657589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21657589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21657589'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21657589'^^xsd:integer;
  dwc:observationDate '2014-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 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21079722_21079722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21079722_21079722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21079722_21079722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21079722_21079722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21079722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21079722'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21079722'^^xsd:integer;
  dwc:observationDate '2014-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 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22086442_22086442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22086442_22086442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22086442_22086442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22086442_22086442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22086442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22086442'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22086442'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20841195_20841195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20841195_20841195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20841195_20841195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20841195_20841195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20841195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20841195'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20841195'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21906922_21906922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21906922_21906922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21906922_21906922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21906922_21906922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21906922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21906922'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21906922'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21654845_21654845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21654845_21654845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21654845_21654845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21654845_21654845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21654845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21654845'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21654845'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22090596_22090596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22090596_22090596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22090596_22090596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22090596_22090596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22090596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22090596'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22090596'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21720238_21720238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21720238_21720238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21720238_21720238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21720238_21720238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21720238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21720238'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21720238'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21159795_21159795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21159795_21159795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21159795_21159795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21159795_21159795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21159795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21159795'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21159795'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22119336_22119336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22119336_22119336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22119336_22119336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22119336_22119336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22119336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22119336'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22119336'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21269484_21269484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21269484_21269484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21269484_21269484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21269484_21269484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21269484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21269484'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21269484'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22435058_22435058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22435058_22435058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22435058_22435058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22435058_22435058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22435058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22435058'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22435058'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22321322_22321322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22321322_22321322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22321322_22321322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22321322_22321322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22321322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22321322'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22321322'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22036678_22036678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22036678_22036678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22036678_22036678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22036678_22036678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22036678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22036678'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22036678'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21348428_21348428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21348428_21348428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21348428_21348428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21348428_21348428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21348428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21348428'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21348428'^^xsd:integer;
  dwc:observationDate '2014-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 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21064624_21064624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21064624_21064624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21064624_21064624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21064624_21064624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21064624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21064624'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21064624'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21970809_21970809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21970809_21970809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21970809_21970809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21970809_21970809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21970809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21970809'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21970809'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21669888_21669888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21669888_21669888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21669888_21669888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21669888_21669888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21669888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21669888'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21669888'^^xsd:integer;
  dwc:observationDate '2014-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 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22635363_22635363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22635363_22635363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22635363_22635363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22635363_22635363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22635363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22635363'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22635363'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22244542_22244542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22244542_22244542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22244542_22244542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22244542_22244542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22244542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22244542'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22244542'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21104825_21104825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21104825_21104825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21104825_21104825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21104825_21104825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21104825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21104825'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21104825'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20805305_20805305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20805305_20805305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20805305_20805305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20805305_20805305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20805305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20805305'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20805305'^^xsd:integer;
  dwc:observationDate '2014-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 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21840255_21840255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21840255_21840255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21840255_21840255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21840255_21840255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21840255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21840255'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21840255'^^xsd:integer;
  dwc:observationDate '2014-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20854971_20854971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20854971_20854971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20854971_20854971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20854971_20854971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20854971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20854971'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20854971'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22201751_22201751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22201751_22201751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22201751_22201751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22201751_22201751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22201751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22201751'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22201751'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21268111_21268111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21268111_21268111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21268111_21268111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21268111_21268111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21268111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21268111'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21268111'^^xsd:integer;
  dwc:observationDate '2014-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 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21775149_21775149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21775149_21775149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21775149_21775149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21775149_21775149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21775149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21775149'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21775149'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21182895_21182895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21182895_21182895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21182895_21182895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21182895_21182895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21182895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21182895'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21182895'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22542948_22542948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22542948_22542948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22542948_22542948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22542948_22542948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22542948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22542948'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22542948'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21835346_21835346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21835346_21835346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21835346_21835346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21835346_21835346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21835346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21835346'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21835346'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21940950_21940950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21940950_21940950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21940950_21940950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21940950_21940950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21940950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21940950'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21940950'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22204973_22204973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22204973_22204973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22204973_22204973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22204973_22204973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22204973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22204973'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22204973'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22660988_22660988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22660988_22660988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22660988_22660988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22660988_22660988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22660988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22660988'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22660988'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20657527_20657527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20657527_20657527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20657527_20657527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20657527_20657527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20657527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20657527'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20657527'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20990303_20990303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20990303_20990303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20990303_20990303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20990303_20990303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20990303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20990303'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20990303'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20819687_20819687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20819687_20819687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20819687_20819687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20819687_20819687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20819687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20819687'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20819687'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22495326_22495326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22495326_22495326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22495326_22495326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22495326_22495326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22495326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22495326'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22495326'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21740214_21740214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21740214_21740214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21740214_21740214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21740214_21740214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21740214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21740214'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21740214'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22215017_22215017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22215017_22215017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22215017_22215017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22215017_22215017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22215017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22215017'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22215017'^^xsd:integer;
  dwc:observationDate '2014-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 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21390612_21390612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21390612_21390612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21390612_21390612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21390612_21390612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21390612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21390612'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21390612'^^xsd:integer;
  dwc:observationDate '2014-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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20835809_20835809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20835809_20835809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20835809_20835809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20835809_20835809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20835809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20835809'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20835809'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20738073_20738073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20738073_20738073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20738073_20738073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20738073_20738073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20738073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20738073'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20738073'^^xsd:integer;
  dwc:observationDate '2014-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 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20843103_20843103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20843103_20843103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20843103_20843103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20843103_20843103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20843103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20843103'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20843103'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20806591_20806591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20806591_20806591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20806591_20806591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20806591_20806591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20806591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20806591'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20806591'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21469498_21469498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21469498_21469498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21469498_21469498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21469498_21469498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21469498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21469498'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21469498'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21199298_21199298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21199298_21199298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21199298_21199298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21199298_21199298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21199298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21199298'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21199298'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22295069_22295069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22295069_22295069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22295069_22295069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22295069_22295069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22295069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22295069'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22295069'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21623663_21623663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21623663_21623663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21623663_21623663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21623663_21623663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21623663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21623663'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21623663'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21483891_21483891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21483891_21483891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21483891_21483891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21483891_21483891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21483891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21483891'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21483891'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22100087_22100087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22100087_22100087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22100087_22100087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22100087_22100087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22100087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22100087'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22100087'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21905490_21905490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21905490_21905490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21905490_21905490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21905490_21905490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21905490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21905490'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21905490'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20612912_20612912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20612912_20612912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20612912_20612912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20612912_20612912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20612912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20612912'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20612912'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22517593_22517593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22517593_22517593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22517593_22517593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22517593_22517593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22517593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22517593'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22517593'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21460836_21460836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21460836_21460836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21460836_21460836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21460836_21460836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21460836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21460836'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21460836'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21714070_21714070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21714070_21714070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21714070_21714070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21714070_21714070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21714070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21714070'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21714070'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22553169_22553169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22553169_22553169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22553169_22553169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22553169_22553169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22553169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22553169'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22553169'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21910994_21910994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21910994_21910994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21910994_21910994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21910994_21910994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21910994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21910994'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21910994'^^xsd:integer;
  dwc:observationDate '2014-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22236086_22236086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22236086_22236086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22236086_22236086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22236086_22236086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22236086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22236086'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22236086'^^xsd:integer;
  dwc:observationDate '2014-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 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22332206_22332206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22332206_22332206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22332206_22332206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22332206_22332206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22332206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22332206'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22332206'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22624129_22624129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22624129_22624129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22624129_22624129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22624129_22624129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22624129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22624129'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22624129'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21325169_21325169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21325169_21325169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21325169_21325169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21325169_21325169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21325169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21325169'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21325169'^^xsd:integer;
  dwc:observationDate '2014-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 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21515019_21515019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21515019_21515019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21515019_21515019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21515019_21515019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21515019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21515019'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21515019'^^xsd:integer;
  dwc:observationDate '2014-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 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21261639_21261639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21261639_21261639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21261639_21261639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21261639_21261639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21261639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21261639'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21261639'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22402667_22402667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22402667_22402667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22402667_22402667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22402667_22402667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22402667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22402667'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22402667'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20814765_20814765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20814765_20814765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20814765_20814765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20814765_20814765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20814765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20814765'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20814765'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20960468_20960468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20960468_20960468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20960468_20960468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20960468_20960468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20960468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20960468'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20960468'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22224013_22224013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22224013_22224013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22224013_22224013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22224013_22224013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22224013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22224013'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22224013'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21457176_21457176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21457176_21457176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21457176_21457176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21457176_21457176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21457176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21457176'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21457176'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21441376_21441376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21441376_21441376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21441376_21441376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21441376_21441376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21441376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21441376'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21441376'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21570706_21570706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21570706_21570706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21570706_21570706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21570706_21570706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21570706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21570706'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21570706'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21153789_21153789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21153789_21153789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21153789_21153789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21153789_21153789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21153789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21153789'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21153789'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22292950_22292950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22292950_22292950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22292950_22292950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22292950_22292950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22292950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22292950'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22292950'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20707465_20707465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20707465_20707465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20707465_20707465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20707465_20707465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20707465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20707465'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20707465'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22489070_22489070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22489070_22489070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22489070_22489070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22489070_22489070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22489070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22489070'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22489070'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20943904_20943904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20943904_20943904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20943904_20943904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20943904_20943904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20943904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20943904'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20943904'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22544365_22544365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22544365_22544365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22544365_22544365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22544365_22544365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22544365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22544365'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22544365'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21301987_21301987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21301987_21301987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21301987_21301987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21301987_21301987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21301987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21301987'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21301987'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21672887_21672887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21672887_21672887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21672887_21672887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21672887_21672887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21672887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21672887'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21672887'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22026290_22026290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22026290_22026290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22026290_22026290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22026290_22026290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22026290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22026290'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22026290'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21084210_21084210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21084210_21084210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21084210_21084210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21084210_21084210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21084210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21084210'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21084210'^^xsd:integer;
  dwc:observationDate '2014-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 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21121121_21121121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21121121_21121121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21121121_21121121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21121121_21121121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21121121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21121121'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21121121'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22007130_22007130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22007130_22007130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22007130_22007130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22007130_22007130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22007130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22007130'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22007130'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21940385_21940385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21940385_21940385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21940385_21940385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21940385_21940385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21940385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21940385'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21940385'^^xsd:integer;
  dwc:observationDate '2014-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 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21546254_21546254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21546254_21546254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21546254_21546254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21546254_21546254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21546254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21546254'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21546254'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21552502_21552502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21552502_21552502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21552502_21552502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21552502_21552502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21552502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21552502'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21552502'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22017969_22017969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22017969_22017969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22017969_22017969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22017969_22017969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22017969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22017969'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22017969'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21602072_21602072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21602072_21602072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21602072_21602072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21602072_21602072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21602072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21602072'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21602072'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21413297_21413297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21413297_21413297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21413297_21413297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21413297_21413297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21413297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21413297'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21413297'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22702916_22702916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22702916_22702916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22702916_22702916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22702916_22702916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22702916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22702916'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22702916'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21919900_21919900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21919900_21919900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21919900_21919900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21919900_21919900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21919900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21919900'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21919900'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21970232_21970232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21970232_21970232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21970232_21970232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21970232_21970232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21970232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21970232'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21970232'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20682916_20682916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20682916_20682916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20682916_20682916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20682916_20682916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20682916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20682916'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20682916'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20690959_20690959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20690959_20690959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20690959_20690959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20690959_20690959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20690959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20690959'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20690959'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21410127_21410127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21410127_21410127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21410127_21410127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21410127_21410127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21410127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21410127'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21410127'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21246369_21246369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21246369_21246369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21246369_21246369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21246369_21246369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21246369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21246369'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21246369'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21580324_21580324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21580324_21580324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21580324_21580324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21580324_21580324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21580324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21580324'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21580324'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20966151_20966151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20966151_20966151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20966151_20966151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20966151_20966151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20966151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20966151'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20966151'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22396153_22396153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22396153_22396153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22396153_22396153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22396153_22396153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22396153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22396153'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22396153'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22467855_22467855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22467855_22467855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22467855_22467855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22467855_22467855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22467855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22467855'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22467855'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22534403_22534403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22534403_22534403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22534403_22534403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22534403_22534403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22534403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22534403'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22534403'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20847439_20847439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20847439_20847439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20847439_20847439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20847439_20847439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20847439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20847439'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20847439'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21921371_21921371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21921371_21921371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21921371_21921371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21921371_21921371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21921371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21921371'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21921371'^^xsd:integer;
  dwc:observationDate '2014-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20957727_20957727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20957727_20957727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20957727_20957727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20957727_20957727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20957727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20957727'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20957727'^^xsd:integer;
  dwc:observationDate '2014-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 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21454106_21454106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21454106_21454106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21454106_21454106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21454106_21454106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21454106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21454106'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21454106'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20830344_20830344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20830344_20830344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20830344_20830344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20830344_20830344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20830344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20830344'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20830344'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20660161_20660161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20660161_20660161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20660161_20660161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20660161_20660161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20660161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20660161'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20660161'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20686261_20686261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20686261_20686261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20686261_20686261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20686261_20686261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20686261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20686261'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20686261'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21737152_21737152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21737152_21737152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21737152_21737152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21737152_21737152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21737152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21737152'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21737152'^^xsd:integer;
  dwc:observationDate '2014-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 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20603017_20603017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20603017_20603017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20603017_20603017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20603017_20603017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20603017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20603017'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20603017'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22215260_22215260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22215260_22215260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22215260_22215260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22215260_22215260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22215260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22215260'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22215260'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21595978_21595978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21595978_21595978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21595978_21595978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21595978_21595978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21595978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21595978'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21595978'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21709840_21709840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21709840_21709840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21709840_21709840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21709840_21709840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21709840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21709840'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21709840'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21057582_21057582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21057582_21057582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21057582_21057582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21057582_21057582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21057582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21057582'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21057582'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21585903_21585903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21585903_21585903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21585903_21585903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21585903_21585903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21585903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21585903'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21585903'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22600567_22600567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22600567_22600567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22600567_22600567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22600567_22600567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22600567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22600567'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22600567'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21187594_21187594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21187594_21187594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21187594_21187594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21187594_21187594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21187594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21187594'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21187594'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21894474_21894474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21894474_21894474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21894474_21894474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21894474_21894474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21894474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21894474'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21894474'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21679887_21679887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21679887_21679887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21679887_21679887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21679887_21679887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21679887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21679887'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21679887'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22381251_22381251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22381251_22381251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22381251_22381251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22381251_22381251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22381251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22381251'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22381251'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20892479_20892479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20892479_20892479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20892479_20892479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20892479_20892479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20892479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20892479'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20892479'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20962712_20962712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20962712_20962712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20962712_20962712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20962712_20962712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20962712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20962712'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20962712'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22293951_22293951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22293951_22293951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22293951_22293951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22293951_22293951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22293951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22293951'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22293951'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21871804_21871804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21871804_21871804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21871804_21871804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21871804_21871804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21871804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21871804'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21871804'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20731904_20731904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20731904_20731904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20731904_20731904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20731904_20731904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20731904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20731904'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20731904'^^xsd:integer;
  dwc:observationDate '2014-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 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21277808_21277808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21277808_21277808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21277808_21277808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21277808_21277808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21277808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21277808'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21277808'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21327769_21327769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21327769_21327769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21327769_21327769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21327769_21327769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21327769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21327769'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21327769'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20814063_20814063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20814063_20814063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20814063_20814063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20814063_20814063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20814063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20814063'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20814063'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21860704_21860704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21860704_21860704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21860704_21860704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21860704_21860704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21860704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21860704'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21860704'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21522821_21522821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21522821_21522821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21522821_21522821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21522821_21522821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21522821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21522821'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21522821'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21008195_21008195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21008195_21008195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21008195_21008195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21008195_21008195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21008195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21008195'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21008195'^^xsd:integer;
  dwc:observationDate '2014-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22428054_22428054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22428054_22428054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22428054_22428054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22428054_22428054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22428054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22428054'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22428054'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20707469_20707469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20707469_20707469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20707469_20707469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20707469_20707469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20707469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20707469'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20707469'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22008602_22008602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22008602_22008602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22008602_22008602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22008602_22008602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22008602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22008602'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22008602'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20850058_20850058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20850058_20850058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20850058_20850058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20850058_20850058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20850058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20850058'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20850058'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21440419_21440419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21440419_21440419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21440419_21440419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21440419_21440419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21440419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21440419'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21440419'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20693347_20693347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20693347_20693347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20693347_20693347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20693347_20693347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20693347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20693347'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20693347'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22029330_22029330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22029330_22029330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22029330_22029330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22029330_22029330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22029330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22029330'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22029330'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21700502_21700502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21700502_21700502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21700502_21700502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21700502_21700502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21700502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21700502'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21700502'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21977513_21977513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21977513_21977513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21977513_21977513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21977513_21977513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21977513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21977513'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21977513'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21284313_21284313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21284313_21284313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21284313_21284313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21284313_21284313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21284313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21284313'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21284313'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20856460_20856460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20856460_20856460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20856460_20856460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20856460_20856460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20856460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20856460'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20856460'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21843729_21843729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21843729_21843729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21843729_21843729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21843729_21843729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21843729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21843729'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21843729'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20913274_20913274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20913274_20913274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20913274_20913274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20913274_20913274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20913274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20913274'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20913274'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22260012_22260012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22260012_22260012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22260012_22260012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22260012_22260012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22260012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22260012'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22260012'^^xsd:integer;
  dwc:observationDate '2014-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21474600_21474600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21474600_21474600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21474600_21474600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21474600_21474600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21474600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21474600'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21474600'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22595365_22595365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22595365_22595365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22595365_22595365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22595365_22595365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22595365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22595365'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22595365'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21212012_21212012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21212012_21212012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21212012_21212012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21212012_21212012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21212012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21212012'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21212012'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20929250_20929250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20929250_20929250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20929250_20929250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20929250_20929250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20929250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20929250'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20929250'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20955695_20955695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20955695_20955695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20955695_20955695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20955695_20955695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20955695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20955695'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20955695'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21839739_21839739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21839739_21839739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21839739_21839739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21839739_21839739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21839739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21839739'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21839739'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21482054_21482054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21482054_21482054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21482054_21482054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21482054_21482054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21482054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21482054'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21482054'^^xsd:integer;
  dwc:observationDate '2014-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 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22168603_22168603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22168603_22168603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22168603_22168603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22168603_22168603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22168603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22168603'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22168603'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21994368_21994368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21994368_21994368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21994368_21994368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0028729"^^xsd:decimal ;
  dwc:decimalLongitude "4.9333539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21994368_21994368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21994368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21994368'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.9333539'^^xsd:double;
  dwc:latitude '51.0028729'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21994368'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122344'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21546675_21546675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21546675_21546675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21546675_21546675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9942609"^^xsd:decimal ;
  dwc:decimalLongitude "4.8938203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21546675_21546675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21546675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21546675'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8938203'^^xsd:double;
  dwc:latitude '50.9942609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21546675'^^xsd:integer;
  dwc:observationDate '2014-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-122345'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22483287_22483287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22483287_22483287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22483287_22483287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9942609"^^xsd:decimal ;
  dwc:decimalLongitude "4.8938203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22483287_22483287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22483287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22483287'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8938203'^^xsd:double;
  dwc:latitude '50.9942609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22483287'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122345'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22069541_22069541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22069541_22069541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22069541_22069541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9942609"^^xsd:decimal ;
  dwc:decimalLongitude "4.8938203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22069541_22069541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22069541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22069541'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.8938203'^^xsd:double;
  dwc:latitude '50.9942609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22069541'^^xsd:integer;
  dwc:observationDate '2014-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-122345'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21918071_21918071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21918071_21918071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21918071_21918071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9942609"^^xsd:decimal ;
  dwc:decimalLongitude "4.8938203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21918071_21918071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21918071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21918071'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.8938203'^^xsd:double;
  dwc:latitude '50.9942609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21918071'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122345'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22244370_22244370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22244370_22244370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22244370_22244370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9942609"^^xsd:decimal ;
  dwc:decimalLongitude "4.8938203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22244370_22244370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22244370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22244370'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.8938203'^^xsd:double;
  dwc:latitude '50.9942609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22244370'^^xsd:integer;
  dwc:observationDate '2014-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122345'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20865890_20865890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20865890_20865890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20865890_20865890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9942609"^^xsd:decimal ;
  dwc:decimalLongitude "4.8938203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20865890_20865890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20865890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20865890'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.8938203'^^xsd:double;
  dwc:latitude '50.9942609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20865890'^^xsd:integer;
  dwc:observationDate '2014-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-122345'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21181149_21181149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21181149_21181149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21181149_21181149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21181149_21181149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21181149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21181149'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21181149'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21434223_21434223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21434223_21434223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21434223_21434223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21434223_21434223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21434223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21434223'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21434223'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22260179_22260179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22260179_22260179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22260179_22260179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22260179_22260179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22260179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22260179'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22260179'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22006982_22006982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22006982_22006982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22006982_22006982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22006982_22006982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22006982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22006982'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22006982'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22104259_22104259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22104259_22104259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22104259_22104259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9942609"^^xsd:decimal ;
  dwc:decimalLongitude "4.8938203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22104259_22104259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22104259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22104259'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.8938203'^^xsd:double;
  dwc:latitude '50.9942609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22104259'^^xsd:integer;
  dwc:observationDate '2014-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-122345'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21673347_21673347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21673347_21673347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21673347_21673347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0028729"^^xsd:decimal ;
  dwc:decimalLongitude "4.9333539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21673347_21673347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21673347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21673347'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9333539'^^xsd:double;
  dwc:latitude '51.0028729'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21673347'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122344'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22318776_22318776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22318776_22318776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22318776_22318776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9942609"^^xsd:decimal ;
  dwc:decimalLongitude "4.8938203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22318776_22318776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22318776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22318776'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.8938203'^^xsd:double;
  dwc:latitude '50.9942609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22318776'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122345'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21299898_21299898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21299898_21299898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21299898_21299898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21299898_21299898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21299898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21299898'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21299898'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21941309_21941309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21941309_21941309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21941309_21941309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21941309_21941309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21941309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21941309'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21941309'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22547237_22547237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22547237_22547237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22547237_22547237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22547237_22547237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22547237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22547237'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22547237'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21039338_21039338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21039338_21039338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21039338_21039338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21039338_21039338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21039338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21039338'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21039338'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22612084_22612084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22612084_22612084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22612084_22612084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22612084_22612084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22612084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22612084'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22612084'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22245505_22245505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22245505_22245505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22245505_22245505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22245505_22245505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22245505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22245505'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22245505'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22460630_22460630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22460630_22460630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22460630_22460630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22460630_22460630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22460630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22460630'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22460630'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22191468_22191468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22191468_22191468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22191468_22191468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22191468_22191468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22191468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22191468'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22191468'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21264838_21264838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21264838_21264838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21264838_21264838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21264838_21264838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21264838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21264838'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21264838'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22552110_22552110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22552110_22552110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22552110_22552110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22552110_22552110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22552110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22552110'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22552110'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22558111_22558111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22558111_22558111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22558111_22558111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22558111_22558111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22558111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22558111'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22558111'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22115875_22115875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22115875_22115875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22115875_22115875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22115875_22115875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22115875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22115875'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22115875'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22292022_22292022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22292022_22292022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22292022_22292022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22292022_22292022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22292022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22292022'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22292022'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22603650_22603650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22603650_22603650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22603650_22603650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22603650_22603650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22603650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22603650'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22603650'^^xsd:integer;
  dwc:observationDate '2014-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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22184697_22184697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22184697_22184697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22184697_22184697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22184697_22184697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22184697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22184697'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22184697'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21888502_21888502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21888502_21888502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21888502_21888502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21888502_21888502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21888502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21888502'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21888502'^^xsd:integer;
  dwc:observationDate '2014-06-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21684796_21684796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21684796_21684796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21684796_21684796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21684796_21684796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21684796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21684796'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21684796'^^xsd:integer;
  dwc:observationDate '2014-06-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21044595_21044595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21044595_21044595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21044595_21044595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21044595_21044595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21044595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21044595'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21044595'^^xsd:integer;
  dwc:observationDate '2014-06-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 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/5871_21737305_21737305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21737305_21737305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21737305_21737305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21737305_21737305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21737305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21737305'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21737305'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22002952_22002952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22002952_22002952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22002952_22002952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22002952_22002952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22002952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22002952'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22002952'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22143016_22143016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22143016_22143016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22143016_22143016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22143016_22143016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22143016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22143016'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22143016'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20739159_20739159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20739159_20739159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20739159_20739159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20739159_20739159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20739159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20739159'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20739159'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22541172_22541172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22541172_22541172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22541172_22541172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22541172_22541172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22541172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22541172'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22541172'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21438429_21438429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21438429_21438429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21438429_21438429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21438429_21438429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21438429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21438429'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21438429'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20635802_20635802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20635802_20635802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20635802_20635802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20635802_20635802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20635802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20635802'^^xsd:integer;
  dwc:scientificName 'Rutilus rutilus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154333'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20635802'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_306_1187468_capture_306_1187468_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_306_1187468_capture_306_1187468_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_306_1187468_capture_306_1187468_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.986511 5.070678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.986511"^^xsd:decimal ;
  dwc:decimalLongitude "5.070678"^^xsd:decimal ;
  dwc: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/5871_306_1187468_capture_306_1187468_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.986511 5.070678)"^^geo:wktLiteral ;
  geo-pos:lat "50.986511"^^xsd:decimal ;
  geo-pos:long "5.070678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_306_1187468_capture_306_1187468_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "306_1187468_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '306_1187468_capture'^^xsd:string;
  dwc:scientificName 'Petromyzon marinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.070678'^^xsd:double;
  dwc:latitude '50.986511'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '101174'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '306_1187468_capture'^^xsd:string;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_306_1187468_release_306_1187468_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_306_1187468_release_306_1187468_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_306_1187468_release_306_1187468_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc: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/5871_306_1187468_release_306_1187468_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_306_1187468_release_306_1187468_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "306_1187468_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '306_1187468_release'^^xsd:string;
  dwc:scientificName 'Petromyzon marinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '101174'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '306_1187468_release'^^xsd:string;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^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/5871_23629467_23629467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23629467_23629467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23629467_23629467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23629467_23629467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23629467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23629467'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23629467'^^xsd:integer;
  dwc:observationDate '2015-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23630262_23630262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630262_23630262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630262_23630262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630262_23630262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630262'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630262'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23630263_23630263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630263_23630263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630263_23630263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630263_23630263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630263'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630263'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_23630267_23630267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630267_23630267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630267_23630267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630267_23630267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630267'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630267'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_23630323_23630323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630323_23630323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630323_23630323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630323_23630323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630323'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630323'^^xsd:integer;
  dwc:observationDate '2015-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_23630461_23630461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630461_23630461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630461_23630461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630461_23630461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630461'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630461'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23630481_23630481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630481_23630481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630481_23630481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630481_23630481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630481'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630481'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_23630556_23630556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630556_23630556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630556_23630556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630556_23630556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630556'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630556'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_23630601_23630601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630601_23630601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630601_23630601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630601_23630601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630601'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630601'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23630642_23630642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630642_23630642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630642_23630642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630642_23630642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630642'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630642'^^xsd:integer;
  dwc:observationDate '2015-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_23630678_23630678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630678_23630678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630678_23630678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630678_23630678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630678'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630678'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23630679_23630679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630679_23630679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630679_23630679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630679_23630679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630679'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630679'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_23630682_23630682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630682_23630682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630682_23630682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630682_23630682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630682'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630682'^^xsd:integer;
  dwc:observationDate '2015-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_23630696_23630696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630696_23630696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630696_23630696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630696_23630696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630696'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630696'^^xsd:integer;
  dwc:observationDate '2015-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23630988_23630988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23630988_23630988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23630988_23630988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23630988_23630988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23630988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23630988'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23630988'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23631208_23631208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23631208_23631208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23631208_23631208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23631208_23631208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631208'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631208'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23631215_23631215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23631215_23631215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23631215_23631215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23631215_23631215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631215'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631215'^^xsd:integer;
  dwc:observationDate '2015-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23631249_23631249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23631249_23631249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23631249_23631249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_23631249_23631249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23631249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23631249'^^xsd:integer;
  dwc:scientificName 'Petromyzon marinus'^^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 '101174'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23631249'^^xsd:integer;
  dwc:observationDate '2015-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_365_1171775_capture_365_1171775_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_365_1171775_capture_365_1171775_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_365_1171775_capture_365_1171775_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.193606 4.755716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.193606"^^xsd:decimal ;
  dwc:decimalLongitude "4.755716"^^xsd:decimal ;
  dwc: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/5871_365_1171775_capture_365_1171775_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.193606 4.755716)"^^geo:wktLiteral ;
  geo-pos:lat "51.193606"^^xsd:decimal ;
  geo-pos:long "4.755716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_365_1171775_capture_365_1171775_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "365_1171775_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '365_1171775_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.755716'^^xsd:double;
  dwc:latitude '51.193606'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '365_1171775_capture'^^xsd:string;
  dwc:observationDate '2014-05-26'^^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/5871_365_1171775_release_365_1171775_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_365_1171775_release_365_1171775_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_365_1171775_release_365_1171775_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc: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/5871_365_1171775_release_365_1171775_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_365_1171775_release_365_1171775_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "365_1171775_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '365_1171775_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '365_1171775_release'^^xsd:string;
  dwc:observationDate '2014-05-26'^^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/5871_22402411_22402411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22402411_22402411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22402411_22402411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22402411_22402411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22402411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22402411'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22402411'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20620757_20620757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20620757_20620757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20620757_20620757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20620757_20620757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20620757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20620757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20620757'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21345373_21345373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21345373_21345373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21345373_21345373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21345373_21345373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21345373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21345373'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21345373'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21417704_21417704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21417704_21417704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21417704_21417704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21417704_21417704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21417704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21417704'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21417704'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22120074_22120074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22120074_22120074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22120074_22120074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22120074_22120074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22120074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22120074'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22120074'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21447146_21447146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21447146_21447146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21447146_21447146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21447146_21447146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21447146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21447146'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21447146'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21339148_21339148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21339148_21339148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21339148_21339148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21339148_21339148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21339148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21339148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21339148'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21564199_21564199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21564199_21564199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21564199_21564199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21564199_21564199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21564199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21564199'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21564199'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22150124_22150124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22150124_22150124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22150124_22150124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22150124_22150124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22150124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22150124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22150124'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22203894_22203894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22203894_22203894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22203894_22203894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22203894_22203894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22203894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22203894'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22203894'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22353189_22353189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22353189_22353189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22353189_22353189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22353189_22353189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22353189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22353189'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22353189'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20774912_20774912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20774912_20774912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20774912_20774912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20774912_20774912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20774912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20774912'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20774912'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21467553_21467553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21467553_21467553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21467553_21467553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21467553_21467553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21467553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21467553'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21467553'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21800855_21800855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21800855_21800855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21800855_21800855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21800855_21800855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21800855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21800855'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21800855'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21186645_21186645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21186645_21186645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21186645_21186645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21186645_21186645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21186645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21186645'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21186645'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21744290_21744290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21744290_21744290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21744290_21744290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21744290_21744290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21744290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21744290'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21744290'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20845334_20845334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20845334_20845334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20845334_20845334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20845334_20845334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20845334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20845334'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20845334'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20976926_20976926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20976926_20976926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20976926_20976926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20976926_20976926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20976926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20976926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20976926'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21526615_21526615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21526615_21526615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21526615_21526615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21526615_21526615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21526615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21526615'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21526615'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21258066_21258066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21258066_21258066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21258066_21258066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21258066_21258066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21258066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21258066'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21258066'^^xsd:integer;
  dwc:observationDate '2014-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 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22628324_22628324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22628324_22628324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22628324_22628324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22628324_22628324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22628324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22628324'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22628324'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22632092_22632092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22632092_22632092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22632092_22632092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22632092_22632092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22632092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22632092'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22632092'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21103363_21103363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21103363_21103363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21103363_21103363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21103363_21103363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21103363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21103363'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21103363'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21474586_21474586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21474586_21474586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21474586_21474586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21474586_21474586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21474586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21474586'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21474586'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21520571_21520571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21520571_21520571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21520571_21520571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21520571_21520571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21520571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21520571'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21520571'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22122410_22122410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22122410_22122410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22122410_22122410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22122410_22122410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22122410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22122410'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22122410'^^xsd:integer;
  dwc:observationDate '2014-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22314519_22314519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22314519_22314519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22314519_22314519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22314519_22314519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22314519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22314519'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22314519'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21434907_21434907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21434907_21434907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21434907_21434907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21434907_21434907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21434907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21434907'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21434907'^^xsd:integer;
  dwc:observationDate '2014-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 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21415140_21415140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21415140_21415140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21415140_21415140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21415140_21415140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21415140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21415140'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21415140'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20825134_20825134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20825134_20825134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20825134_20825134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20825134_20825134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20825134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20825134'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20825134'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22506519_22506519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22506519_22506519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22506519_22506519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22506519_22506519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22506519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22506519'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22506519'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21140234_21140234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21140234_21140234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21140234_21140234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21140234_21140234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21140234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21140234'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21140234'^^xsd:integer;
  dwc:observationDate '2014-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 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21274206_21274206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21274206_21274206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21274206_21274206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21274206_21274206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21274206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21274206'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21274206'^^xsd:integer;
  dwc:observationDate '2014-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 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21360223_21360223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21360223_21360223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21360223_21360223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21360223_21360223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21360223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21360223'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21360223'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22311335_22311335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22311335_22311335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22311335_22311335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22311335_22311335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22311335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22311335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22311335'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21928191_21928191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21928191_21928191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21928191_21928191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21928191_21928191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21928191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21928191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21928191'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20821976_20821976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20821976_20821976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20821976_20821976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20821976_20821976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20821976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20821976'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20821976'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21458594_21458594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21458594_21458594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21458594_21458594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21458594_21458594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21458594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21458594'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21458594'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21554476_21554476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21554476_21554476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21554476_21554476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21554476_21554476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21554476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21554476'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21554476'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22024118_22024118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22024118_22024118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22024118_22024118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22024118_22024118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22024118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22024118'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22024118'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22061148_22061148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22061148_22061148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22061148_22061148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22061148_22061148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22061148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22061148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22061148'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20713113_20713113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20713113_20713113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20713113_20713113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20713113_20713113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20713113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20713113'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20713113'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21271263_21271263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21271263_21271263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21271263_21271263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21271263_21271263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21271263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21271263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21271263'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22604431_22604431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22604431_22604431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22604431_22604431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22604431_22604431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22604431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22604431'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22604431'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22042919_22042919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22042919_22042919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22042919_22042919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22042919_22042919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22042919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22042919'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22042919'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22470414_22470414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22470414_22470414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22470414_22470414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22470414_22470414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22470414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22470414'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22470414'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20754149_20754149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20754149_20754149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20754149_20754149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20754149_20754149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20754149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20754149'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20754149'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20763110_20763110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20763110_20763110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20763110_20763110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20763110_20763110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20763110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20763110'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20763110'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21858123_21858123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21858123_21858123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21858123_21858123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21858123_21858123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21858123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21858123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21858123'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21254784_21254784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21254784_21254784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21254784_21254784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21254784_21254784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21254784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21254784'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21254784'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21526319_21526319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21526319_21526319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21526319_21526319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21526319_21526319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21526319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21526319'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21526319'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22586612_22586612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22586612_22586612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22586612_22586612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22586612_22586612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22586612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22586612'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22586612'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22448275_22448275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22448275_22448275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22448275_22448275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22448275_22448275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22448275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22448275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22448275'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21348206_21348206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21348206_21348206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21348206_21348206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21348206_21348206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21348206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21348206'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21348206'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21281492_21281492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21281492_21281492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21281492_21281492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21281492_21281492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21281492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21281492'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21281492'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21063435_21063435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21063435_21063435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21063435_21063435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21063435_21063435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21063435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21063435'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21063435'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21940023_21940023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21940023_21940023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21940023_21940023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21940023_21940023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21940023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21940023'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21940023'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21889984_21889984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21889984_21889984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21889984_21889984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21889984_21889984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21889984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21889984'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21889984'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22685114_22685114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22685114_22685114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22685114_22685114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22685114_22685114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22685114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22685114'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22685114'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21833847_21833847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21833847_21833847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21833847_21833847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21833847_21833847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21833847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21833847'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21833847'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21213778_21213778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21213778_21213778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21213778_21213778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21213778_21213778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21213778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21213778'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21213778'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21480010_21480010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21480010_21480010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21480010_21480010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21480010_21480010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21480010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21480010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21480010'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20872948_20872948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20872948_20872948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20872948_20872948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20872948_20872948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20872948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20872948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20872948'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21739636_21739636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21739636_21739636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21739636_21739636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21739636_21739636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21739636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21739636'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21739636'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21180801_21180801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21180801_21180801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21180801_21180801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21180801_21180801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21180801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21180801'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21180801'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22233336_22233336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22233336_22233336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22233336_22233336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22233336_22233336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22233336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22233336'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22233336'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20728818_20728818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20728818_20728818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20728818_20728818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20728818_20728818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20728818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20728818'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20728818'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21629530_21629530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21629530_21629530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21629530_21629530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21629530_21629530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21629530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21629530'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21629530'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22206599_22206599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22206599_22206599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22206599_22206599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22206599_22206599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22206599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22206599'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22206599'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21041010_21041010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21041010_21041010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21041010_21041010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21041010_21041010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21041010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21041010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21041010'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21579098_21579098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21579098_21579098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21579098_21579098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21579098_21579098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21579098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21579098'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21579098'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22264824_22264824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22264824_22264824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22264824_22264824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22264824_22264824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22264824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22264824'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22264824'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22231108_22231108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22231108_22231108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22231108_22231108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22231108_22231108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22231108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22231108'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22231108'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21946624_21946624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21946624_21946624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21946624_21946624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21946624_21946624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21946624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21946624'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21946624'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22018091_22018091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22018091_22018091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22018091_22018091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22018091_22018091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22018091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22018091'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22018091'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21038409_21038409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21038409_21038409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21038409_21038409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21038409_21038409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21038409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21038409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21038409'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21781599_21781599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21781599_21781599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21781599_21781599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21781599_21781599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21781599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21781599'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21781599'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21487613_21487613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21487613_21487613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21487613_21487613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21487613_21487613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21487613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21487613'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21487613'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22466402_22466402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22466402_22466402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22466402_22466402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22466402_22466402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22466402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22466402'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22466402'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20656411_20656411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20656411_20656411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20656411_20656411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20656411_20656411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20656411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20656411'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20656411'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22052206_22052206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22052206_22052206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22052206_22052206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22052206_22052206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22052206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22052206'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22052206'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22242826_22242826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22242826_22242826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22242826_22242826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22242826_22242826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22242826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22242826'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22242826'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22519331_22519331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22519331_22519331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22519331_22519331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22519331_22519331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22519331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22519331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22519331'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22202492_22202492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22202492_22202492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22202492_22202492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22202492_22202492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22202492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22202492'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22202492'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21968942_21968942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21968942_21968942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21968942_21968942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21968942_21968942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21968942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21968942'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21968942'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21320040_21320040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21320040_21320040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21320040_21320040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21320040_21320040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21320040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21320040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21320040'^^xsd:integer;
  dwc:observationDate '2014-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21968198_21968198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21968198_21968198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21968198_21968198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21968198_21968198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21968198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21968198'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21968198'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22647821_22647821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22647821_22647821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22647821_22647821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22647821_22647821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22647821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22647821'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22647821'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21855499_21855499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21855499_21855499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21855499_21855499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21855499_21855499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21855499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21855499'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21855499'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21216974_21216974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21216974_21216974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21216974_21216974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21216974_21216974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21216974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21216974'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21216974'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21330096_21330096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21330096_21330096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21330096_21330096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21330096_21330096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21330096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21330096'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21330096'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22135328_22135328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22135328_22135328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22135328_22135328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22135328_22135328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22135328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22135328'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22135328'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22017878_22017878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22017878_22017878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22017878_22017878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22017878_22017878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22017878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22017878'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22017878'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22443616_22443616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22443616_22443616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22443616_22443616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22443616_22443616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22443616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22443616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22443616'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20701414_20701414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20701414_20701414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20701414_20701414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20701414_20701414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20701414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20701414'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20701414'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21713924_21713924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21713924_21713924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21713924_21713924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21713924_21713924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21713924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21713924'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21713924'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21383087_21383087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21383087_21383087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21383087_21383087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21383087_21383087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21383087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21383087'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21383087'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21847344_21847344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21847344_21847344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21847344_21847344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21847344_21847344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21847344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21847344'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21847344'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20748595_20748595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20748595_20748595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20748595_20748595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20748595_20748595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20748595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20748595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20748595'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20913045_20913045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20913045_20913045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20913045_20913045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20913045_20913045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20913045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20913045'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20913045'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20713857_20713857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20713857_20713857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20713857_20713857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20713857_20713857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20713857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20713857'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20713857'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21030618_21030618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21030618_21030618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21030618_21030618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21030618_21030618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21030618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21030618'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21030618'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20940504_20940504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20940504_20940504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20940504_20940504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20940504_20940504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20940504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20940504'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20940504'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20907647_20907647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20907647_20907647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20907647_20907647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20907647_20907647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20907647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20907647'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20907647'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22100954_22100954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22100954_22100954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22100954_22100954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22100954_22100954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22100954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22100954'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22100954'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22221077_22221077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22221077_22221077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22221077_22221077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22221077_22221077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22221077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22221077'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22221077'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20634877_20634877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20634877_20634877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20634877_20634877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20634877_20634877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20634877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20634877'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20634877'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21906721_21906721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21906721_21906721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21906721_21906721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21906721_21906721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21906721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21906721'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21906721'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22433835_22433835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22433835_22433835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22433835_22433835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22433835_22433835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22433835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22433835'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22433835'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21184915_21184915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21184915_21184915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21184915_21184915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21184915_21184915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21184915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21184915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21184915'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20741177_20741177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20741177_20741177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20741177_20741177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20741177_20741177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20741177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20741177'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20741177'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21337640_21337640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21337640_21337640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21337640_21337640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21337640_21337640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21337640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21337640'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21337640'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20721915_20721915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20721915_20721915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20721915_20721915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20721915_20721915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20721915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20721915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20721915'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21511294_21511294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21511294_21511294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21511294_21511294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21511294_21511294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21511294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21511294'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21511294'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20595652_20595652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20595652_20595652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20595652_20595652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20595652_20595652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20595652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20595652'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20595652'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20695358_20695358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20695358_20695358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20695358_20695358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20695358_20695358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20695358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20695358'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20695358'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21724130_21724130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21724130_21724130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21724130_21724130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21724130_21724130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21724130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21724130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21724130'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22528058_22528058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22528058_22528058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22528058_22528058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22528058_22528058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22528058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22528058'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22528058'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22422384_22422384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22422384_22422384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22422384_22422384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22422384_22422384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22422384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22422384'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22422384'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22578058_22578058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22578058_22578058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22578058_22578058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22578058_22578058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22578058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22578058'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22578058'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20777001_20777001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20777001_20777001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20777001_20777001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20777001_20777001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20777001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20777001'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20777001'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20963501_20963501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20963501_20963501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20963501_20963501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20963501_20963501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20963501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20963501'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20963501'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20880164_20880164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20880164_20880164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20880164_20880164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20880164_20880164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20880164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20880164'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20880164'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20912705_20912705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20912705_20912705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20912705_20912705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20912705_20912705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20912705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20912705'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20912705'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21584725_21584725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21584725_21584725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21584725_21584725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21584725_21584725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21584725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21584725'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21584725'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20757709_20757709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20757709_20757709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20757709_20757709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20757709_20757709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20757709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20757709'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20757709'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22399897_22399897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22399897_22399897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22399897_22399897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22399897_22399897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22399897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22399897'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22399897'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20816532_20816532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20816532_20816532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20816532_20816532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20816532_20816532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20816532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20816532'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20816532'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21759486_21759486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21759486_21759486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21759486_21759486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21759486_21759486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21759486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21759486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21759486'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21543760_21543760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21543760_21543760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21543760_21543760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21543760_21543760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21543760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21543760'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21543760'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20814750_20814750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20814750_20814750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20814750_20814750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20814750_20814750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20814750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20814750'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20814750'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22478392_22478392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22478392_22478392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22478392_22478392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22478392_22478392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22478392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22478392'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22478392'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21785525_21785525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21785525_21785525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21785525_21785525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21785525_21785525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21785525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21785525'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21785525'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22361211_22361211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22361211_22361211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22361211_22361211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22361211_22361211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22361211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22361211'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22361211'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22228416_22228416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22228416_22228416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22228416_22228416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22228416_22228416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22228416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22228416'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22228416'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20902960_20902960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20902960_20902960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20902960_20902960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20902960_20902960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20902960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20902960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20902960'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21588630_21588630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21588630_21588630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21588630_21588630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21588630_21588630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21588630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21588630'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21588630'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22633941_22633941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22633941_22633941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22633941_22633941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22633941_22633941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22633941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22633941'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22633941'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20642185_20642185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20642185_20642185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20642185_20642185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20642185_20642185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20642185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20642185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20642185'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22108641_22108641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22108641_22108641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22108641_22108641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22108641_22108641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22108641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22108641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22108641'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21348175_21348175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21348175_21348175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21348175_21348175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21348175_21348175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21348175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21348175'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21348175'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22641479_22641479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22641479_22641479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22641479_22641479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22641479_22641479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22641479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22641479'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22641479'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20967718_20967718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20967718_20967718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20967718_20967718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20967718_20967718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20967718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20967718'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20967718'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20830292_20830292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20830292_20830292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20830292_20830292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20830292_20830292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20830292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20830292'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20830292'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21692273_21692273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21692273_21692273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21692273_21692273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21692273_21692273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21692273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21692273'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21692273'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21937951_21937951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21937951_21937951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21937951_21937951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21937951_21937951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21937951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21937951'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21937951'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21137738_21137738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21137738_21137738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21137738_21137738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21137738_21137738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21137738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21137738'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21137738'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21334601_21334601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21334601_21334601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21334601_21334601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21334601_21334601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21334601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21334601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21334601'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21243933_21243933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21243933_21243933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21243933_21243933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21243933_21243933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21243933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21243933'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21243933'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20728029_20728029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20728029_20728029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20728029_20728029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20728029_20728029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20728029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20728029'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20728029'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22643820_22643820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22643820_22643820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22643820_22643820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22643820_22643820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22643820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22643820'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22643820'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22426905_22426905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22426905_22426905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22426905_22426905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22426905_22426905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22426905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22426905'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22426905'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22630833_22630833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22630833_22630833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22630833_22630833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22630833_22630833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22630833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22630833'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22630833'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22152642_22152642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22152642_22152642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22152642_22152642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22152642_22152642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22152642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22152642'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22152642'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21065583_21065583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21065583_21065583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21065583_21065583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21065583_21065583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21065583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21065583'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21065583'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22471345_22471345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22471345_22471345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22471345_22471345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22471345_22471345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22471345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22471345'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22471345'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22050765_22050765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22050765_22050765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22050765_22050765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22050765_22050765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22050765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22050765'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22050765'^^xsd:integer;
  dwc:observationDate '2014-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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20812470_20812470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20812470_20812470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20812470_20812470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20812470_20812470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20812470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20812470'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20812470'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21821831_21821831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21821831_21821831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21821831_21821831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21821831_21821831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21821831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21821831'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21821831'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20789399_20789399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20789399_20789399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20789399_20789399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20789399_20789399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20789399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20789399'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20789399'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20801362_20801362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20801362_20801362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20801362_20801362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20801362_20801362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20801362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20801362'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20801362'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20588569_20588569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20588569_20588569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20588569_20588569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20588569_20588569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20588569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20588569'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20588569'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21143557_21143557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21143557_21143557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21143557_21143557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21143557_21143557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21143557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21143557'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21143557'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20969660_20969660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20969660_20969660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20969660_20969660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20969660_20969660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20969660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20969660'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20969660'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21094325_21094325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21094325_21094325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21094325_21094325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21094325_21094325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21094325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21094325'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21094325'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20802315_20802315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20802315_20802315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20802315_20802315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20802315_20802315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20802315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20802315'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20802315'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21936985_21936985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21936985_21936985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21936985_21936985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21936985_21936985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21936985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21936985'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21936985'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21814327_21814327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21814327_21814327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21814327_21814327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21814327_21814327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21814327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21814327'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21814327'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22293987_22293987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22293987_22293987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22293987_22293987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22293987_22293987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22293987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22293987'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22293987'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21115754_21115754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21115754_21115754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21115754_21115754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21115754_21115754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21115754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21115754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21115754'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21017302_21017302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21017302_21017302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21017302_21017302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21017302_21017302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21017302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21017302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21017302'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20656980_20656980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20656980_20656980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20656980_20656980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20656980_20656980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20656980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20656980'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20656980'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21492018_21492018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21492018_21492018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21492018_21492018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21492018_21492018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21492018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21492018'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21492018'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21242814_21242814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21242814_21242814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21242814_21242814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21242814_21242814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21242814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21242814'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21242814'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22493617_22493617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22493617_22493617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22493617_22493617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22493617_22493617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22493617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22493617'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22493617'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22573203_22573203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22573203_22573203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22573203_22573203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22573203_22573203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22573203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22573203'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22573203'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21934448_21934448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21934448_21934448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21934448_21934448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21934448_21934448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21934448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21934448'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21934448'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20932299_20932299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20932299_20932299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20932299_20932299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20932299_20932299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20932299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20932299'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20932299'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21612212_21612212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21612212_21612212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21612212_21612212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21612212_21612212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21612212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21612212'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21612212'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20692648_20692648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20692648_20692648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20692648_20692648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20692648_20692648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20692648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20692648'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20692648'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20860728_20860728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20860728_20860728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20860728_20860728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20860728_20860728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20860728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20860728'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20860728'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20794945_20794945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20794945_20794945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20794945_20794945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20794945_20794945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20794945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20794945'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20794945'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21181879_21181879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21181879_21181879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21181879_21181879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21181879_21181879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21181879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21181879'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21181879'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21439999_21439999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21439999_21439999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21439999_21439999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21439999_21439999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21439999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21439999'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21439999'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21839994_21839994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21839994_21839994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21839994_21839994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21839994_21839994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21839994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21839994'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21839994'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20738182_20738182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20738182_20738182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20738182_20738182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20738182_20738182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20738182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20738182'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20738182'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21622124_21622124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21622124_21622124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21622124_21622124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21622124_21622124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21622124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21622124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21622124'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20609624_20609624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20609624_20609624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20609624_20609624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20609624_20609624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20609624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20609624'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20609624'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21212175_21212175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21212175_21212175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21212175_21212175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21212175_21212175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21212175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21212175'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21212175'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20750750_20750750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20750750_20750750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20750750_20750750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20750750_20750750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20750750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20750750'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20750750'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21091448_21091448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21091448_21091448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21091448_21091448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21091448_21091448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21091448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21091448'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21091448'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21370715_21370715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21370715_21370715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21370715_21370715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21370715_21370715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21370715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21370715'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21370715'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21673067_21673067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21673067_21673067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21673067_21673067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21673067_21673067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21673067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21673067'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21673067'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20651397_20651397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20651397_20651397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20651397_20651397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20651397_20651397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20651397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20651397'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20651397'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22429973_22429973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22429973_22429973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22429973_22429973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22429973_22429973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22429973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22429973'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22429973'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22429056_22429056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22429056_22429056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22429056_22429056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22429056_22429056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22429056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22429056'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22429056'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21772807_21772807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21772807_21772807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21772807_21772807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21772807_21772807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21772807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21772807'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21772807'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20894634_20894634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20894634_20894634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20894634_20894634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20894634_20894634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20894634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20894634'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20894634'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21424911_21424911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21424911_21424911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21424911_21424911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21424911_21424911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21424911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21424911'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21424911'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21251688_21251688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21251688_21251688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21251688_21251688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21251688_21251688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21251688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21251688'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21251688'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21565185_21565185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21565185_21565185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21565185_21565185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21565185_21565185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21565185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21565185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21565185'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22495576_22495576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22495576_22495576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22495576_22495576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22495576_22495576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22495576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22495576'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22495576'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20829579_20829579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20829579_20829579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20829579_20829579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20829579_20829579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20829579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20829579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20829579'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22453807_22453807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22453807_22453807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22453807_22453807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22453807_22453807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22453807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22453807'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22453807'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22185503_22185503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22185503_22185503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22185503_22185503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22185503_22185503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22185503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22185503'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22185503'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20773434_20773434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20773434_20773434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20773434_20773434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20773434_20773434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20773434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20773434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20773434'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21308622_21308622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21308622_21308622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21308622_21308622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21308622_21308622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21308622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21308622'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21308622'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22268216_22268216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22268216_22268216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22268216_22268216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22268216_22268216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22268216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22268216'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22268216'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20738855_20738855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20738855_20738855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20738855_20738855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20738855_20738855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20738855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20738855'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20738855'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21357790_21357790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21357790_21357790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21357790_21357790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21357790_21357790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21357790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21357790'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21357790'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22468191_22468191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22468191_22468191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22468191_22468191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22468191_22468191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22468191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22468191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22468191'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21982601_21982601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21982601_21982601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21982601_21982601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21982601_21982601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21982601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21982601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21982601'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21434218_21434218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21434218_21434218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21434218_21434218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21434218_21434218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21434218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21434218'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21434218'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22628175_22628175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22628175_22628175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22628175_22628175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22628175_22628175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22628175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22628175'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22628175'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20632160_20632160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20632160_20632160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20632160_20632160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20632160_20632160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20632160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20632160'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20632160'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20867548_20867548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20867548_20867548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20867548_20867548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20867548_20867548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20867548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20867548'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20867548'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22672879_22672879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22672879_22672879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22672879_22672879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22672879_22672879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22672879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22672879'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22672879'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21289890_21289890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21289890_21289890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21289890_21289890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21289890_21289890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21289890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21289890'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21289890'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22270664_22270664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22270664_22270664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22270664_22270664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22270664_22270664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22270664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22270664'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22270664'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20641919_20641919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20641919_20641919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20641919_20641919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20641919_20641919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20641919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20641919'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20641919'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21087422_21087422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21087422_21087422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21087422_21087422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21087422_21087422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21087422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21087422'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21087422'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21555052_21555052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21555052_21555052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21555052_21555052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21555052_21555052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21555052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21555052'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21555052'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21835668_21835668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21835668_21835668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21835668_21835668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21835668_21835668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21835668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21835668'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21835668'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22309212_22309212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22309212_22309212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22309212_22309212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22309212_22309212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22309212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22309212'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22309212'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22024505_22024505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22024505_22024505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22024505_22024505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22024505_22024505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22024505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22024505'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22024505'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20629184_20629184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20629184_20629184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20629184_20629184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20629184_20629184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20629184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20629184'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20629184'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22713777_22713777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22713777_22713777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22713777_22713777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22713777_22713777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22713777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22713777'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22713777'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21598816_21598816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21598816_21598816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21598816_21598816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21598816_21598816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21598816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21598816'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21598816'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21424710_21424710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21424710_21424710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21424710_21424710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21424710_21424710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21424710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21424710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21424710'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21682837_21682837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21682837_21682837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21682837_21682837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21682837_21682837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21682837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21682837'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21682837'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21407260_21407260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21407260_21407260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21407260_21407260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21407260_21407260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21407260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21407260'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21407260'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22541700_22541700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22541700_22541700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22541700_22541700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22541700_22541700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22541700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22541700'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22541700'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22452356_22452356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22452356_22452356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22452356_22452356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22452356_22452356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22452356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22452356'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22452356'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21797518_21797518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21797518_21797518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21797518_21797518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21797518_21797518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21797518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21797518'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21797518'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21765550_21765550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21765550_21765550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21765550_21765550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21765550_21765550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21765550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21765550'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21765550'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21436109_21436109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21436109_21436109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21436109_21436109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21436109_21436109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21436109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21436109'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21436109'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21643312_21643312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21643312_21643312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21643312_21643312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21643312_21643312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21643312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21643312'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21643312'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22013326_22013326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22013326_22013326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22013326_22013326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22013326_22013326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22013326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22013326'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22013326'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22637802_22637802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22637802_22637802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22637802_22637802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22637802_22637802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22637802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22637802'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22637802'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22194561_22194561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22194561_22194561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22194561_22194561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22194561_22194561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22194561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22194561'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22194561'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21971728_21971728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21971728_21971728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21971728_21971728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21971728_21971728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21971728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21971728'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21971728'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21073725_21073725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21073725_21073725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21073725_21073725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21073725_21073725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21073725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21073725'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21073725'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21932647_21932647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21932647_21932647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21932647_21932647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21932647_21932647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21932647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21932647'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21932647'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21133590_21133590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21133590_21133590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21133590_21133590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21133590_21133590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21133590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21133590'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21133590'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20723152_20723152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20723152_20723152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20723152_20723152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20723152_20723152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20723152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20723152'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20723152'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21061213_21061213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21061213_21061213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21061213_21061213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21061213_21061213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21061213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21061213'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21061213'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21984616_21984616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21984616_21984616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21984616_21984616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21984616_21984616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21984616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21984616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21984616'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21495221_21495221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21495221_21495221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21495221_21495221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21495221_21495221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21495221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21495221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21495221'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22020024_22020024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22020024_22020024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22020024_22020024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22020024_22020024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22020024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22020024'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22020024'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22381265_22381265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22381265_22381265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22381265_22381265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22381265_22381265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22381265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22381265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22381265'^^xsd:integer;
  dwc:observationDate '2014-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20693623_20693623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20693623_20693623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20693623_20693623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20693623_20693623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20693623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20693623'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20693623'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21024434_21024434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21024434_21024434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21024434_21024434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21024434_21024434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21024434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21024434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21024434'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21589995_21589995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21589995_21589995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21589995_21589995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21589995_21589995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21589995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21589995'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21589995'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21435458_21435458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21435458_21435458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21435458_21435458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21435458_21435458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21435458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21435458'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21435458'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21352159_21352159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21352159_21352159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21352159_21352159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21352159_21352159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21352159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21352159'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21352159'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20651293_20651293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20651293_20651293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20651293_20651293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20651293_20651293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20651293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20651293'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20651293'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21721587_21721587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21721587_21721587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21721587_21721587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21721587_21721587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21721587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21721587'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21721587'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20793713_20793713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20793713_20793713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20793713_20793713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20793713_20793713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20793713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20793713'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20793713'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21269631_21269631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21269631_21269631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21269631_21269631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21269631_21269631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21269631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21269631'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21269631'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22281502_22281502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22281502_22281502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22281502_22281502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22281502_22281502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22281502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22281502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22281502'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21396887_21396887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21396887_21396887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21396887_21396887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21396887_21396887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21396887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21396887'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21396887'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22177785_22177785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22177785_22177785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22177785_22177785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22177785_22177785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22177785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22177785'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22177785'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20849453_20849453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20849453_20849453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20849453_20849453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20849453_20849453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20849453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20849453'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20849453'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20756737_20756737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20756737_20756737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20756737_20756737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20756737_20756737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20756737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20756737'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20756737'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21660340_21660340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21660340_21660340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21660340_21660340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21660340_21660340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21660340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21660340'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21660340'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20681507_20681507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20681507_20681507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20681507_20681507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20681507_20681507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20681507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20681507'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20681507'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22370812_22370812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22370812_22370812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22370812_22370812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22370812_22370812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22370812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22370812'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22370812'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22468030_22468030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22468030_22468030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22468030_22468030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22468030_22468030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22468030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22468030'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22468030'^^xsd:integer;
  dwc:observationDate '2014-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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21357953_21357953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21357953_21357953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21357953_21357953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21357953_21357953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21357953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21357953'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21357953'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22222767_22222767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22222767_22222767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22222767_22222767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22222767_22222767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22222767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22222767'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22222767'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21971269_21971269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21971269_21971269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21971269_21971269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21971269_21971269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21971269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21971269'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21971269'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21055400_21055400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21055400_21055400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21055400_21055400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21055400_21055400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21055400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21055400'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21055400'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20595080_20595080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20595080_20595080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20595080_20595080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20595080_20595080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20595080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20595080'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20595080'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21587656_21587656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21587656_21587656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21587656_21587656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21587656_21587656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21587656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21587656'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21587656'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21425368_21425368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21425368_21425368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21425368_21425368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21425368_21425368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21425368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21425368'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21425368'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22534883_22534883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22534883_22534883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22534883_22534883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22534883_22534883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22534883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22534883'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22534883'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22469937_22469937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22469937_22469937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22469937_22469937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22469937_22469937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22469937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22469937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22469937'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21597645_21597645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21597645_21597645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21597645_21597645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21597645_21597645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21597645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21597645'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21597645'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20983114_20983114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20983114_20983114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20983114_20983114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20983114_20983114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20983114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20983114'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20983114'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21470804_21470804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21470804_21470804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21470804_21470804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21470804_21470804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21470804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21470804'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21470804'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21522171_21522171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21522171_21522171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21522171_21522171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21522171_21522171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21522171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21522171'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21522171'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20915173_20915173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20915173_20915173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20915173_20915173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20915173_20915173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20915173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20915173'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20915173'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22600775_22600775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22600775_22600775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22600775_22600775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22600775_22600775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22600775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22600775'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22600775'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21050040_21050040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21050040_21050040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21050040_21050040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21050040_21050040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21050040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21050040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21050040'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21522183_21522183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21522183_21522183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21522183_21522183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21522183_21522183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21522183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21522183'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21522183'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21727180_21727180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21727180_21727180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21727180_21727180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21727180_21727180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21727180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21727180'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21727180'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20997291_20997291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20997291_20997291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20997291_20997291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20997291_20997291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20997291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20997291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20997291'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21232972_21232972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21232972_21232972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21232972_21232972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21232972_21232972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21232972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21232972'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21232972'^^xsd:integer;
  dwc:observationDate '2014-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 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20758120_20758120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20758120_20758120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20758120_20758120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20758120_20758120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20758120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20758120'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20758120'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21127037_21127037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21127037_21127037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21127037_21127037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21127037_21127037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21127037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21127037'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21127037'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21204483_21204483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21204483_21204483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21204483_21204483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21204483_21204483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21204483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21204483'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21204483'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21097917_21097917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21097917_21097917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21097917_21097917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21097917_21097917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21097917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21097917'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21097917'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22290116_22290116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22290116_22290116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22290116_22290116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22290116_22290116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22290116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22290116'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22290116'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21527756_21527756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21527756_21527756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21527756_21527756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21527756_21527756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21527756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21527756'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21527756'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22643987_22643987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22643987_22643987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22643987_22643987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22643987_22643987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22643987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22643987'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22643987'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22662181_22662181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22662181_22662181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22662181_22662181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22662181_22662181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22662181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22662181'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22662181'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20933372_20933372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20933372_20933372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20933372_20933372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20933372_20933372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20933372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20933372'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20933372'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21488600_21488600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21488600_21488600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21488600_21488600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21488600_21488600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21488600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21488600'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21488600'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20752514_20752514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20752514_20752514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20752514_20752514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20752514_20752514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20752514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20752514'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20752514'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21778588_21778588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21778588_21778588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21778588_21778588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21778588_21778588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21778588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21778588'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21778588'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21925433_21925433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21925433_21925433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21925433_21925433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21925433_21925433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21925433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21925433'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21925433'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22697180_22697180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22697180_22697180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22697180_22697180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22697180_22697180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22697180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22697180'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22697180'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21963656_21963656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21963656_21963656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21963656_21963656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21963656_21963656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21963656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21963656'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21963656'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21854886_21854886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21854886_21854886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21854886_21854886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21854886_21854886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21854886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21854886'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21854886'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20679124_20679124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20679124_20679124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20679124_20679124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20679124_20679124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20679124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20679124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20679124'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21792089_21792089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21792089_21792089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21792089_21792089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21792089_21792089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21792089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21792089'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21792089'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21607850_21607850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21607850_21607850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21607850_21607850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21607850_21607850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21607850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21607850'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21607850'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22387028_22387028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22387028_22387028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22387028_22387028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22387028_22387028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22387028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22387028'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22387028'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22499915_22499915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22499915_22499915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22499915_22499915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22499915_22499915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22499915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22499915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22499915'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22302545_22302545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22302545_22302545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22302545_22302545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22302545_22302545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22302545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22302545'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22302545'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22130288_22130288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22130288_22130288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22130288_22130288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22130288_22130288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22130288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22130288'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22130288'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21536046_21536046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21536046_21536046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21536046_21536046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21536046_21536046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21536046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21536046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21536046'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20681312_20681312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20681312_20681312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20681312_20681312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20681312_20681312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20681312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20681312'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20681312'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21166184_21166184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21166184_21166184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21166184_21166184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21166184_21166184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21166184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21166184'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21166184'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21242520_21242520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21242520_21242520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21242520_21242520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21242520_21242520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21242520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21242520'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21242520'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22379360_22379360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22379360_22379360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22379360_22379360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22379360_22379360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22379360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22379360'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22379360'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21412197_21412197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21412197_21412197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21412197_21412197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21412197_21412197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21412197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21412197'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21412197'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21335402_21335402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21335402_21335402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21335402_21335402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21335402_21335402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21335402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21335402'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21335402'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20808913_20808913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20808913_20808913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20808913_20808913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20808913_20808913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20808913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20808913'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20808913'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21306089_21306089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21306089_21306089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21306089_21306089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21306089_21306089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21306089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21306089'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21306089'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21290005_21290005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21290005_21290005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21290005_21290005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21290005_21290005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21290005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21290005'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21290005'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22339405_22339405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22339405_22339405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22339405_22339405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22339405_22339405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22339405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22339405'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22339405'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21801353_21801353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21801353_21801353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21801353_21801353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21801353_21801353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21801353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21801353'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21801353'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22565412_22565412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22565412_22565412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22565412_22565412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22565412_22565412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22565412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22565412'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22565412'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20723958_20723958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20723958_20723958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20723958_20723958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20723958_20723958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20723958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20723958'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20723958'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21160732_21160732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21160732_21160732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21160732_21160732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21160732_21160732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21160732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21160732'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21160732'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21206210_21206210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21206210_21206210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21206210_21206210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21206210_21206210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21206210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21206210'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21206210'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22250979_22250979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22250979_22250979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22250979_22250979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22250979_22250979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22250979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22250979'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22250979'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21886422_21886422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21886422_21886422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21886422_21886422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21886422_21886422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21886422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21886422'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21886422'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21181880_21181880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21181880_21181880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21181880_21181880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21181880_21181880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21181880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21181880'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21181880'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22195980_22195980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22195980_22195980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22195980_22195980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22195980_22195980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22195980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22195980'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22195980'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22135663_22135663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22135663_22135663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22135663_22135663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22135663_22135663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22135663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22135663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22135663'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21502147_21502147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21502147_21502147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21502147_21502147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21502147_21502147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21502147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21502147'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21502147'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21052051_21052051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21052051_21052051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21052051_21052051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21052051_21052051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21052051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21052051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21052051'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22469496_22469496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22469496_22469496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22469496_22469496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22469496_22469496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22469496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22469496'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22469496'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21684225_21684225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21684225_21684225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21684225_21684225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21684225_21684225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21684225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21684225'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21684225'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21469369_21469369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21469369_21469369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21469369_21469369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21469369_21469369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21469369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21469369'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21469369'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21232771_21232771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21232771_21232771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21232771_21232771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21232771_21232771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21232771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21232771'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21232771'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21433513_21433513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21433513_21433513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21433513_21433513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21433513_21433513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21433513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21433513'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21433513'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22234214_22234214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22234214_22234214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22234214_22234214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22234214_22234214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22234214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22234214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22234214'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21566063_21566063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21566063_21566063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21566063_21566063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21566063_21566063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21566063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21566063'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21566063'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21061604_21061604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21061604_21061604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21061604_21061604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21061604_21061604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21061604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21061604'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21061604'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20771896_20771896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20771896_20771896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20771896_20771896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20771896_20771896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20771896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20771896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20771896'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20771156_20771156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20771156_20771156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20771156_20771156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20771156_20771156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20771156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20771156'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20771156'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22425601_22425601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22425601_22425601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22425601_22425601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22425601_22425601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22425601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22425601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22425601'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21202003_21202003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21202003_21202003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21202003_21202003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21202003_21202003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21202003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21202003'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21202003'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21614294_21614294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21614294_21614294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21614294_21614294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21614294_21614294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21614294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21614294'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21614294'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22358062_22358062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22358062_22358062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22358062_22358062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22358062_22358062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22358062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22358062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22358062'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22560017_22560017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22560017_22560017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22560017_22560017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22560017_22560017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22560017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22560017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22560017'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21613965_21613965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21613965_21613965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21613965_21613965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21613965_21613965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21613965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21613965'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21613965'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22633714_22633714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22633714_22633714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22633714_22633714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22633714_22633714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22633714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22633714'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22633714'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20966658_20966658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20966658_20966658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20966658_20966658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20966658_20966658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20966658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20966658'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20966658'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20939559_20939559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20939559_20939559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20939559_20939559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20939559_20939559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20939559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20939559'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20939559'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21207653_21207653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21207653_21207653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21207653_21207653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21207653_21207653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21207653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21207653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21207653'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22296150_22296150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22296150_22296150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22296150_22296150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22296150_22296150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22296150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22296150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22296150'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21489174_21489174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21489174_21489174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21489174_21489174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21489174_21489174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21489174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21489174'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21489174'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22673126_22673126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22673126_22673126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22673126_22673126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22673126_22673126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22673126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22673126'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22673126'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21581820_21581820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21581820_21581820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21581820_21581820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21581820_21581820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21581820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21581820'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21581820'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21562814_21562814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21562814_21562814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21562814_21562814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21562814_21562814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21562814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21562814'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21562814'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21157565_21157565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21157565_21157565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21157565_21157565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21157565_21157565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21157565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21157565'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21157565'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21162285_21162285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21162285_21162285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21162285_21162285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21162285_21162285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21162285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21162285'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21162285'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21813011_21813011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21813011_21813011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21813011_21813011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21813011_21813011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21813011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21813011'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21813011'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20581605_20581605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20581605_20581605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20581605_20581605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20581605_20581605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20581605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20581605'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20581605'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22199085_22199085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22199085_22199085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22199085_22199085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22199085_22199085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22199085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22199085'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22199085'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21019659_21019659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21019659_21019659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21019659_21019659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21019659_21019659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21019659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21019659'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21019659'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22591345_22591345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22591345_22591345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22591345_22591345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22591345_22591345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22591345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22591345'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22591345'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21509565_21509565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21509565_21509565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21509565_21509565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21509565_21509565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21509565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21509565'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21509565'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21967274_21967274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21967274_21967274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21967274_21967274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21967274_21967274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21967274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21967274'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21967274'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22185383_22185383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22185383_22185383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22185383_22185383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22185383_22185383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22185383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22185383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22185383'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20686800_20686800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20686800_20686800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20686800_20686800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20686800_20686800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20686800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20686800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20686800'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22491021_22491021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22491021_22491021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22491021_22491021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22491021_22491021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22491021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22491021'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22491021'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21126246_21126246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21126246_21126246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21126246_21126246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21126246_21126246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21126246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21126246'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21126246'^^xsd:integer;
  dwc:observationDate '2014-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20807582_20807582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20807582_20807582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20807582_20807582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20807582_20807582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20807582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20807582'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20807582'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22312221_22312221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22312221_22312221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22312221_22312221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22312221_22312221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22312221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22312221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22312221'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21495785_21495785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21495785_21495785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21495785_21495785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21495785_21495785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21495785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21495785'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21495785'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22084127_22084127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22084127_22084127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22084127_22084127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22084127_22084127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22084127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22084127'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22084127'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22672431_22672431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22672431_22672431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22672431_22672431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22672431_22672431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22672431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22672431'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22672431'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22534200_22534200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22534200_22534200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22534200_22534200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22534200_22534200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22534200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22534200'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22534200'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21280500_21280500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21280500_21280500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21280500_21280500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21280500_21280500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21280500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21280500'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21280500'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22576331_22576331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22576331_22576331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22576331_22576331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22576331_22576331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22576331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22576331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22576331'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21503824_21503824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21503824_21503824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21503824_21503824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21503824_21503824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21503824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21503824'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21503824'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22330324_22330324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22330324_22330324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22330324_22330324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22330324_22330324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22330324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22330324'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22330324'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22081267_22081267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22081267_22081267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22081267_22081267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22081267_22081267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22081267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22081267'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22081267'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22159514_22159514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22159514_22159514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22159514_22159514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22159514_22159514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22159514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22159514'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22159514'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20845998_20845998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20845998_20845998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20845998_20845998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20845998_20845998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20845998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20845998'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20845998'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22466745_22466745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22466745_22466745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22466745_22466745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22466745_22466745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22466745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22466745'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22466745'^^xsd:integer;
  dwc:observationDate '2014-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 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22624974_22624974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22624974_22624974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22624974_22624974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22624974_22624974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22624974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22624974'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22624974'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22511735_22511735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22511735_22511735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22511735_22511735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22511735_22511735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22511735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22511735'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22511735'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21406797_21406797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21406797_21406797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21406797_21406797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21406797_21406797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21406797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21406797'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21406797'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21452095_21452095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21452095_21452095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21452095_21452095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21452095_21452095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21452095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21452095'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21452095'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21674176_21674176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21674176_21674176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21674176_21674176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21674176_21674176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21674176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21674176'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21674176'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20636245_20636245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20636245_20636245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20636245_20636245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20636245_20636245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20636245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20636245'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20636245'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21056158_21056158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21056158_21056158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21056158_21056158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21056158_21056158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21056158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21056158'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21056158'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21830857_21830857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21830857_21830857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21830857_21830857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21830857_21830857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21830857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21830857'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21830857'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22653550_22653550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22653550_22653550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22653550_22653550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22653550_22653550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22653550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22653550'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22653550'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21840157_21840157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21840157_21840157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21840157_21840157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21840157_21840157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21840157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21840157'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21840157'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22641060_22641060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22641060_22641060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22641060_22641060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22641060_22641060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22641060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22641060'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22641060'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20703370_20703370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20703370_20703370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20703370_20703370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20703370_20703370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20703370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20703370'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20703370'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21302935_21302935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21302935_21302935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21302935_21302935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21302935_21302935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21302935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21302935'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21302935'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21747277_21747277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21747277_21747277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21747277_21747277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21747277_21747277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21747277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21747277'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21747277'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21894734_21894734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21894734_21894734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21894734_21894734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21894734_21894734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21894734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21894734'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21894734'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22474521_22474521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22474521_22474521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22474521_22474521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22474521_22474521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22474521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22474521'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22474521'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22449062_22449062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22449062_22449062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22449062_22449062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22449062_22449062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22449062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22449062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22449062'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22150661_22150661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22150661_22150661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22150661_22150661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22150661_22150661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22150661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22150661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22150661'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20637376_20637376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20637376_20637376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20637376_20637376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20637376_20637376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20637376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20637376'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20637376'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21417292_21417292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21417292_21417292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21417292_21417292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21417292_21417292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21417292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21417292'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21417292'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22426958_22426958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22426958_22426958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22426958_22426958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22426958_22426958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22426958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22426958'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22426958'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21820112_21820112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21820112_21820112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21820112_21820112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21820112_21820112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21820112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21820112'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21820112'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22161087_22161087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22161087_22161087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22161087_22161087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22161087_22161087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22161087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22161087'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22161087'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20833608_20833608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20833608_20833608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20833608_20833608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20833608_20833608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20833608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20833608'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20833608'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21595823_21595823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21595823_21595823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21595823_21595823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21595823_21595823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21595823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21595823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21595823'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22114871_22114871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22114871_22114871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22114871_22114871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22114871_22114871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22114871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22114871'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22114871'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21445084_21445084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21445084_21445084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21445084_21445084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21445084_21445084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21445084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21445084'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21445084'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22244485_22244485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22244485_22244485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22244485_22244485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22244485_22244485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22244485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22244485'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22244485'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21414581_21414581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21414581_21414581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21414581_21414581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21414581_21414581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21414581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21414581'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21414581'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21215964_21215964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21215964_21215964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21215964_21215964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21215964_21215964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21215964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21215964'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21215964'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21229062_21229062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21229062_21229062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21229062_21229062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21229062_21229062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21229062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21229062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21229062'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22461527_22461527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22461527_22461527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22461527_22461527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22461527_22461527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22461527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22461527'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22461527'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21278884_21278884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21278884_21278884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21278884_21278884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21278884_21278884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21278884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21278884'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21278884'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21273853_21273853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21273853_21273853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21273853_21273853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21273853_21273853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21273853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21273853'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21273853'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21278710_21278710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21278710_21278710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21278710_21278710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21278710_21278710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21278710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21278710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21278710'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20976436_20976436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20976436_20976436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20976436_20976436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20976436_20976436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20976436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20976436'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20976436'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20841291_20841291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20841291_20841291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20841291_20841291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20841291_20841291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20841291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20841291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20841291'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20828048_20828048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20828048_20828048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20828048_20828048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20828048_20828048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20828048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20828048'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20828048'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21710575_21710575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21710575_21710575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21710575_21710575> ;
  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/5871_21710575_21710575>
  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/5871_21710575_21710575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21710575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21710575'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^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 '21710575'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21041215_21041215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21041215_21041215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21041215_21041215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21041215_21041215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21041215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21041215'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21041215'^^xsd:integer;
  dwc:observationDate '2014-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-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21766331_21766331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21766331_21766331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21766331_21766331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21766331_21766331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21766331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21766331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21766331'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22145011_22145011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22145011_22145011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22145011_22145011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22145011_22145011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22145011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22145011'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22145011'^^xsd:integer;
  dwc:observationDate '2014-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-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20865594_20865594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20865594_20865594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20865594_20865594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20865594_20865594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20865594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20865594'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20865594'^^xsd:integer;
  dwc:observationDate '2014-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-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22154836_22154836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22154836_22154836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22154836_22154836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22154836_22154836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22154836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22154836'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22154836'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21455434_21455434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21455434_21455434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21455434_21455434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21455434_21455434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21455434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21455434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21455434'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22422800_22422800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22422800_22422800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22422800_22422800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22422800_22422800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22422800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22422800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22422800'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21963771_21963771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21963771_21963771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21963771_21963771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21963771_21963771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21963771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21963771'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21963771'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22303994_22303994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22303994_22303994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22303994_22303994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22303994_22303994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22303994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22303994'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22303994'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_45014710_45014710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45014710_45014710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45014710_45014710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0028729"^^xsd:decimal ;
  dwc:decimalLongitude "4.9333539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_45014710_45014710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45014710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45014710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9333539'^^xsd:double;
  dwc:latitude '51.0028729'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45014710'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21622419_21622419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21622419_21622419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21622419_21622419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9942609"^^xsd:decimal ;
  dwc:decimalLongitude "4.8938203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21622419_21622419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21622419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21622419'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.8938203'^^xsd:double;
  dwc:latitude '50.9942609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21622419'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21669555_21669555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21669555_21669555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21669555_21669555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9942609"^^xsd:decimal ;
  dwc:decimalLongitude "4.8938203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21669555_21669555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21669555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21669555'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.8938203'^^xsd:double;
  dwc:latitude '50.9942609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21669555'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_45014717_45014717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45014717_45014717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45014717_45014717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0028729"^^xsd:decimal ;
  dwc:decimalLongitude "4.9333539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_45014717_45014717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45014717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45014717'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9333539'^^xsd:double;
  dwc:latitude '51.0028729'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45014717'^^xsd:integer;
  dwc:observationDate '2014-11-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-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_45014725_45014725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45014725_45014725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45014725_45014725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0028729"^^xsd:decimal ;
  dwc:decimalLongitude "4.9333539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_45014725_45014725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45014725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45014725'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9333539'^^xsd:double;
  dwc:latitude '51.0028729'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45014725'^^xsd:integer;
  dwc:observationDate '2014-11-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-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_45014728_45014728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45014728_45014728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45014728_45014728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0028729"^^xsd:decimal ;
  dwc:decimalLongitude "4.9333539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_45014728_45014728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45014728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45014728'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9333539'^^xsd:double;
  dwc:latitude '51.0028729'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45014728'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_366_1171776_capture_366_1171776_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_366_1171776_capture_366_1171776_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_366_1171776_capture_366_1171776_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.193606 4.755716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.193606"^^xsd:decimal ;
  dwc:decimalLongitude "4.755716"^^xsd:decimal ;
  dwc: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/5871_366_1171776_capture_366_1171776_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.193606 4.755716)"^^geo:wktLiteral ;
  geo-pos:lat "51.193606"^^xsd:decimal ;
  geo-pos:long "4.755716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_366_1171776_capture_366_1171776_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366_1171776_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '366_1171776_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.755716'^^xsd:double;
  dwc:latitude '51.193606'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '366_1171776_capture'^^xsd:string;
  dwc:observationDate '2014-05-26'^^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/5871_366_1171776_release_366_1171776_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_366_1171776_release_366_1171776_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_366_1171776_release_366_1171776_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc: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/5871_366_1171776_release_366_1171776_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_366_1171776_release_366_1171776_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "366_1171776_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '366_1171776_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '366_1171776_release'^^xsd:string;
  dwc:observationDate '2014-05-26'^^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/5871_21075802_21075802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21075802_21075802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21075802_21075802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21075802_21075802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21075802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21075802'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21075802'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20877810_20877810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20877810_20877810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20877810_20877810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20877810_20877810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20877810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20877810'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20877810'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22131066_22131066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22131066_22131066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22131066_22131066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22131066_22131066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22131066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22131066'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22131066'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22620969_22620969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22620969_22620969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22620969_22620969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22620969_22620969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22620969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22620969'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22620969'^^xsd:integer;
  dwc:observationDate '2014-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 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21450814_21450814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21450814_21450814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21450814_21450814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21450814_21450814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21450814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21450814'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21450814'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22438657_22438657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22438657_22438657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22438657_22438657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22438657_22438657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22438657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22438657'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22438657'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22153665_22153665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22153665_22153665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22153665_22153665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22153665_22153665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22153665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22153665'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22153665'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22507794_22507794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22507794_22507794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22507794_22507794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22507794_22507794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22507794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22507794'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22507794'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21286641_21286641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21286641_21286641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21286641_21286641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21286641_21286641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21286641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21286641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21286641'^^xsd:integer;
  dwc:observationDate '2014-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 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22651241_22651241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22651241_22651241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22651241_22651241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22651241_22651241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22651241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22651241'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22651241'^^xsd:integer;
  dwc:observationDate '2014-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 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21298885_21298885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21298885_21298885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21298885_21298885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21298885_21298885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21298885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21298885'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21298885'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22142281_22142281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22142281_22142281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22142281_22142281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22142281_22142281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22142281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22142281'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22142281'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22209987_22209987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22209987_22209987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22209987_22209987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22209987_22209987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22209987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22209987'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22209987'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21767729_21767729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21767729_21767729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21767729_21767729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21767729_21767729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21767729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21767729'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21767729'^^xsd:integer;
  dwc:observationDate '2014-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 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20808383_20808383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20808383_20808383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20808383_20808383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_20808383_20808383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20808383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20808383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20808383'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22116780_22116780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22116780_22116780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22116780_22116780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22116780_22116780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22116780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22116780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22116780'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21648859_21648859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21648859_21648859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21648859_21648859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21648859_21648859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21648859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21648859'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21648859'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22673109_22673109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22673109_22673109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22673109_22673109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22673109_22673109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22673109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22673109'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22673109'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21810598_21810598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21810598_21810598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21810598_21810598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_21810598_21810598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21810598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21810598'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21810598'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22440625_22440625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22440625_22440625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22440625_22440625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5871_22440625_22440625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22440625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22440625'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22440625'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20860023_20860023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20860023_20860023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20860023_20860023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20860023_20860023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20860023_20860023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20860023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20860023'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20860023'^^xsd:integer;
  dwc:observationDate '2014-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 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20734320_20734320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20734320_20734320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20734320_20734320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20734320_20734320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20734320_20734320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20734320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20734320'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20734320'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22223498_22223498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22223498_22223498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22223498_22223498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22223498_22223498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22223498_22223498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22223498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22223498'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22223498'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21067700_21067700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21067700_21067700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21067700_21067700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21067700_21067700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21067700_21067700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21067700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21067700'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21067700'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21751490_21751490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21751490_21751490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21751490_21751490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21751490_21751490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21751490_21751490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21751490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21751490'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21751490'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22698214_22698214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22698214_22698214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22698214_22698214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22698214_22698214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22698214_22698214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22698214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22698214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22698214'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21487826_21487826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21487826_21487826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21487826_21487826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21487826_21487826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21487826_21487826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21487826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21487826'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21487826'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22509474_22509474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22509474_22509474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22509474_22509474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22509474_22509474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22509474_22509474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22509474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22509474'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22509474'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21800663_21800663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21800663_21800663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21800663_21800663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21800663_21800663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21800663_21800663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21800663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21800663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21800663'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21244981_21244981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21244981_21244981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21244981_21244981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21244981_21244981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21244981_21244981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21244981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21244981'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21244981'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21234849_21234849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21234849_21234849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21234849_21234849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21234849_21234849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21234849_21234849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21234849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21234849'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21234849'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22427811_22427811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22427811_22427811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22427811_22427811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22427811_22427811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22427811_22427811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22427811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22427811'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22427811'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21579522_21579522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21579522_21579522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21579522_21579522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21579522_21579522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21579522_21579522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21579522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21579522'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21579522'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22674548_22674548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22674548_22674548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22674548_22674548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22674548_22674548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22674548_22674548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22674548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22674548'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22674548'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22713577_22713577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22713577_22713577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22713577_22713577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22713577_22713577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22713577_22713577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22713577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22713577'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22713577'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20835876_20835876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20835876_20835876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20835876_20835876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20835876_20835876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20835876_20835876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20835876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20835876'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20835876'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22698164_22698164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22698164_22698164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22698164_22698164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22698164_22698164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22698164_22698164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22698164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22698164'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22698164'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22100166_22100166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22100166_22100166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22100166_22100166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22100166_22100166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22100166_22100166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22100166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22100166'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22100166'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21741264_21741264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21741264_21741264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21741264_21741264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21741264_21741264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21741264_21741264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21741264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21741264'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21741264'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21653958_21653958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21653958_21653958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21653958_21653958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21653958_21653958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21653958_21653958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21653958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21653958'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21653958'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22710403_22710403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22710403_22710403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22710403_22710403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22710403_22710403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22710403_22710403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22710403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22710403'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22710403'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20780092_20780092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20780092_20780092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20780092_20780092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20780092_20780092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20780092_20780092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20780092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20780092'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20780092'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21759929_21759929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21759929_21759929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21759929_21759929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21759929_21759929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21759929_21759929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21759929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21759929'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21759929'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21446306_21446306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21446306_21446306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21446306_21446306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21446306_21446306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21446306_21446306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21446306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21446306'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21446306'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22601046_22601046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22601046_22601046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22601046_22601046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22601046_22601046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22601046_22601046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22601046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22601046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22601046'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21976320_21976320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21976320_21976320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21976320_21976320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21976320_21976320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21976320_21976320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21976320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21976320'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21976320'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21757281_21757281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21757281_21757281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21757281_21757281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21757281_21757281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21757281_21757281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21757281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21757281'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21757281'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21683467_21683467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21683467_21683467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21683467_21683467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21683467_21683467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21683467_21683467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21683467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21683467'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21683467'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22185487_22185487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22185487_22185487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22185487_22185487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22185487_22185487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22185487_22185487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22185487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22185487'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22185487'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21121398_21121398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21121398_21121398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21121398_21121398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21121398_21121398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21121398_21121398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21121398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21121398'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21121398'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21235999_21235999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21235999_21235999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21235999_21235999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21235999_21235999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21235999_21235999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21235999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21235999'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21235999'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21340520_21340520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21340520_21340520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21340520_21340520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21340520_21340520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21340520_21340520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21340520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21340520'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21340520'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20671892_20671892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20671892_20671892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20671892_20671892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20671892_20671892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20671892_20671892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20671892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20671892'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20671892'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21372100_21372100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21372100_21372100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21372100_21372100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21372100_21372100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21372100_21372100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21372100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21372100'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21372100'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22316743_22316743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22316743_22316743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22316743_22316743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22316743_22316743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22316743_22316743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22316743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22316743'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22316743'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21169496_21169496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21169496_21169496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21169496_21169496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21169496_21169496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21169496_21169496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21169496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21169496'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21169496'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20973635_20973635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20973635_20973635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20973635_20973635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20973635_20973635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20973635_20973635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20973635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20973635'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20973635'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21590345_21590345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21590345_21590345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21590345_21590345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21590345_21590345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21590345_21590345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21590345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21590345'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21590345'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21071221_21071221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21071221_21071221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21071221_21071221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21071221_21071221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21071221_21071221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21071221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21071221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21071221'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21922992_21922992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21922992_21922992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21922992_21922992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21922992_21922992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21922992_21922992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21922992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21922992'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21922992'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21054055_21054055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21054055_21054055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21054055_21054055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21054055_21054055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21054055_21054055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21054055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21054055'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21054055'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22075881_22075881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22075881_22075881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22075881_22075881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22075881_22075881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22075881_22075881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22075881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22075881'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22075881'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21180113_21180113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21180113_21180113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21180113_21180113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21180113_21180113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21180113_21180113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21180113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21180113'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21180113'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20645783_20645783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20645783_20645783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20645783_20645783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20645783_20645783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20645783_20645783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20645783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20645783'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20645783'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20803161_20803161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20803161_20803161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20803161_20803161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20803161_20803161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20803161_20803161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20803161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20803161'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20803161'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22174704_22174704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22174704_22174704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22174704_22174704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22174704_22174704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22174704_22174704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22174704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22174704'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22174704'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21501748_21501748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21501748_21501748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21501748_21501748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21501748_21501748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21501748_21501748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21501748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21501748'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21501748'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21396439_21396439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21396439_21396439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21396439_21396439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21396439_21396439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21396439_21396439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21396439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21396439'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21396439'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22476903_22476903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22476903_22476903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22476903_22476903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22476903_22476903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22476903_22476903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22476903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22476903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22476903'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22642087_22642087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22642087_22642087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22642087_22642087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22642087_22642087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22642087_22642087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22642087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22642087'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22642087'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21580208_21580208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21580208_21580208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21580208_21580208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21580208_21580208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21580208_21580208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21580208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21580208'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21580208'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22611338_22611338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22611338_22611338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22611338_22611338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22611338_22611338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22611338_22611338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22611338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22611338'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22611338'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22675012_22675012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22675012_22675012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22675012_22675012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22675012_22675012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22675012_22675012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22675012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22675012'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22675012'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21003315_21003315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21003315_21003315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21003315_21003315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21003315_21003315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21003315_21003315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21003315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21003315'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21003315'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20652469_20652469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20652469_20652469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20652469_20652469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20652469_20652469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20652469_20652469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20652469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20652469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20652469'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22523995_22523995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22523995_22523995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22523995_22523995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22523995_22523995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22523995_22523995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22523995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22523995'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22523995'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20753655_20753655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20753655_20753655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20753655_20753655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20753655_20753655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20753655_20753655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20753655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20753655'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20753655'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21314370_21314370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21314370_21314370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21314370_21314370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21314370_21314370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21314370_21314370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21314370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21314370'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21314370'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21245025_21245025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21245025_21245025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21245025_21245025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21245025_21245025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21245025_21245025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21245025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21245025'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21245025'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21166896_21166896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21166896_21166896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21166896_21166896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21166896_21166896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21166896_21166896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21166896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21166896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21166896'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22636011_22636011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22636011_22636011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22636011_22636011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22636011_22636011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22636011_22636011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22636011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22636011'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22636011'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21611156_21611156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21611156_21611156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21611156_21611156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21611156_21611156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21611156_21611156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21611156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21611156'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21611156'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21826062_21826062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21826062_21826062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21826062_21826062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21826062_21826062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21826062_21826062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21826062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21826062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21826062'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22525147_22525147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22525147_22525147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22525147_22525147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22525147_22525147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22525147_22525147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22525147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22525147'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22525147'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21916265_21916265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21916265_21916265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21916265_21916265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21916265_21916265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21916265_21916265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21916265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21916265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21916265'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21228140_21228140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21228140_21228140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21228140_21228140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21228140_21228140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21228140_21228140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21228140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21228140'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21228140'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22167184_22167184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22167184_22167184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22167184_22167184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22167184_22167184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22167184_22167184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22167184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22167184'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22167184'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21584804_21584804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21584804_21584804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21584804_21584804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21584804_21584804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21584804_21584804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21584804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21584804'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21584804'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20892039_20892039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20892039_20892039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20892039_20892039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20892039_20892039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20892039_20892039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20892039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20892039'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20892039'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22702250_22702250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22702250_22702250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22702250_22702250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22702250_22702250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22702250_22702250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22702250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22702250'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22702250'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22357558_22357558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22357558_22357558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22357558_22357558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22357558_22357558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22357558_22357558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22357558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22357558'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22357558'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22261399_22261399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22261399_22261399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22261399_22261399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22261399_22261399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22261399_22261399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22261399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22261399'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22261399'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22348404_22348404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22348404_22348404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22348404_22348404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22348404_22348404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22348404_22348404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22348404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22348404'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22348404'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21571545_21571545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21571545_21571545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21571545_21571545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21571545_21571545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21571545_21571545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21571545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21571545'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21571545'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21305845_21305845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21305845_21305845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21305845_21305845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21305845_21305845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21305845_21305845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21305845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21305845'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21305845'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21726013_21726013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21726013_21726013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21726013_21726013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21726013_21726013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21726013_21726013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21726013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21726013'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21726013'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22418741_22418741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22418741_22418741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22418741_22418741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22418741_22418741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22418741_22418741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22418741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22418741'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22418741'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20831796_20831796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20831796_20831796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20831796_20831796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20831796_20831796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20831796_20831796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20831796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20831796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20831796'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20883349_20883349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20883349_20883349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20883349_20883349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20883349_20883349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20883349_20883349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20883349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20883349'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20883349'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22078116_22078116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22078116_22078116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22078116_22078116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22078116_22078116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22078116_22078116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22078116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22078116'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22078116'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22507303_22507303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22507303_22507303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22507303_22507303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22507303_22507303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22507303_22507303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22507303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22507303'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22507303'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20832775_20832775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20832775_20832775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20832775_20832775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20832775_20832775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20832775_20832775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20832775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20832775'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20832775'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22275603_22275603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22275603_22275603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22275603_22275603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22275603_22275603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22275603_22275603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22275603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22275603'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22275603'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22584060_22584060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22584060_22584060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22584060_22584060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22584060_22584060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22584060_22584060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22584060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22584060'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22584060'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21963577_21963577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21963577_21963577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21963577_21963577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21963577_21963577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21963577_21963577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21963577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21963577'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21963577'^^xsd:integer;
  dwc:observationDate '2014-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 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22367786_22367786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22367786_22367786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22367786_22367786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22367786_22367786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22367786_22367786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22367786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22367786'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22367786'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22456306_22456306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22456306_22456306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22456306_22456306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22456306_22456306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22456306_22456306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22456306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22456306'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22456306'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21461133_21461133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21461133_21461133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21461133_21461133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21461133_21461133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21461133_21461133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21461133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21461133'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21461133'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21238761_21238761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21238761_21238761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21238761_21238761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21238761_21238761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21238761_21238761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21238761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21238761'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21238761'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22055386_22055386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22055386_22055386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22055386_22055386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22055386_22055386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22055386_22055386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22055386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22055386'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22055386'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22685044_22685044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22685044_22685044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22685044_22685044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22685044_22685044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22685044_22685044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22685044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22685044'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22685044'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20745653_20745653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20745653_20745653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20745653_20745653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20745653_20745653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20745653_20745653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20745653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20745653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20745653'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20814898_20814898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20814898_20814898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20814898_20814898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20814898_20814898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20814898_20814898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20814898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20814898'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20814898'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20596107_20596107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20596107_20596107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20596107_20596107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20596107_20596107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20596107_20596107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20596107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20596107'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20596107'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22290481_22290481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22290481_22290481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22290481_22290481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22290481_22290481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22290481_22290481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22290481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22290481'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22290481'^^xsd:integer;
  dwc:observationDate '2014-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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20715038_20715038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20715038_20715038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20715038_20715038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20715038_20715038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20715038_20715038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20715038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20715038'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20715038'^^xsd:integer;
  dwc:observationDate '2014-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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22013248_22013248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22013248_22013248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22013248_22013248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22013248_22013248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22013248_22013248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22013248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22013248'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22013248'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22048183_22048183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22048183_22048183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22048183_22048183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22048183_22048183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22048183_22048183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22048183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22048183'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22048183'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21666557_21666557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21666557_21666557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21666557_21666557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21666557_21666557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21666557_21666557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21666557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21666557'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21666557'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20681394_20681394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20681394_20681394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20681394_20681394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20681394_20681394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20681394_20681394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20681394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20681394'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20681394'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22536991_22536991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22536991_22536991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22536991_22536991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22536991_22536991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22536991_22536991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22536991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22536991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22536991'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22641431_22641431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22641431_22641431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22641431_22641431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22641431_22641431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22641431_22641431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22641431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22641431'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22641431'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22099715_22099715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22099715_22099715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22099715_22099715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22099715_22099715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22099715_22099715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22099715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22099715'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22099715'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21421001_21421001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21421001_21421001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21421001_21421001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21421001_21421001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21421001_21421001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21421001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21421001'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21421001'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22076180_22076180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22076180_22076180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22076180_22076180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22076180_22076180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22076180_22076180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22076180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22076180'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22076180'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22276855_22276855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22276855_22276855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22276855_22276855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22276855_22276855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22276855_22276855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22276855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22276855'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22276855'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21355769_21355769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21355769_21355769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21355769_21355769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21355769_21355769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21355769_21355769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21355769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21355769'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21355769'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20826940_20826940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20826940_20826940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20826940_20826940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20826940_20826940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20826940_20826940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20826940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20826940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20826940'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22699775_22699775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22699775_22699775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22699775_22699775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22699775_22699775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22699775_22699775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22699775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22699775'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22699775'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21743967_21743967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21743967_21743967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21743967_21743967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21743967_21743967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21743967_21743967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21743967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21743967'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21743967'^^xsd:integer;
  dwc:observationDate '2014-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 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22230495_22230495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22230495_22230495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22230495_22230495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22230495_22230495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22230495_22230495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22230495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22230495'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22230495'^^xsd:integer;
  dwc:observationDate '2014-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21021821_21021821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21021821_21021821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21021821_21021821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21021821_21021821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21021821_21021821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21021821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21021821'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21021821'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20767675_20767675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20767675_20767675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20767675_20767675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20767675_20767675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20767675_20767675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20767675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20767675'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20767675'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22620235_22620235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22620235_22620235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22620235_22620235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22620235_22620235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22620235_22620235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22620235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22620235'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22620235'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21842336_21842336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21842336_21842336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21842336_21842336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21842336_21842336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21842336_21842336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21842336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21842336'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21842336'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22555772_22555772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22555772_22555772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22555772_22555772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22555772_22555772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22555772_22555772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22555772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22555772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22555772'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22166340_22166340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22166340_22166340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22166340_22166340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22166340_22166340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22166340_22166340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22166340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22166340'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22166340'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21619498_21619498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21619498_21619498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21619498_21619498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21619498_21619498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21619498_21619498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21619498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21619498'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21619498'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20729940_20729940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20729940_20729940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20729940_20729940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20729940_20729940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20729940_20729940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20729940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20729940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20729940'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22666903_22666903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22666903_22666903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22666903_22666903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22666903_22666903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22666903_22666903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22666903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22666903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22666903'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21949167_21949167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21949167_21949167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21949167_21949167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21949167_21949167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21949167_21949167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21949167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21949167'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21949167'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20732046_20732046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20732046_20732046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20732046_20732046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20732046_20732046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20732046_20732046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20732046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20732046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20732046'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21827017_21827017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21827017_21827017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21827017_21827017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21827017_21827017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21827017_21827017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21827017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21827017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21827017'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21269721_21269721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21269721_21269721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21269721_21269721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21269721_21269721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21269721_21269721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21269721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21269721'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21269721'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22671144_22671144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22671144_22671144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22671144_22671144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22671144_22671144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22671144_22671144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22671144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22671144'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22671144'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20589713_20589713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20589713_20589713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20589713_20589713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20589713_20589713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20589713_20589713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20589713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20589713'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20589713'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20893638_20893638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20893638_20893638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20893638_20893638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20893638_20893638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20893638_20893638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20893638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20893638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20893638'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20599875_20599875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20599875_20599875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20599875_20599875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20599875_20599875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20599875_20599875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20599875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20599875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20599875'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21209788_21209788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21209788_21209788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21209788_21209788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21209788_21209788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21209788_21209788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21209788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21209788'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21209788'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22576340_22576340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22576340_22576340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22576340_22576340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22576340_22576340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22576340_22576340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22576340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22576340'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22576340'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20873326_20873326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20873326_20873326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20873326_20873326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20873326_20873326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20873326_20873326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20873326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20873326'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20873326'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22633483_22633483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22633483_22633483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22633483_22633483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22633483_22633483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22633483_22633483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22633483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22633483'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22633483'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20587217_20587217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20587217_20587217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20587217_20587217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20587217_20587217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20587217_20587217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20587217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20587217'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20587217'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21515737_21515737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21515737_21515737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21515737_21515737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21515737_21515737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21515737_21515737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21515737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21515737'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21515737'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22055139_22055139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22055139_22055139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22055139_22055139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22055139_22055139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22055139_22055139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22055139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22055139'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22055139'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20624515_20624515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20624515_20624515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20624515_20624515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20624515_20624515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20624515_20624515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20624515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20624515'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20624515'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21231492_21231492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21231492_21231492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21231492_21231492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21231492_21231492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21231492_21231492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21231492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21231492'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21231492'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21257071_21257071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21257071_21257071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21257071_21257071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21257071_21257071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21257071_21257071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21257071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21257071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21257071'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22082074_22082074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22082074_22082074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22082074_22082074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22082074_22082074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22082074_22082074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22082074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22082074'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22082074'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22012009_22012009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22012009_22012009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22012009_22012009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22012009_22012009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22012009_22012009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22012009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22012009'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22012009'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20804520_20804520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20804520_20804520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20804520_20804520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20804520_20804520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20804520_20804520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20804520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20804520'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20804520'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20734705_20734705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20734705_20734705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20734705_20734705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20734705_20734705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20734705_20734705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20734705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20734705'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20734705'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20869817_20869817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20869817_20869817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20869817_20869817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20869817_20869817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20869817_20869817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20869817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20869817'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20869817'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21839608_21839608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21839608_21839608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21839608_21839608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21839608_21839608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21839608_21839608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21839608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21839608'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21839608'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21258056_21258056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21258056_21258056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21258056_21258056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21258056_21258056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21258056_21258056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21258056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21258056'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21258056'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21551534_21551534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21551534_21551534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21551534_21551534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21551534_21551534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21551534_21551534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21551534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21551534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21551534'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21752577_21752577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21752577_21752577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21752577_21752577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21752577_21752577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21752577_21752577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21752577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21752577'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21752577'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22106816_22106816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22106816_22106816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22106816_22106816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22106816_22106816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22106816_22106816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22106816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22106816'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22106816'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21314047_21314047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21314047_21314047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21314047_21314047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21314047_21314047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21314047_21314047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21314047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21314047'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21314047'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21049796_21049796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21049796_21049796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21049796_21049796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21049796_21049796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21049796_21049796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21049796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21049796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21049796'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21127932_21127932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21127932_21127932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21127932_21127932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21127932_21127932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21127932_21127932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21127932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21127932'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21127932'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21294619_21294619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21294619_21294619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21294619_21294619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21294619_21294619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21294619_21294619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21294619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21294619'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21294619'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21632095_21632095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21632095_21632095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21632095_21632095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21632095_21632095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21632095_21632095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21632095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21632095'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21632095'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22344437_22344437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22344437_22344437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22344437_22344437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22344437_22344437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22344437_22344437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22344437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22344437'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22344437'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22044937_22044937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22044937_22044937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22044937_22044937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22044937_22044937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22044937_22044937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22044937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22044937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22044937'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22602991_22602991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22602991_22602991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22602991_22602991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22602991_22602991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22602991_22602991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22602991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22602991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22602991'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21923486_21923486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21923486_21923486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21923486_21923486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21923486_21923486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21923486_21923486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21923486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21923486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21923486'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21986708_21986708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21986708_21986708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21986708_21986708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21986708_21986708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21986708_21986708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21986708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21986708'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21986708'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21769030_21769030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21769030_21769030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21769030_21769030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21769030_21769030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21769030_21769030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21769030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21769030'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21769030'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22079913_22079913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22079913_22079913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22079913_22079913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22079913_22079913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22079913_22079913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22079913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22079913'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22079913'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20989426_20989426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20989426_20989426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20989426_20989426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20989426_20989426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20989426_20989426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20989426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20989426'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20989426'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21276096_21276096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21276096_21276096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21276096_21276096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21276096_21276096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21276096_21276096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21276096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21276096'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21276096'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21025126_21025126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21025126_21025126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21025126_21025126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21025126_21025126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21025126_21025126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21025126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21025126'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21025126'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22647913_22647913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22647913_22647913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22647913_22647913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22647913_22647913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22647913_22647913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22647913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22647913'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22647913'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21166413_21166413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21166413_21166413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21166413_21166413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21166413_21166413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21166413_21166413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21166413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21166413'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21166413'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21226534_21226534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21226534_21226534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21226534_21226534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21226534_21226534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21226534_21226534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21226534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21226534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21226534'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21535319_21535319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21535319_21535319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21535319_21535319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21535319_21535319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21535319_21535319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21535319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21535319'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21535319'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21892249_21892249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21892249_21892249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21892249_21892249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21892249_21892249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21892249_21892249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21892249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21892249'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21892249'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21265772_21265772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21265772_21265772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21265772_21265772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21265772_21265772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21265772_21265772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21265772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21265772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21265772'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22451006_22451006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22451006_22451006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22451006_22451006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22451006_22451006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22451006_22451006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22451006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22451006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22451006'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20862685_20862685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20862685_20862685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20862685_20862685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20862685_20862685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20862685_20862685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20862685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20862685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20862685'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22695423_22695423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22695423_22695423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22695423_22695423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22695423_22695423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22695423_22695423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22695423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22695423'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22695423'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22069823_22069823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22069823_22069823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22069823_22069823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22069823_22069823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22069823_22069823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22069823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22069823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22069823'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22506441_22506441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22506441_22506441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22506441_22506441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22506441_22506441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22506441_22506441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22506441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22506441'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22506441'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21685446_21685446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21685446_21685446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21685446_21685446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21685446_21685446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21685446_21685446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21685446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21685446'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21685446'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22192958_22192958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22192958_22192958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22192958_22192958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22192958_22192958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22192958_22192958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22192958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22192958'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22192958'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22543053_22543053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22543053_22543053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22543053_22543053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22543053_22543053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22543053_22543053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22543053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22543053'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22543053'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21732429_21732429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21732429_21732429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21732429_21732429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21732429_21732429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21732429_21732429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21732429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21732429'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21732429'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22349952_22349952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22349952_22349952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22349952_22349952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22349952_22349952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22349952_22349952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22349952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22349952'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22349952'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21396198_21396198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21396198_21396198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21396198_21396198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21396198_21396198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21396198_21396198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21396198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21396198'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21396198'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22681547_22681547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22681547_22681547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22681547_22681547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22681547_22681547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22681547_22681547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22681547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22681547'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22681547'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20907267_20907267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20907267_20907267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20907267_20907267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20907267_20907267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20907267_20907267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20907267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20907267'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20907267'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21575275_21575275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21575275_21575275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21575275_21575275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21575275_21575275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21575275_21575275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21575275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21575275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21575275'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20959990_20959990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20959990_20959990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20959990_20959990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20959990_20959990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20959990_20959990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20959990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20959990'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20959990'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21661840_21661840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21661840_21661840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21661840_21661840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21661840_21661840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21661840_21661840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21661840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21661840'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21661840'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22639932_22639932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22639932_22639932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22639932_22639932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22639932_22639932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22639932_22639932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22639932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22639932'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22639932'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21013834_21013834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21013834_21013834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21013834_21013834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21013834_21013834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21013834_21013834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21013834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21013834'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21013834'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20918680_20918680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20918680_20918680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20918680_20918680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20918680_20918680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20918680_20918680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20918680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20918680'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20918680'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21183847_21183847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21183847_21183847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21183847_21183847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21183847_21183847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21183847_21183847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21183847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21183847'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21183847'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21783316_21783316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21783316_21783316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21783316_21783316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21783316_21783316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21783316_21783316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21783316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21783316'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21783316'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22229780_22229780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22229780_22229780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22229780_22229780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22229780_22229780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22229780_22229780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22229780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22229780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22229780'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21361361_21361361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21361361_21361361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21361361_21361361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21361361_21361361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21361361_21361361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21361361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21361361'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21361361'^^xsd:integer;
  dwc:observationDate '2014-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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22150667_22150667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22150667_22150667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22150667_22150667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22150667_22150667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22150667_22150667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22150667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22150667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22150667'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20677927_20677927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20677927_20677927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20677927_20677927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20677927_20677927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20677927_20677927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20677927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20677927'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20677927'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22641354_22641354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22641354_22641354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22641354_22641354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22641354_22641354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22641354_22641354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22641354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22641354'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22641354'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21381233_21381233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21381233_21381233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21381233_21381233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21381233_21381233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21381233_21381233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21381233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21381233'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21381233'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21315148_21315148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21315148_21315148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21315148_21315148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21315148_21315148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21315148_21315148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21315148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21315148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21315148'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21084253_21084253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21084253_21084253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21084253_21084253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21084253_21084253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21084253_21084253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21084253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21084253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21084253'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20911220_20911220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20911220_20911220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20911220_20911220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20911220_20911220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20911220_20911220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20911220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20911220'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20911220'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20999697_20999697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20999697_20999697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20999697_20999697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20999697_20999697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20999697_20999697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20999697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20999697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20999697'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21466272_21466272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21466272_21466272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21466272_21466272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21466272_21466272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21466272_21466272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21466272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21466272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21466272'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21967991_21967991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21967991_21967991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21967991_21967991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21967991_21967991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21967991_21967991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21967991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21967991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21967991'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21060831_21060831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21060831_21060831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21060831_21060831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21060831_21060831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21060831_21060831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21060831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21060831'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21060831'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20841493_20841493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20841493_20841493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20841493_20841493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20841493_20841493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20841493_20841493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20841493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20841493'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20841493'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21786535_21786535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21786535_21786535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21786535_21786535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21786535_21786535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21786535_21786535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21786535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21786535'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21786535'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22645594_22645594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22645594_22645594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22645594_22645594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22645594_22645594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22645594_22645594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22645594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22645594'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22645594'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21619014_21619014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21619014_21619014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21619014_21619014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21619014_21619014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21619014_21619014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21619014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21619014'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21619014'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22098133_22098133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22098133_22098133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22098133_22098133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22098133_22098133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22098133_22098133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22098133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22098133'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22098133'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21096771_21096771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21096771_21096771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21096771_21096771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21096771_21096771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21096771_21096771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21096771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21096771'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21096771'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21469614_21469614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21469614_21469614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21469614_21469614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21469614_21469614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21469614_21469614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21469614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21469614'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21469614'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21402252_21402252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21402252_21402252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21402252_21402252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21402252_21402252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21402252_21402252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21402252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21402252'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21402252'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21747192_21747192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21747192_21747192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21747192_21747192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21747192_21747192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21747192_21747192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21747192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21747192'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21747192'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21309669_21309669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21309669_21309669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21309669_21309669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21309669_21309669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21309669_21309669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21309669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21309669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21309669'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20831086_20831086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20831086_20831086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20831086_20831086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20831086_20831086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20831086_20831086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20831086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20831086'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20831086'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22685338_22685338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22685338_22685338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22685338_22685338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22685338_22685338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22685338_22685338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22685338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22685338'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22685338'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22328193_22328193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22328193_22328193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22328193_22328193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22328193_22328193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22328193_22328193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22328193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22328193'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22328193'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20957791_20957791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20957791_20957791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20957791_20957791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20957791_20957791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20957791_20957791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20957791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20957791'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20957791'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21924286_21924286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21924286_21924286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21924286_21924286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21924286_21924286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21924286_21924286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21924286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21924286'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21924286'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21581221_21581221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21581221_21581221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21581221_21581221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21581221_21581221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21581221_21581221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21581221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21581221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21581221'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21337190_21337190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21337190_21337190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21337190_21337190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21337190_21337190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21337190_21337190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21337190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21337190'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21337190'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21562636_21562636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21562636_21562636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21562636_21562636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21562636_21562636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21562636_21562636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21562636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21562636'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21562636'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22218367_22218367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22218367_22218367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22218367_22218367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22218367_22218367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22218367_22218367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22218367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22218367'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22218367'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21622390_21622390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21622390_21622390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21622390_21622390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21622390_21622390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21622390_21622390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21622390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21622390'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21622390'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21414913_21414913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21414913_21414913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21414913_21414913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21414913_21414913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21414913_21414913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21414913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21414913'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21414913'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22680462_22680462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22680462_22680462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22680462_22680462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22680462_22680462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22680462_22680462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22680462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22680462'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22680462'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22501602_22501602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22501602_22501602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22501602_22501602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22501602_22501602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22501602_22501602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22501602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22501602'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22501602'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21932616_21932616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21932616_21932616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21932616_21932616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21932616_21932616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21932616_21932616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21932616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21932616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21932616'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21816967_21816967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21816967_21816967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21816967_21816967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21816967_21816967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21816967_21816967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21816967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21816967'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21816967'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22211781_22211781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22211781_22211781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22211781_22211781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22211781_22211781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22211781_22211781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22211781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22211781'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22211781'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21907376_21907376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21907376_21907376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21907376_21907376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21907376_21907376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21907376_21907376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21907376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21907376'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21907376'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22199902_22199902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22199902_22199902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22199902_22199902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22199902_22199902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22199902_22199902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22199902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22199902'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22199902'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21583289_21583289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21583289_21583289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21583289_21583289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21583289_21583289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21583289_21583289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21583289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21583289'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21583289'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21798487_21798487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21798487_21798487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21798487_21798487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21798487_21798487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21798487_21798487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21798487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21798487'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21798487'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20736448_20736448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20736448_20736448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20736448_20736448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20736448_20736448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20736448_20736448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20736448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20736448'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20736448'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22540980_22540980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22540980_22540980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22540980_22540980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22540980_22540980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22540980_22540980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22540980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22540980'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22540980'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21471723_21471723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21471723_21471723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21471723_21471723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21471723_21471723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21471723_21471723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21471723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21471723'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21471723'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21054501_21054501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21054501_21054501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21054501_21054501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21054501_21054501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21054501_21054501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21054501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21054501'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21054501'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21285572_21285572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21285572_21285572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21285572_21285572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21285572_21285572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21285572_21285572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21285572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21285572'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21285572'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20823792_20823792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20823792_20823792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20823792_20823792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20823792_20823792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20823792_20823792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20823792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20823792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20823792'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21250322_21250322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21250322_21250322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21250322_21250322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21250322_21250322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21250322_21250322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21250322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21250322'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21250322'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22380506_22380506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22380506_22380506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22380506_22380506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22380506_22380506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22380506_22380506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22380506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22380506'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22380506'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21491848_21491848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21491848_21491848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21491848_21491848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21491848_21491848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21491848_21491848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21491848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21491848'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21491848'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20747071_20747071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20747071_20747071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20747071_20747071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20747071_20747071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20747071_20747071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20747071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20747071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20747071'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21242062_21242062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21242062_21242062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21242062_21242062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21242062_21242062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21242062_21242062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21242062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21242062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21242062'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20758596_20758596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20758596_20758596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20758596_20758596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20758596_20758596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20758596_20758596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20758596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20758596'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20758596'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21101696_21101696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21101696_21101696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21101696_21101696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21101696_21101696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21101696_21101696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21101696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21101696'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21101696'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21550454_21550454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21550454_21550454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21550454_21550454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21550454_21550454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21550454_21550454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21550454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21550454'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21550454'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21511702_21511702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21511702_21511702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21511702_21511702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21511702_21511702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21511702_21511702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21511702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21511702'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21511702'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20950707_20950707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20950707_20950707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20950707_20950707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20950707_20950707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20950707_20950707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20950707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20950707'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20950707'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21191989_21191989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21191989_21191989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21191989_21191989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21191989_21191989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21191989_21191989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21191989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21191989'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21191989'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20643846_20643846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20643846_20643846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20643846_20643846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20643846_20643846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20643846_20643846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20643846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20643846'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20643846'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21440736_21440736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21440736_21440736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21440736_21440736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21440736_21440736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21440736_21440736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21440736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21440736'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21440736'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21785840_21785840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21785840_21785840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21785840_21785840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21785840_21785840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21785840_21785840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21785840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21785840'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21785840'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22118419_22118419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22118419_22118419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22118419_22118419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22118419_22118419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22118419_22118419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22118419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22118419'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22118419'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21346272_21346272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21346272_21346272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21346272_21346272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21346272_21346272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21346272_21346272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21346272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21346272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21346272'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21447787_21447787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21447787_21447787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21447787_21447787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21447787_21447787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21447787_21447787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21447787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21447787'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21447787'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20651738_20651738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20651738_20651738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20651738_20651738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20651738_20651738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20651738_20651738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20651738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20651738'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20651738'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22649950_22649950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22649950_22649950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22649950_22649950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22649950_22649950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22649950_22649950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22649950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22649950'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22649950'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20766233_20766233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20766233_20766233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20766233_20766233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20766233_20766233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20766233_20766233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20766233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20766233'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20766233'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20582064_20582064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20582064_20582064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20582064_20582064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20582064_20582064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20582064_20582064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20582064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20582064'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20582064'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21313875_21313875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21313875_21313875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21313875_21313875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21313875_21313875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21313875_21313875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21313875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21313875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21313875'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21939769_21939769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21939769_21939769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21939769_21939769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21939769_21939769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21939769_21939769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21939769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21939769'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21939769'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21863717_21863717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21863717_21863717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21863717_21863717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21863717_21863717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21863717_21863717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21863717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21863717'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21863717'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20667876_20667876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20667876_20667876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20667876_20667876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20667876_20667876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20667876_20667876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20667876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20667876'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20667876'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21888652_21888652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21888652_21888652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21888652_21888652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21888652_21888652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21888652_21888652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21888652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21888652'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21888652'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21916935_21916935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21916935_21916935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21916935_21916935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21916935_21916935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21916935_21916935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21916935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21916935'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21916935'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21322895_21322895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21322895_21322895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21322895_21322895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21322895_21322895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21322895_21322895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21322895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21322895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21322895'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20649150_20649150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20649150_20649150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20649150_20649150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20649150_20649150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20649150_20649150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20649150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20649150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20649150'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21946744_21946744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21946744_21946744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21946744_21946744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21946744_21946744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21946744_21946744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21946744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21946744'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21946744'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22524179_22524179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22524179_22524179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22524179_22524179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22524179_22524179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22524179_22524179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22524179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22524179'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22524179'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20965992_20965992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20965992_20965992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20965992_20965992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20965992_20965992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20965992_20965992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20965992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20965992'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20965992'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22614780_22614780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22614780_22614780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22614780_22614780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22614780_22614780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22614780_22614780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22614780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22614780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22614780'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21488044_21488044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21488044_21488044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21488044_21488044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21488044_21488044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21488044_21488044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21488044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21488044'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21488044'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22088758_22088758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22088758_22088758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22088758_22088758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22088758_22088758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22088758_22088758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22088758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22088758'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22088758'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20711502_20711502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20711502_20711502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20711502_20711502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20711502_20711502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20711502_20711502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20711502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20711502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20711502'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22351885_22351885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22351885_22351885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22351885_22351885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22351885_22351885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22351885_22351885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22351885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22351885'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22351885'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20724530_20724530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20724530_20724530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20724530_20724530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20724530_20724530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20724530_20724530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20724530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20724530'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20724530'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20716848_20716848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20716848_20716848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20716848_20716848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20716848_20716848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20716848_20716848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20716848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20716848'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20716848'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21183934_21183934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21183934_21183934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21183934_21183934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21183934_21183934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21183934_21183934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21183934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21183934'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21183934'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21368682_21368682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21368682_21368682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21368682_21368682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21368682_21368682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21368682_21368682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21368682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21368682'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21368682'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20803586_20803586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20803586_20803586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20803586_20803586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20803586_20803586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20803586_20803586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20803586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20803586'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20803586'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20823574_20823574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20823574_20823574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20823574_20823574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20823574_20823574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20823574_20823574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20823574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20823574'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20823574'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22003749_22003749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22003749_22003749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22003749_22003749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22003749_22003749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22003749_22003749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22003749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22003749'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22003749'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_45014714_45014714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45014714_45014714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45014714_45014714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0028729"^^xsd:decimal ;
  dwc:decimalLongitude "4.9333539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_45014714_45014714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  geo-pos:lat "51.0028729"^^xsd:decimal ;
  geo-pos:long "4.9333539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_45014714_45014714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45014714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45014714'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9333539'^^xsd:double;
  dwc:latitude '51.0028729'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45014714'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20683607_20683607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20683607_20683607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20683607_20683607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9942609"^^xsd:decimal ;
  dwc:decimalLongitude "4.8938203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20683607_20683607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  geo-pos:lat "50.9942609"^^xsd:decimal ;
  geo-pos:long "4.8938203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20683607_20683607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20683607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20683607'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.8938203'^^xsd:double;
  dwc:latitude '50.9942609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20683607'^^xsd:integer;
  dwc:observationDate '2014-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-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20646559_20646559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20646559_20646559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20646559_20646559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20646559_20646559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20646559_20646559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20646559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20646559'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20646559'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23904285_23904285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23904285_23904285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23904285_23904285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23904285_23904285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23904285_23904285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904285'^^xsd: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 '23904285'^^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 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/5871_23916676_23916676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23916676_23916676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23916676_23916676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23916676_23916676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23916676_23916676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916676'^^xsd: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 '23916676'^^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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23916878_23916878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23916878_23916878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23916878_23916878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23916878_23916878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23916878_23916878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916878'^^xsd: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 '23916878'^^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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23916961_23916961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23916961_23916961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23916961_23916961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23916961_23916961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23916961_23916961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916961'^^xsd: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 '23916961'^^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 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/5871_23916964_23916964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23916964_23916964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23916964_23916964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23916964_23916964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23916964_23916964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916964'^^xsd: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 '23916964'^^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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23916972_23916972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23916972_23916972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23916972_23916972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23916972_23916972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23916972_23916972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23916972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23916972'^^xsd: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 '23916972'^^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 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/5871_23904313_23904313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23904313_23904313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23904313_23904313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23904313_23904313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23904313_23904313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904313'^^xsd: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 '23904313'^^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 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/5871_23904443_23904443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23904443_23904443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23904443_23904443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23904443_23904443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23904443_23904443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904443'^^xsd: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 '23904443'^^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 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/5871_23917183_23917183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23917183_23917183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23917183_23917183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23917183_23917183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23917183_23917183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917183'^^xsd: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 '23917183'^^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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23917233_23917233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23917233_23917233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23917233_23917233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23917233_23917233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23917233_23917233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917233'^^xsd: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 '23917233'^^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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23917239_23917239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23917239_23917239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23917239_23917239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23917239_23917239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23917239_23917239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23917239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23917239'^^xsd: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 '23917239'^^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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23904449_23904449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23904449_23904449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23904449_23904449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23904449_23904449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23904449_23904449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904449'^^xsd: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 '23904449'^^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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23904456_23904456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23904456_23904456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23904456_23904456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23904456_23904456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23904456_23904456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23904456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23904456'^^xsd: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 '23904456'^^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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23907585_23907585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23907585_23907585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23907585_23907585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23907585_23907585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23907585_23907585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23907585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23907585'^^xsd: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 '23907585'^^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 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/5871_23935186_23935186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23935186_23935186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23935186_23935186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23935186_23935186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23935186_23935186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23935186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23935186'^^xsd: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 '23935186'^^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/5871_23935187_23935187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23935187_23935187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23935187_23935187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23935187_23935187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23935187_23935187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23935187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23935187'^^xsd: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 '23935187'^^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 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/5871_23935204_23935204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23935204_23935204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23935204_23935204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23935204_23935204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23935204_23935204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23935204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23935204'^^xsd: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 '23935204'^^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 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/5871_23935211_23935211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23935211_23935211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23935211_23935211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23935211_23935211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23935211_23935211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23935211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23935211'^^xsd: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 '23935211'^^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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23621957_23621957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23621957_23621957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23621957_23621957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23621957_23621957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23621957_23621957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23621957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23621957'^^xsd: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 '23621957'^^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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23250429_23250429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23250429_23250429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23250429_23250429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23250429_23250429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23250429_23250429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23250429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23250429'^^xsd: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.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23250429'^^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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23252612_23252612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23252612_23252612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23252612_23252612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23252612_23252612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23252612_23252612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252612'^^xsd: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 '23252612'^^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 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/5871_23252624_23252624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23252624_23252624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23252624_23252624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23252624_23252624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23252624_23252624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23252624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23252624'^^xsd: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 '23252624'^^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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36683605_36683605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36683605_36683605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36683605_36683605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36683605_36683605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36683605_36683605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683605'^^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 '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 '36683605'^^xsd:integer;
  dwc:observationDate '2015-12-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/5871_36686543_36686543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36686543_36686543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36686543_36686543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36686543_36686543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36686543_36686543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686543'^^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 '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 '36686543'^^xsd:integer;
  dwc:observationDate '2015-12-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36686553_36686553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36686553_36686553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36686553_36686553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36686553_36686553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36686553_36686553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686553'^^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 '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 '36686553'^^xsd:integer;
  dwc:observationDate '2015-12-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36686560_36686560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36686560_36686560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36686560_36686560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36686560_36686560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36686560_36686560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686560'^^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 '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 '36686560'^^xsd:integer;
  dwc:observationDate '2015-12-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36686567_36686567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36686567_36686567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36686567_36686567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36686567_36686567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36686567_36686567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686567'^^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 '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 '36686567'^^xsd:integer;
  dwc:observationDate '2015-12-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36683609_36683609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36683609_36683609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36683609_36683609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36683609_36683609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36683609_36683609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683609'^^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 '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 '36683609'^^xsd:integer;
  dwc:observationDate '2015-12-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36683617_36683617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36683617_36683617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36683617_36683617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36683617_36683617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36683617_36683617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683617'^^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 '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 '36683617'^^xsd:integer;
  dwc:observationDate '2015-12-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/5871_36683627_36683627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36683627_36683627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36683627_36683627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36683627_36683627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36683627_36683627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683627'^^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 '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 '36683627'^^xsd:integer;
  dwc:observationDate '2015-12-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/5871_36683643_36683643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36683643_36683643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36683643_36683643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36683643_36683643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36683643_36683643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36683643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36683643'^^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 '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 '36683643'^^xsd:integer;
  dwc:observationDate '2015-12-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28640798_28640798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28640798_28640798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28640798_28640798> ;
  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/5871_28640798_28640798>
  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/5871_28640798_28640798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640798'^^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.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 '28640798'^^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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115429'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28635655_28635655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28635655_28635655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28635655_28635655> ;
  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/5871_28635655_28635655>
  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/5871_28635655_28635655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635655'^^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 '28635655'^^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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28635676_28635676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28635676_28635676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28635676_28635676> ;
  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/5871_28635676_28635676>
  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/5871_28635676_28635676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635676'^^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 '28635676'^^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 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/5871_28635706_28635706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28635706_28635706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28635706_28635706> ;
  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/5871_28635706_28635706>
  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/5871_28635706_28635706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635706'^^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 '28635706'^^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 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/5871_28635732_28635732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28635732_28635732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28635732_28635732> ;
  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/5871_28635732_28635732>
  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/5871_28635732_28635732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635732'^^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 '28635732'^^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 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/5871_28635735_28635735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28635735_28635735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28635735_28635735> ;
  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/5871_28635735_28635735>
  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/5871_28635735_28635735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635735'^^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 '28635735'^^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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112286'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28635759_28635759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28635759_28635759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28635759_28635759> ;
  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/5871_28635759_28635759>
  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/5871_28635759_28635759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28635759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28635759'^^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 '28635759'^^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 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/5871_28640830_28640830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28640830_28640830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28640830_28640830> ;
  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/5871_28640830_28640830>
  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/5871_28640830_28640830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640830'^^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 '28640830'^^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 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/5871_36684954_36684954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36684954_36684954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36684954_36684954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36684954_36684954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36684954_36684954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684954'^^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.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684954'^^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 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/5871_36684955_36684955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36684955_36684955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36684955_36684955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36684955_36684955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36684955_36684955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684955'^^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.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684955'^^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 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/5871_36686826_36686826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36686826_36686826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36686826_36686826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36686826_36686826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36686826_36686826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686826'^^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.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686826'^^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 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/5871_36730861_36730861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36730861_36730861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36730861_36730861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36730861_36730861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36730861_36730861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36730861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36730861'^^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.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36730861'^^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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36730862_36730862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36730862_36730862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36730862_36730862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36730862_36730862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36730862_36730862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36730862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36730862'^^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.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36730862'^^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 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/5871_36828475_36828475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36828475_36828475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36828475_36828475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36828475_36828475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36828475_36828475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828475'^^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.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828475'^^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 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/5871_367_1171777_capture_367_1171777_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_367_1171777_capture_367_1171777_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_367_1171777_capture_367_1171777_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.002299 4.982818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.002299"^^xsd:decimal ;
  dwc:decimalLongitude "4.982818"^^xsd:decimal ;
  dwc: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/5871_367_1171777_capture_367_1171777_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.002299 4.982818)"^^geo:wktLiteral ;
  geo-pos:lat "51.002299"^^xsd:decimal ;
  geo-pos:long "4.982818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_367_1171777_capture_367_1171777_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "367_1171777_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '367_1171777_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.982818'^^xsd:double;
  dwc:latitude '51.002299'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '367_1171777_capture'^^xsd:string;
  dwc:observationDate '2014-06-17'^^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/5871_367_1171777_release_367_1171777_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_367_1171777_release_367_1171777_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_367_1171777_release_367_1171777_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc: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/5871_367_1171777_release_367_1171777_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_367_1171777_release_367_1171777_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "367_1171777_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '367_1171777_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '367_1171777_release'^^xsd:string;
  dwc:observationDate '2014-06-18'^^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/5871_21056596_21056596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21056596_21056596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21056596_21056596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21056596_21056596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21056596_21056596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21056596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21056596'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21056596'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21316027_21316027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21316027_21316027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21316027_21316027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21316027_21316027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21316027_21316027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21316027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21316027'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21316027'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21934333_21934333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21934333_21934333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21934333_21934333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21934333_21934333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21934333_21934333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21934333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21934333'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21934333'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22593115_22593115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22593115_22593115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22593115_22593115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22593115_22593115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22593115_22593115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22593115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22593115'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22593115'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21940098_21940098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21940098_21940098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21940098_21940098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21940098_21940098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21940098_21940098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21940098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21940098'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21940098'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22066640_22066640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22066640_22066640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22066640_22066640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22066640_22066640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22066640_22066640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22066640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22066640'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22066640'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22024416_22024416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22024416_22024416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22024416_22024416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22024416_22024416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22024416_22024416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22024416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22024416'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22024416'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22664098_22664098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22664098_22664098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22664098_22664098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22664098_22664098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22664098_22664098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22664098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22664098'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22664098'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21802373_21802373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21802373_21802373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21802373_21802373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21802373_21802373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21802373_21802373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21802373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21802373'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21802373'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20588746_20588746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20588746_20588746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20588746_20588746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20588746_20588746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20588746_20588746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20588746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20588746'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20588746'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21993346_21993346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21993346_21993346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21993346_21993346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21993346_21993346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21993346_21993346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21993346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21993346'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21993346'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22156399_22156399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22156399_22156399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22156399_22156399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22156399_22156399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22156399_22156399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22156399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22156399'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22156399'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22524700_22524700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22524700_22524700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22524700_22524700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22524700_22524700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22524700_22524700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22524700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22524700'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22524700'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21725520_21725520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21725520_21725520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21725520_21725520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21725520_21725520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21725520_21725520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21725520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21725520'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21725520'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22686109_22686109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22686109_22686109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22686109_22686109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22686109_22686109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22686109_22686109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22686109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22686109'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22686109'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20708166_20708166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20708166_20708166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20708166_20708166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20708166_20708166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20708166_20708166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20708166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20708166'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20708166'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22526959_22526959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22526959_22526959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22526959_22526959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22526959_22526959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22526959_22526959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22526959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22526959'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22526959'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22570079_22570079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22570079_22570079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22570079_22570079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22570079_22570079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22570079_22570079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22570079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22570079'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22570079'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20772724_20772724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20772724_20772724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20772724_20772724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20772724_20772724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20772724_20772724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20772724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20772724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20772724'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21757258_21757258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21757258_21757258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21757258_21757258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21757258_21757258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21757258_21757258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21757258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21757258'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21757258'^^xsd:integer;
  dwc:observationDate '2014-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22670269_22670269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22670269_22670269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22670269_22670269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22670269_22670269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22670269_22670269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22670269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22670269'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22670269'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21013723_21013723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21013723_21013723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21013723_21013723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21013723_21013723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21013723_21013723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21013723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21013723'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21013723'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_368_1171780_capture_368_1171780_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_368_1171780_capture_368_1171780_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_368_1171780_capture_368_1171780_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.193606 4.755716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.193606"^^xsd:decimal ;
  dwc:decimalLongitude "4.755716"^^xsd:decimal ;
  dwc: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/5871_368_1171780_capture_368_1171780_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.193606 4.755716)"^^geo:wktLiteral ;
  geo-pos:lat "51.193606"^^xsd:decimal ;
  geo-pos:long "4.755716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_368_1171780_capture_368_1171780_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "368_1171780_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '368_1171780_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.755716'^^xsd:double;
  dwc:latitude '51.193606'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '368_1171780_capture'^^xsd:string;
  dwc:observationDate '2014-05-26'^^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/5871_368_1171780_release_368_1171780_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_368_1171780_release_368_1171780_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_368_1171780_release_368_1171780_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc: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/5871_368_1171780_release_368_1171780_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_368_1171780_release_368_1171780_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "368_1171780_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '368_1171780_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '368_1171780_release'^^xsd:string;
  dwc:observationDate '2014-05-26'^^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/5871_22428530_22428530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22428530_22428530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22428530_22428530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22428530_22428530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22428530_22428530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22428530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22428530'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22428530'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22148846_22148846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22148846_22148846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22148846_22148846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22148846_22148846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22148846_22148846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22148846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22148846'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22148846'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21647643_21647643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21647643_21647643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21647643_21647643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21647643_21647643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21647643_21647643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21647643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21647643'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21647643'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21706917_21706917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21706917_21706917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21706917_21706917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21706917_21706917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21706917_21706917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21706917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21706917'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21706917'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20943171_20943171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20943171_20943171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20943171_20943171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20943171_20943171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20943171_20943171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20943171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20943171'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20943171'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21786156_21786156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21786156_21786156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21786156_21786156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21786156_21786156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21786156_21786156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21786156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21786156'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21786156'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20692846_20692846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20692846_20692846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20692846_20692846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20692846_20692846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20692846_20692846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20692846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20692846'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20692846'^^xsd:integer;
  dwc:observationDate '2014-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 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22058950_22058950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22058950_22058950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22058950_22058950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22058950_22058950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22058950_22058950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22058950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22058950'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22058950'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21930340_21930340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21930340_21930340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21930340_21930340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21930340_21930340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21930340_21930340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21930340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21930340'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21930340'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20820061_20820061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20820061_20820061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20820061_20820061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20820061_20820061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20820061_20820061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20820061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20820061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20820061'^^xsd:integer;
  dwc:observationDate '2014-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 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20721464_20721464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20721464_20721464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20721464_20721464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20721464_20721464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20721464_20721464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20721464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20721464'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20721464'^^xsd:integer;
  dwc:observationDate '2014-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 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20771914_20771914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20771914_20771914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20771914_20771914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20771914_20771914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20771914_20771914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20771914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20771914'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20771914'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21679239_21679239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21679239_21679239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21679239_21679239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21679239_21679239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21679239_21679239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21679239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21679239'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21679239'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21726629_21726629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21726629_21726629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21726629_21726629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21726629_21726629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21726629_21726629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21726629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21726629'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21726629'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21251006_21251006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21251006_21251006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21251006_21251006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21251006_21251006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21251006_21251006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21251006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21251006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21251006'^^xsd:integer;
  dwc:observationDate '2014-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 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22475193_22475193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22475193_22475193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22475193_22475193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22475193_22475193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22475193_22475193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22475193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22475193'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22475193'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22099105_22099105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22099105_22099105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22099105_22099105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22099105_22099105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22099105_22099105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22099105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22099105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22099105'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22165670_22165670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22165670_22165670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22165670_22165670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22165670_22165670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22165670_22165670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22165670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22165670'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22165670'^^xsd:integer;
  dwc:observationDate '2014-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 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22642558_22642558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22642558_22642558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22642558_22642558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22642558_22642558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22642558_22642558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22642558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22642558'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22642558'^^xsd:integer;
  dwc:observationDate '2014-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 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22383136_22383136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22383136_22383136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22383136_22383136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22383136_22383136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22383136_22383136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22383136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22383136'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22383136'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22513967_22513967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22513967_22513967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22513967_22513967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22513967_22513967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22513967_22513967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22513967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22513967'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22513967'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21890809_21890809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21890809_21890809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21890809_21890809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21890809_21890809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21890809_21890809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21890809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21890809'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21890809'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20728579_20728579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20728579_20728579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20728579_20728579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20728579_20728579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20728579_20728579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20728579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20728579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20728579'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21406455_21406455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21406455_21406455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21406455_21406455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21406455_21406455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21406455_21406455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21406455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21406455'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21406455'^^xsd:integer;
  dwc:observationDate '2014-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 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22365425_22365425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22365425_22365425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22365425_22365425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22365425_22365425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22365425_22365425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22365425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22365425'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22365425'^^xsd:integer;
  dwc:observationDate '2014-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 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22199575_22199575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22199575_22199575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22199575_22199575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22199575_22199575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22199575_22199575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22199575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22199575'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22199575'^^xsd:integer;
  dwc:observationDate '2014-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 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21171917_21171917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21171917_21171917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21171917_21171917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21171917_21171917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21171917_21171917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21171917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21171917'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21171917'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20949437_20949437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20949437_20949437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20949437_20949437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20949437_20949437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20949437_20949437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20949437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20949437'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20949437'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20789116_20789116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20789116_20789116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20789116_20789116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20789116_20789116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20789116_20789116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20789116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20789116'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20789116'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21479922_21479922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21479922_21479922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21479922_21479922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21479922_21479922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21479922_21479922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21479922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21479922'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21479922'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22584866_22584866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22584866_22584866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22584866_22584866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22584866_22584866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22584866_22584866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22584866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22584866'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22584866'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21839971_21839971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21839971_21839971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21839971_21839971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21839971_21839971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21839971_21839971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21839971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21839971'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21839971'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21139490_21139490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21139490_21139490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21139490_21139490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21139490_21139490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21139490_21139490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21139490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21139490'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21139490'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22635651_22635651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22635651_22635651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22635651_22635651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22635651_22635651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22635651_22635651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22635651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22635651'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22635651'^^xsd:integer;
  dwc:observationDate '2014-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 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22296277_22296277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22296277_22296277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22296277_22296277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22296277_22296277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22296277_22296277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22296277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22296277'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22296277'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20643702_20643702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20643702_20643702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20643702_20643702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20643702_20643702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20643702_20643702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20643702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20643702'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20643702'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22549954_22549954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22549954_22549954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22549954_22549954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22549954_22549954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22549954_22549954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22549954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22549954'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22549954'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22590087_22590087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22590087_22590087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22590087_22590087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22590087_22590087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22590087_22590087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22590087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22590087'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22590087'^^xsd:integer;
  dwc:observationDate '2014-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 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21601525_21601525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21601525_21601525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21601525_21601525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21601525_21601525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21601525_21601525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21601525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21601525'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21601525'^^xsd:integer;
  dwc:observationDate '2014-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 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21159874_21159874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21159874_21159874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21159874_21159874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21159874_21159874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21159874_21159874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21159874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21159874'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21159874'^^xsd:integer;
  dwc:observationDate '2014-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 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21518331_21518331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21518331_21518331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21518331_21518331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21518331_21518331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21518331_21518331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21518331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21518331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21518331'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21999795_21999795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21999795_21999795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21999795_21999795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21999795_21999795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21999795_21999795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21999795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21999795'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21999795'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21017103_21017103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21017103_21017103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21017103_21017103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21017103_21017103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21017103_21017103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21017103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21017103'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21017103'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21395596_21395596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21395596_21395596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21395596_21395596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21395596_21395596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21395596_21395596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21395596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21395596'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21395596'^^xsd:integer;
  dwc:observationDate '2014-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 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22236913_22236913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22236913_22236913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22236913_22236913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22236913_22236913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22236913_22236913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22236913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22236913'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22236913'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22111771_22111771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22111771_22111771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22111771_22111771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22111771_22111771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22111771_22111771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22111771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22111771'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22111771'^^xsd:integer;
  dwc:observationDate '2014-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 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22058925_22058925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22058925_22058925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22058925_22058925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22058925_22058925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22058925_22058925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22058925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22058925'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22058925'^^xsd:integer;
  dwc:observationDate '2014-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 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21860591_21860591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21860591_21860591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21860591_21860591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21860591_21860591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21860591_21860591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21860591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21860591'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21860591'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21520905_21520905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21520905_21520905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21520905_21520905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21520905_21520905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21520905_21520905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21520905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21520905'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21520905'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22626976_22626976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22626976_22626976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22626976_22626976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22626976_22626976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22626976_22626976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22626976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22626976'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22626976'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22157754_22157754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22157754_22157754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22157754_22157754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22157754_22157754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22157754_22157754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22157754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22157754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22157754'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22179342_22179342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22179342_22179342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22179342_22179342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22179342_22179342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22179342_22179342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22179342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22179342'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22179342'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21951770_21951770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21951770_21951770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21951770_21951770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21951770_21951770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21951770_21951770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21951770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21951770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21951770'^^xsd:integer;
  dwc:observationDate '2014-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 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21509251_21509251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21509251_21509251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21509251_21509251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21509251_21509251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21509251_21509251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21509251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21509251'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21509251'^^xsd:integer;
  dwc:observationDate '2014-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 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22455066_22455066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22455066_22455066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22455066_22455066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22455066_22455066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22455066_22455066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22455066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22455066'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22455066'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22390871_22390871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22390871_22390871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22390871_22390871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22390871_22390871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22390871_22390871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22390871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22390871'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22390871'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21878214_21878214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21878214_21878214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21878214_21878214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21878214_21878214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21878214_21878214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21878214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21878214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21878214'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22269891_22269891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22269891_22269891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22269891_22269891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22269891_22269891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22269891_22269891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22269891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22269891'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22269891'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22034786_22034786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22034786_22034786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22034786_22034786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22034786_22034786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22034786_22034786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22034786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22034786'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22034786'^^xsd:integer;
  dwc:observationDate '2014-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 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21922491_21922491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21922491_21922491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21922491_21922491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21922491_21922491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21922491_21922491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21922491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21922491'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21922491'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21535641_21535641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21535641_21535641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21535641_21535641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21535641_21535641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21535641_21535641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21535641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21535641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21535641'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21718113_21718113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21718113_21718113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21718113_21718113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21718113_21718113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21718113_21718113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21718113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21718113'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21718113'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22169051_22169051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22169051_22169051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22169051_22169051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22169051_22169051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22169051_22169051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22169051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22169051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22169051'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20694466_20694466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20694466_20694466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20694466_20694466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20694466_20694466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20694466_20694466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20694466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20694466'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20694466'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21322961_21322961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21322961_21322961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21322961_21322961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21322961_21322961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21322961_21322961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21322961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21322961'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21322961'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21661321_21661321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21661321_21661321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21661321_21661321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21661321_21661321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21661321_21661321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21661321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21661321'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21661321'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21994085_21994085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21994085_21994085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21994085_21994085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21994085_21994085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21994085_21994085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21994085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21994085'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21994085'^^xsd:integer;
  dwc:observationDate '2014-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 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20625569_20625569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20625569_20625569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20625569_20625569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20625569_20625569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20625569_20625569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20625569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20625569'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20625569'^^xsd:integer;
  dwc:observationDate '2014-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 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21729648_21729648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21729648_21729648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21729648_21729648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21729648_21729648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21729648_21729648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21729648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21729648'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21729648'^^xsd:integer;
  dwc:observationDate '2014-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 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21546283_21546283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21546283_21546283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21546283_21546283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21546283_21546283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21546283_21546283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21546283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21546283'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21546283'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22017867_22017867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22017867_22017867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22017867_22017867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22017867_22017867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22017867_22017867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22017867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22017867'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22017867'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20809123_20809123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20809123_20809123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20809123_20809123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20809123_20809123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20809123_20809123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20809123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20809123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20809123'^^xsd:integer;
  dwc:observationDate '2014-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 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22077224_22077224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22077224_22077224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22077224_22077224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22077224_22077224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22077224_22077224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22077224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22077224'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22077224'^^xsd:integer;
  dwc:observationDate '2014-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 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21344434_21344434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21344434_21344434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21344434_21344434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21344434_21344434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21344434_21344434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21344434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21344434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21344434'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22513327_22513327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22513327_22513327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22513327_22513327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22513327_22513327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22513327_22513327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22513327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22513327'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22513327'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21272535_21272535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21272535_21272535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21272535_21272535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21272535_21272535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21272535_21272535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21272535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21272535'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21272535'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21810379_21810379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21810379_21810379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21810379_21810379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21810379_21810379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21810379_21810379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21810379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21810379'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21810379'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21874221_21874221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21874221_21874221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21874221_21874221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21874221_21874221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21874221_21874221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21874221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21874221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21874221'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22056255_22056255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22056255_22056255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22056255_22056255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22056255_22056255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22056255_22056255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22056255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22056255'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22056255'^^xsd:integer;
  dwc:observationDate '2014-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 56 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20692432_20692432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20692432_20692432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20692432_20692432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20692432_20692432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20692432_20692432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20692432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20692432'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20692432'^^xsd:integer;
  dwc:observationDate '2014-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21754311_21754311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21754311_21754311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21754311_21754311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21754311_21754311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21754311_21754311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21754311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21754311'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21754311'^^xsd:integer;
  dwc:observationDate '2014-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 57 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20690029_20690029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20690029_20690029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20690029_20690029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20690029_20690029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20690029_20690029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20690029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20690029'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20690029'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20861238_20861238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20861238_20861238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20861238_20861238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20861238_20861238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20861238_20861238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20861238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20861238'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20861238'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22636458_22636458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22636458_22636458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22636458_22636458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22636458_22636458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22636458_22636458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22636458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22636458'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22636458'^^xsd:integer;
  dwc:observationDate '2014-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 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22169778_22169778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22169778_22169778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22169778_22169778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22169778_22169778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22169778_22169778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22169778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22169778'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22169778'^^xsd:integer;
  dwc:observationDate '2014-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 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21741503_21741503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21741503_21741503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21741503_21741503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21741503_21741503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21741503_21741503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21741503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21741503'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21741503'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22459510_22459510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22459510_22459510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22459510_22459510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22459510_22459510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22459510_22459510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22459510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22459510'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22459510'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20984469_20984469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20984469_20984469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20984469_20984469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20984469_20984469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20984469_20984469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20984469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20984469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20984469'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21257026_21257026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21257026_21257026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21257026_21257026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21257026_21257026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21257026_21257026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21257026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21257026'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21257026'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20816558_20816558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20816558_20816558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20816558_20816558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20816558_20816558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20816558_20816558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20816558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20816558'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20816558'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21074214_21074214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21074214_21074214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21074214_21074214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21074214_21074214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21074214_21074214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21074214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21074214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21074214'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21904247_21904247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21904247_21904247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21904247_21904247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21904247_21904247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21904247_21904247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21904247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21904247'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21904247'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20842142_20842142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20842142_20842142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20842142_20842142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20842142_20842142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20842142_20842142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20842142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20842142'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20842142'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21472106_21472106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21472106_21472106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21472106_21472106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21472106_21472106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21472106_21472106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21472106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21472106'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21472106'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22291667_22291667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22291667_22291667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22291667_22291667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22291667_22291667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22291667_22291667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22291667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22291667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22291667'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22152353_22152353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22152353_22152353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22152353_22152353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22152353_22152353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22152353_22152353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22152353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22152353'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22152353'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21255564_21255564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21255564_21255564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21255564_21255564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21255564_21255564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21255564_21255564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21255564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21255564'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21255564'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22411446_22411446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22411446_22411446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22411446_22411446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22411446_22411446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22411446_22411446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22411446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22411446'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22411446'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21349449_21349449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21349449_21349449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21349449_21349449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21349449_21349449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21349449_21349449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21349449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21349449'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21349449'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21772739_21772739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21772739_21772739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21772739_21772739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21772739_21772739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21772739_21772739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21772739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21772739'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21772739'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22316259_22316259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22316259_22316259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22316259_22316259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22316259_22316259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22316259_22316259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22316259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22316259'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22316259'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22227117_22227117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22227117_22227117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22227117_22227117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22227117_22227117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22227117_22227117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22227117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22227117'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22227117'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22360757_22360757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22360757_22360757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22360757_22360757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22360757_22360757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22360757_22360757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22360757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22360757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22360757'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21628693_21628693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21628693_21628693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21628693_21628693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21628693_21628693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21628693_21628693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21628693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21628693'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21628693'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21625553_21625553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21625553_21625553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21625553_21625553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21625553_21625553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21625553_21625553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21625553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21625553'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21625553'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22337235_22337235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22337235_22337235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22337235_22337235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22337235_22337235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22337235_22337235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22337235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22337235'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22337235'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20618649_20618649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20618649_20618649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20618649_20618649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20618649_20618649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20618649_20618649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20618649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20618649'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20618649'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22218833_22218833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22218833_22218833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22218833_22218833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22218833_22218833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22218833_22218833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22218833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22218833'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22218833'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21165896_21165896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21165896_21165896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21165896_21165896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21165896_21165896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21165896_21165896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21165896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21165896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21165896'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22291649_22291649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22291649_22291649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22291649_22291649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22291649_22291649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22291649_22291649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22291649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22291649'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22291649'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22435034_22435034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22435034_22435034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22435034_22435034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22435034_22435034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22435034_22435034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22435034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22435034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22435034'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22248502_22248502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22248502_22248502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22248502_22248502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22248502_22248502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22248502_22248502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22248502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22248502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22248502'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22127573_22127573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22127573_22127573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22127573_22127573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22127573_22127573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22127573_22127573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22127573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22127573'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22127573'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20787414_20787414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20787414_20787414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20787414_20787414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20787414_20787414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20787414_20787414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20787414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20787414'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20787414'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22570943_22570943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22570943_22570943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22570943_22570943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22570943_22570943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22570943_22570943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22570943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22570943'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22570943'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22404205_22404205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22404205_22404205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22404205_22404205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22404205_22404205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22404205_22404205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22404205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22404205'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22404205'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20637206_20637206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20637206_20637206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20637206_20637206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20637206_20637206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20637206_20637206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20637206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20637206'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20637206'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22340841_22340841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22340841_22340841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22340841_22340841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22340841_22340841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22340841_22340841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22340841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22340841'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22340841'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21371000_21371000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21371000_21371000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21371000_21371000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21371000_21371000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21371000_21371000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21371000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21371000'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21371000'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21373941_21373941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21373941_21373941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21373941_21373941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21373941_21373941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21373941_21373941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21373941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21373941'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21373941'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21323419_21323419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21323419_21323419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21323419_21323419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21323419_21323419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21323419_21323419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21323419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21323419'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21323419'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21132808_21132808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21132808_21132808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21132808_21132808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21132808_21132808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21132808_21132808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21132808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21132808'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21132808'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20586477_20586477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20586477_20586477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20586477_20586477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20586477_20586477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20586477_20586477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20586477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20586477'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20586477'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20747746_20747746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20747746_20747746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20747746_20747746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20747746_20747746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20747746_20747746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20747746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20747746'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20747746'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21175431_21175431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21175431_21175431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21175431_21175431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21175431_21175431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21175431_21175431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21175431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21175431'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21175431'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21891653_21891653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21891653_21891653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21891653_21891653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21891653_21891653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21891653_21891653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21891653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21891653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21891653'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20887613_20887613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20887613_20887613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20887613_20887613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20887613_20887613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20887613_20887613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20887613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20887613'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20887613'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21752167_21752167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21752167_21752167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21752167_21752167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21752167_21752167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21752167_21752167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21752167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21752167'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21752167'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22487017_22487017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22487017_22487017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22487017_22487017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22487017_22487017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22487017_22487017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22487017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22487017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22487017'^^xsd:integer;
  dwc:observationDate '2014-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22021573_22021573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22021573_22021573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22021573_22021573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22021573_22021573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22021573_22021573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22021573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22021573'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22021573'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21761003_21761003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21761003_21761003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21761003_21761003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21761003_21761003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21761003_21761003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21761003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21761003'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21761003'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22541041_22541041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22541041_22541041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22541041_22541041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22541041_22541041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22541041_22541041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22541041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22541041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22541041'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21131645_21131645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21131645_21131645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21131645_21131645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21131645_21131645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21131645_21131645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21131645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21131645'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21131645'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21574869_21574869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21574869_21574869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21574869_21574869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21574869_21574869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21574869_21574869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21574869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21574869'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21574869'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21324267_21324267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21324267_21324267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21324267_21324267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21324267_21324267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21324267_21324267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21324267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21324267'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21324267'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20792350_20792350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20792350_20792350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20792350_20792350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20792350_20792350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20792350_20792350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20792350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20792350'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20792350'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21713162_21713162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21713162_21713162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21713162_21713162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21713162_21713162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21713162_21713162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21713162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21713162'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21713162'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21392359_21392359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21392359_21392359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21392359_21392359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21392359_21392359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21392359_21392359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21392359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21392359'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21392359'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22235463_22235463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22235463_22235463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22235463_22235463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22235463_22235463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22235463_22235463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22235463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22235463'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22235463'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22187458_22187458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22187458_22187458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22187458_22187458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22187458_22187458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22187458_22187458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22187458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22187458'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22187458'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21456247_21456247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21456247_21456247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21456247_21456247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21456247_21456247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21456247_21456247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21456247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21456247'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21456247'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21790158_21790158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21790158_21790158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21790158_21790158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21790158_21790158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21790158_21790158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21790158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21790158'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21790158'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22597463_22597463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22597463_22597463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22597463_22597463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22597463_22597463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22597463_22597463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22597463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22597463'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22597463'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21013544_21013544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21013544_21013544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21013544_21013544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21013544_21013544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21013544_21013544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21013544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21013544'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21013544'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21607849_21607849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21607849_21607849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21607849_21607849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21607849_21607849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21607849_21607849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21607849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21607849'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21607849'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22457640_22457640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22457640_22457640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22457640_22457640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22457640_22457640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22457640_22457640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22457640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22457640'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22457640'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22153062_22153062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22153062_22153062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22153062_22153062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22153062_22153062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22153062_22153062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22153062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22153062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22153062'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22630238_22630238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22630238_22630238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22630238_22630238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22630238_22630238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22630238_22630238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22630238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22630238'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22630238'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20766475_20766475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20766475_20766475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20766475_20766475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20766475_20766475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20766475_20766475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20766475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20766475'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20766475'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20642502_20642502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20642502_20642502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20642502_20642502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20642502_20642502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20642502_20642502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20642502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20642502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20642502'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21346701_21346701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21346701_21346701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21346701_21346701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21346701_21346701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21346701_21346701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21346701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21346701'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21346701'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20735806_20735806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20735806_20735806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20735806_20735806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20735806_20735806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20735806_20735806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20735806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20735806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20735806'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22385332_22385332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22385332_22385332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22385332_22385332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22385332_22385332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22385332_22385332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22385332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22385332'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22385332'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22221765_22221765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22221765_22221765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22221765_22221765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22221765_22221765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22221765_22221765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22221765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22221765'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22221765'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20936806_20936806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20936806_20936806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20936806_20936806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20936806_20936806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20936806_20936806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20936806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20936806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20936806'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21035052_21035052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21035052_21035052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21035052_21035052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21035052_21035052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21035052_21035052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21035052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21035052'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21035052'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21539518_21539518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21539518_21539518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21539518_21539518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21539518_21539518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21539518_21539518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21539518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21539518'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21539518'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21442675_21442675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21442675_21442675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21442675_21442675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21442675_21442675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21442675_21442675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21442675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21442675'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21442675'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20937564_20937564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20937564_20937564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20937564_20937564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20937564_20937564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20937564_20937564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20937564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20937564'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20937564'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20905819_20905819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20905819_20905819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20905819_20905819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20905819_20905819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20905819_20905819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20905819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20905819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20905819'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21100631_21100631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21100631_21100631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21100631_21100631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21100631_21100631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21100631_21100631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21100631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21100631'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21100631'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20773896_20773896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20773896_20773896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20773896_20773896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20773896_20773896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20773896_20773896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20773896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20773896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20773896'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22505263_22505263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22505263_22505263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22505263_22505263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22505263_22505263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22505263_22505263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22505263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22505263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22505263'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21337472_21337472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21337472_21337472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21337472_21337472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21337472_21337472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21337472_21337472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21337472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21337472'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21337472'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22641081_22641081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22641081_22641081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22641081_22641081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22641081_22641081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22641081_22641081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22641081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22641081'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22641081'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22468837_22468837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22468837_22468837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22468837_22468837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22468837_22468837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22468837_22468837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22468837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22468837'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22468837'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22154371_22154371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22154371_22154371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22154371_22154371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22154371_22154371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22154371_22154371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22154371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22154371'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22154371'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22145944_22145944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22145944_22145944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22145944_22145944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22145944_22145944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22145944_22145944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22145944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22145944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22145944'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21359591_21359591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21359591_21359591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21359591_21359591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21359591_21359591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21359591_21359591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21359591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21359591'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21359591'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20723615_20723615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20723615_20723615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20723615_20723615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20723615_20723615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20723615_20723615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20723615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20723615'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20723615'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21018689_21018689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21018689_21018689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21018689_21018689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21018689_21018689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21018689_21018689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21018689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21018689'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21018689'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21504814_21504814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21504814_21504814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21504814_21504814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21504814_21504814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21504814_21504814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21504814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21504814'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21504814'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20970406_20970406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20970406_20970406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20970406_20970406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20970406_20970406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20970406_20970406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20970406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20970406'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20970406'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20729269_20729269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20729269_20729269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20729269_20729269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20729269_20729269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20729269_20729269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20729269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20729269'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20729269'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22423421_22423421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22423421_22423421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22423421_22423421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22423421_22423421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22423421_22423421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22423421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22423421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22423421'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21855567_21855567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21855567_21855567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21855567_21855567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21855567_21855567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21855567_21855567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21855567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21855567'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21855567'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22345296_22345296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22345296_22345296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22345296_22345296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22345296_22345296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22345296_22345296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22345296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22345296'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22345296'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20614051_20614051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20614051_20614051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20614051_20614051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20614051_20614051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20614051_20614051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20614051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20614051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20614051'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20829034_20829034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20829034_20829034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20829034_20829034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20829034_20829034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20829034_20829034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20829034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20829034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20829034'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20658379_20658379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20658379_20658379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20658379_20658379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20658379_20658379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20658379_20658379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20658379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20658379'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20658379'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22500095_22500095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22500095_22500095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22500095_22500095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22500095_22500095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22500095_22500095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22500095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22500095'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22500095'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21445388_21445388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21445388_21445388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21445388_21445388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21445388_21445388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21445388_21445388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21445388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21445388'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21445388'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22318060_22318060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22318060_22318060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22318060_22318060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22318060_22318060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22318060_22318060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22318060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22318060'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22318060'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21661765_21661765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21661765_21661765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21661765_21661765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21661765_21661765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21661765_21661765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21661765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21661765'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21661765'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20830180_20830180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20830180_20830180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20830180_20830180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20830180_20830180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20830180_20830180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20830180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20830180'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20830180'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22136121_22136121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22136121_22136121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22136121_22136121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22136121_22136121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22136121_22136121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22136121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22136121'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22136121'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21623138_21623138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21623138_21623138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21623138_21623138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21623138_21623138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21623138_21623138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21623138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21623138'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21623138'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20926593_20926593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20926593_20926593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20926593_20926593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20926593_20926593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20926593_20926593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20926593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20926593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20926593'^^xsd:integer;
  dwc:observationDate '2014-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-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22422337_22422337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22422337_22422337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22422337_22422337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22422337_22422337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22422337_22422337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22422337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22422337'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22422337'^^xsd:integer;
  dwc:observationDate '2014-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-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20837682_20837682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20837682_20837682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20837682_20837682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20837682_20837682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20837682_20837682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20837682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20837682'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20837682'^^xsd:integer;
  dwc:observationDate '2014-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-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20610488_20610488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20610488_20610488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20610488_20610488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20610488_20610488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20610488_20610488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20610488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20610488'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20610488'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20748929_20748929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20748929_20748929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20748929_20748929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20748929_20748929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20748929_20748929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20748929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20748929'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20748929'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21224590_21224590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21224590_21224590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21224590_21224590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21224590_21224590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21224590_21224590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21224590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21224590'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21224590'^^xsd:integer;
  dwc:observationDate '2014-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-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20842532_20842532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20842532_20842532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20842532_20842532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20842532_20842532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20842532_20842532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20842532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20842532'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20842532'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21974394_21974394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21974394_21974394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21974394_21974394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21974394_21974394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21974394_21974394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21974394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21974394'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21974394'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21682184_21682184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21682184_21682184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21682184_21682184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21682184_21682184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21682184_21682184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21682184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21682184'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21682184'^^xsd:integer;
  dwc:observationDate '2014-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-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21094816_21094816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21094816_21094816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21094816_21094816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21094816_21094816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21094816_21094816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21094816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21094816'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21094816'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20775484_20775484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20775484_20775484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20775484_20775484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20775484_20775484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20775484_20775484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20775484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20775484'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20775484'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21935588_21935588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21935588_21935588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21935588_21935588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21935588_21935588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21935588_21935588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21935588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21935588'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21935588'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21446723_21446723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21446723_21446723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21446723_21446723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21446723_21446723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21446723_21446723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21446723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21446723'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21446723'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22483727_22483727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22483727_22483727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22483727_22483727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22483727_22483727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22483727_22483727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22483727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22483727'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22483727'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22304546_22304546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22304546_22304546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22304546_22304546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22304546_22304546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22304546_22304546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22304546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22304546'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22304546'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22447692_22447692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22447692_22447692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22447692_22447692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22447692_22447692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22447692_22447692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22447692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22447692'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22447692'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21897623_21897623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21897623_21897623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21897623_21897623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21897623_21897623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21897623_21897623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21897623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21897623'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21897623'^^xsd:integer;
  dwc:observationDate '2014-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-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21763683_21763683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21763683_21763683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21763683_21763683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21763683_21763683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21763683_21763683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21763683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21763683'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21763683'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20945595_20945595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20945595_20945595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20945595_20945595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20945595_20945595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20945595_20945595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20945595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20945595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20945595'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21778711_21778711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21778711_21778711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21778711_21778711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21778711_21778711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21778711_21778711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21778711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21778711'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21778711'^^xsd:integer;
  dwc:observationDate '2014-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-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21736013_21736013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21736013_21736013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21736013_21736013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21736013_21736013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21736013_21736013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21736013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21736013'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21736013'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21579667_21579667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21579667_21579667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21579667_21579667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21579667_21579667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21579667_21579667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21579667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21579667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21579667'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21728007_21728007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21728007_21728007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21728007_21728007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21728007_21728007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21728007_21728007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21728007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21728007'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21728007'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21429206_21429206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21429206_21429206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21429206_21429206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21429206_21429206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21429206_21429206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21429206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21429206'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21429206'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22516463_22516463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22516463_22516463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22516463_22516463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22516463_22516463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22516463_22516463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22516463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22516463'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22516463'^^xsd:integer;
  dwc:observationDate '2014-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-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21714946_21714946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21714946_21714946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21714946_21714946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21714946_21714946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21714946_21714946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21714946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21714946'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21714946'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22044843_22044843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22044843_22044843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22044843_22044843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22044843_22044843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22044843_22044843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22044843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22044843'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22044843'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20938882_20938882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20938882_20938882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20938882_20938882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20938882_20938882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20938882_20938882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20938882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20938882'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20938882'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21631432_21631432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21631432_21631432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21631432_21631432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21631432_21631432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21631432_21631432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21631432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21631432'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21631432'^^xsd:integer;
  dwc:observationDate '2014-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 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20910711_20910711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20910711_20910711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20910711_20910711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20910711_20910711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20910711_20910711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20910711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20910711'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20910711'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21669457_21669457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21669457_21669457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21669457_21669457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21669457_21669457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21669457_21669457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21669457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21669457'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21669457'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22372318_22372318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22372318_22372318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22372318_22372318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22372318_22372318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22372318_22372318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22372318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22372318'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22372318'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22585815_22585815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22585815_22585815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22585815_22585815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22585815_22585815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22585815_22585815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22585815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22585815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22585815'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22012608_22012608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22012608_22012608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22012608_22012608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22012608_22012608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22012608_22012608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22012608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22012608'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22012608'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22444015_22444015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22444015_22444015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22444015_22444015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22444015_22444015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22444015_22444015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22444015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22444015'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22444015'^^xsd:integer;
  dwc:observationDate '2014-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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21264112_21264112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21264112_21264112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21264112_21264112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21264112_21264112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21264112_21264112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21264112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21264112'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21264112'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20849946_20849946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20849946_20849946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20849946_20849946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20849946_20849946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20849946_20849946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20849946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20849946'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20849946'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21250663_21250663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21250663_21250663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21250663_21250663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21250663_21250663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21250663_21250663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21250663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21250663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21250663'^^xsd:integer;
  dwc:observationDate '2014-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-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21690897_21690897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21690897_21690897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21690897_21690897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21690897_21690897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21690897_21690897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21690897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21690897'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21690897'^^xsd:integer;
  dwc:observationDate '2014-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-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20755019_20755019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20755019_20755019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20755019_20755019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20755019_20755019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20755019_20755019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20755019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20755019'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20755019'^^xsd:integer;
  dwc:observationDate '2014-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-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22650337_22650337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22650337_22650337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22650337_22650337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22650337_22650337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22650337_22650337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22650337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22650337'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22650337'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20635568_20635568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20635568_20635568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20635568_20635568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20635568_20635568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20635568_20635568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20635568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20635568'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20635568'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21608821_21608821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21608821_21608821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21608821_21608821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21608821_21608821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21608821_21608821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21608821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21608821'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21608821'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21744218_21744218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21744218_21744218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21744218_21744218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21744218_21744218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21744218_21744218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21744218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21744218'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21744218'^^xsd:integer;
  dwc:observationDate '2014-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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22558055_22558055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22558055_22558055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22558055_22558055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22558055_22558055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22558055_22558055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22558055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22558055'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22558055'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21274123_21274123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21274123_21274123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21274123_21274123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21274123_21274123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21274123_21274123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21274123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21274123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21274123'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21851008_21851008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21851008_21851008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21851008_21851008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21851008_21851008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21851008_21851008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21851008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21851008'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21851008'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22699369_22699369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22699369_22699369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22699369_22699369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22699369_22699369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22699369_22699369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22699369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22699369'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22699369'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20969686_20969686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20969686_20969686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20969686_20969686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20969686_20969686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20969686_20969686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20969686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20969686'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20969686'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21815579_21815579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21815579_21815579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21815579_21815579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21815579_21815579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21815579_21815579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21815579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21815579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21815579'^^xsd:integer;
  dwc:observationDate '2014-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 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22420807_22420807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22420807_22420807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22420807_22420807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22420807_22420807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22420807_22420807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22420807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22420807'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22420807'^^xsd:integer;
  dwc:observationDate '2014-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 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21077372_21077372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21077372_21077372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21077372_21077372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21077372_21077372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21077372_21077372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21077372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21077372'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21077372'^^xsd:integer;
  dwc:observationDate '2014-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 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21807640_21807640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21807640_21807640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21807640_21807640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21807640_21807640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21807640_21807640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21807640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21807640'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21807640'^^xsd:integer;
  dwc:observationDate '2014-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 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22673975_22673975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22673975_22673975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22673975_22673975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22673975_22673975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22673975_22673975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22673975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22673975'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22673975'^^xsd:integer;
  dwc:observationDate '2014-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 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21375764_21375764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21375764_21375764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21375764_21375764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21375764_21375764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21375764_21375764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21375764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21375764'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21375764'^^xsd:integer;
  dwc:observationDate '2014-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 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21615746_21615746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21615746_21615746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21615746_21615746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21615746_21615746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21615746_21615746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21615746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21615746'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21615746'^^xsd:integer;
  dwc:observationDate '2014-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 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21631852_21631852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21631852_21631852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21631852_21631852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21631852_21631852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21631852_21631852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21631852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21631852'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21631852'^^xsd:integer;
  dwc:observationDate '2014-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 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21112135_21112135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21112135_21112135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21112135_21112135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21112135_21112135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21112135_21112135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21112135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21112135'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21112135'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22455149_22455149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22455149_22455149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22455149_22455149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22455149_22455149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22455149_22455149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22455149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22455149'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22455149'^^xsd:integer;
  dwc:observationDate '2014-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 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21983365_21983365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21983365_21983365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21983365_21983365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21983365_21983365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21983365_21983365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21983365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21983365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21983365'^^xsd:integer;
  dwc:observationDate '2014-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 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22680382_22680382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22680382_22680382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22680382_22680382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22680382_22680382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22680382_22680382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22680382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22680382'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22680382'^^xsd:integer;
  dwc:observationDate '2014-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 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20626116_20626116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20626116_20626116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20626116_20626116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20626116_20626116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20626116_20626116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20626116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20626116'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20626116'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21846730_21846730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21846730_21846730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21846730_21846730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21846730_21846730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21846730_21846730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21846730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21846730'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21846730'^^xsd:integer;
  dwc:observationDate '2014-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 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21251956_21251956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21251956_21251956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21251956_21251956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21251956_21251956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21251956_21251956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21251956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21251956'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21251956'^^xsd:integer;
  dwc:observationDate '2014-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 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22588821_22588821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22588821_22588821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22588821_22588821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22588821_22588821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22588821_22588821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22588821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22588821'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22588821'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20950463_20950463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20950463_20950463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20950463_20950463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20950463_20950463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20950463_20950463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20950463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20950463'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20950463'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21118790_21118790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21118790_21118790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21118790_21118790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21118790_21118790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21118790_21118790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21118790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21118790'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21118790'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22625214_22625214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22625214_22625214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22625214_22625214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22625214_22625214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22625214_22625214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22625214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22625214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22625214'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22393350_22393350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22393350_22393350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22393350_22393350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22393350_22393350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22393350_22393350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22393350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22393350'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22393350'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21691071_21691071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21691071_21691071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21691071_21691071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21691071_21691071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21691071_21691071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21691071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21691071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21691071'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22240219_22240219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22240219_22240219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22240219_22240219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22240219_22240219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22240219_22240219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22240219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22240219'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22240219'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20829635_20829635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20829635_20829635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20829635_20829635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20829635_20829635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20829635_20829635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20829635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20829635'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20829635'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20758219_20758219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20758219_20758219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20758219_20758219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20758219_20758219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20758219_20758219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20758219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20758219'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20758219'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22418901_22418901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22418901_22418901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22418901_22418901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22418901_22418901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22418901_22418901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22418901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22418901'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22418901'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22254273_22254273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22254273_22254273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22254273_22254273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22254273_22254273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22254273_22254273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22254273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22254273'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22254273'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21353993_21353993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21353993_21353993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21353993_21353993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21353993_21353993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21353993_21353993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21353993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21353993'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21353993'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22009628_22009628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22009628_22009628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22009628_22009628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22009628_22009628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22009628_22009628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22009628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22009628'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22009628'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22621858_22621858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22621858_22621858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22621858_22621858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22621858_22621858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22621858_22621858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22621858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22621858'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22621858'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20792441_20792441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20792441_20792441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20792441_20792441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20792441_20792441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20792441_20792441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20792441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20792441'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20792441'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22440273_22440273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22440273_22440273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22440273_22440273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22440273_22440273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22440273_22440273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22440273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22440273'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22440273'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22419616_22419616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22419616_22419616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22419616_22419616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22419616_22419616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22419616_22419616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22419616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22419616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22419616'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21763654_21763654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21763654_21763654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21763654_21763654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21763654_21763654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21763654_21763654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21763654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21763654'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21763654'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20673500_20673500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20673500_20673500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20673500_20673500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20673500_20673500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20673500_20673500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20673500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20673500'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20673500'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21042970_21042970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21042970_21042970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21042970_21042970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21042970_21042970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21042970_21042970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21042970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21042970'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21042970'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21937086_21937086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21937086_21937086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21937086_21937086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21937086_21937086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21937086_21937086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21937086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21937086'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21937086'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21687268_21687268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21687268_21687268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21687268_21687268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21687268_21687268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21687268_21687268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21687268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21687268'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21687268'^^xsd:integer;
  dwc:observationDate '2014-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21123716_21123716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21123716_21123716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21123716_21123716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21123716_21123716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21123716_21123716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21123716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21123716'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21123716'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22421782_22421782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22421782_22421782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22421782_22421782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22421782_22421782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22421782_22421782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22421782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22421782'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22421782'^^xsd:integer;
  dwc:observationDate '2014-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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21844968_21844968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21844968_21844968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21844968_21844968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21844968_21844968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21844968_21844968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21844968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21844968'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21844968'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21022865_21022865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21022865_21022865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21022865_21022865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21022865_21022865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21022865_21022865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21022865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21022865'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21022865'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20752821_20752821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20752821_20752821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20752821_20752821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20752821_20752821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20752821_20752821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20752821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20752821'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20752821'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21862752_21862752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21862752_21862752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21862752_21862752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21862752_21862752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21862752_21862752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21862752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21862752'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21862752'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21848842_21848842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21848842_21848842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21848842_21848842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21848842_21848842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21848842_21848842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21848842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21848842'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21848842'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22409688_22409688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22409688_22409688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22409688_22409688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22409688_22409688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22409688_22409688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22409688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22409688'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22409688'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20988616_20988616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20988616_20988616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20988616_20988616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20988616_20988616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20988616_20988616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20988616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20988616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20988616'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21372625_21372625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21372625_21372625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21372625_21372625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21372625_21372625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21372625_21372625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21372625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21372625'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21372625'^^xsd:integer;
  dwc:observationDate '2014-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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20844393_20844393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20844393_20844393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20844393_20844393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20844393_20844393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20844393_20844393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20844393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20844393'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20844393'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22627249_22627249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22627249_22627249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22627249_22627249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22627249_22627249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22627249_22627249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22627249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22627249'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22627249'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21988509_21988509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21988509_21988509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21988509_21988509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21988509_21988509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21988509_21988509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21988509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21988509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21988509'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21168596_21168596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21168596_21168596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21168596_21168596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21168596_21168596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21168596_21168596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21168596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21168596'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21168596'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21002774_21002774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21002774_21002774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21002774_21002774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21002774_21002774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21002774_21002774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21002774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21002774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21002774'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22467654_22467654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22467654_22467654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22467654_22467654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22467654_22467654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22467654_22467654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22467654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22467654'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22467654'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20954276_20954276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20954276_20954276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20954276_20954276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20954276_20954276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20954276_20954276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20954276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20954276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20954276'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21102907_21102907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21102907_21102907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21102907_21102907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21102907_21102907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21102907_21102907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21102907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21102907'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21102907'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21371239_21371239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21371239_21371239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21371239_21371239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21371239_21371239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21371239_21371239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21371239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21371239'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21371239'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21894920_21894920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21894920_21894920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21894920_21894920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21894920_21894920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21894920_21894920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21894920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21894920'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21894920'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22497126_22497126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22497126_22497126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22497126_22497126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22497126_22497126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22497126_22497126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22497126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22497126'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22497126'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22437518_22437518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22437518_22437518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22437518_22437518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22437518_22437518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22437518_22437518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22437518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22437518'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22437518'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_44766203_44766203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_44766203_44766203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_44766203_44766203> ;
  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/5871_44766203_44766203>
  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/5871_44766203_44766203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "44766203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '44766203'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^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 '44766203'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22128696_22128696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22128696_22128696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22128696_22128696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22128696_22128696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22128696_22128696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22128696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22128696'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22128696'^^xsd:integer;
  dwc:observationDate '2014-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-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22222839_22222839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22222839_22222839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22222839_22222839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22222839_22222839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22222839_22222839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22222839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22222839'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22222839'^^xsd:integer;
  dwc:observationDate '2014-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-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21329021_21329021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21329021_21329021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21329021_21329021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21329021_21329021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21329021_21329021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21329021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21329021'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21329021'^^xsd:integer;
  dwc:observationDate '2014-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-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22199028_22199028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22199028_22199028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22199028_22199028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22199028_22199028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22199028_22199028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22199028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22199028'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22199028'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22178619_22178619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22178619_22178619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22178619_22178619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22178619_22178619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22178619_22178619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22178619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22178619'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22178619'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22356679_22356679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22356679_22356679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22356679_22356679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22356679_22356679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22356679_22356679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22356679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22356679'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22356679'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21900465_21900465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21900465_21900465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21900465_21900465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21900465_21900465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21900465_21900465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21900465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21900465'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21900465'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21068172_21068172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21068172_21068172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21068172_21068172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21068172_21068172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21068172_21068172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21068172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21068172'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21068172'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20825685_20825685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20825685_20825685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20825685_20825685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20825685_20825685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20825685_20825685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20825685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20825685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20825685'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22243261_22243261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22243261_22243261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22243261_22243261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22243261_22243261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22243261_22243261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22243261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22243261'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22243261'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21444928_21444928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21444928_21444928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21444928_21444928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21444928_21444928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21444928_21444928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21444928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21444928'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21444928'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22650168_22650168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22650168_22650168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22650168_22650168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22650168_22650168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22650168_22650168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22650168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22650168'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22650168'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21850911_21850911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21850911_21850911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21850911_21850911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21850911_21850911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21850911_21850911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21850911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21850911'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21850911'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21581585_21581585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21581585_21581585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21581585_21581585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9942609"^^xsd:decimal ;
  dwc:decimalLongitude "4.8938203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21581585_21581585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  geo-pos:lat "50.9942609"^^xsd:decimal ;
  geo-pos:long "4.8938203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21581585_21581585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21581585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21581585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.8938203'^^xsd:double;
  dwc:latitude '50.9942609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21581585'^^xsd:integer;
  dwc:observationDate '2014-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-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22147889_22147889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22147889_22147889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22147889_22147889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0028729"^^xsd:decimal ;
  dwc:decimalLongitude "4.9333539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22147889_22147889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  geo-pos:lat "51.0028729"^^xsd:decimal ;
  geo-pos:long "4.9333539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22147889_22147889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22147889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22147889'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.9333539'^^xsd:double;
  dwc:latitude '51.0028729'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22147889'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21336845_21336845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21336845_21336845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21336845_21336845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0028729"^^xsd:decimal ;
  dwc:decimalLongitude "4.9333539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21336845_21336845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  geo-pos:lat "51.0028729"^^xsd:decimal ;
  geo-pos:long "4.9333539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21336845_21336845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21336845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21336845'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.9333539'^^xsd:double;
  dwc:latitude '51.0028729'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21336845'^^xsd:integer;
  dwc:observationDate '2014-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-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22409908_22409908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22409908_22409908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22409908_22409908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22409908_22409908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22409908_22409908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22409908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22409908'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22409908'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21507677_21507677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21507677_21507677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21507677_21507677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21507677_21507677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21507677_21507677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21507677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21507677'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21507677'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20739977_20739977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20739977_20739977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20739977_20739977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20739977_20739977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20739977_20739977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20739977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20739977'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20739977'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22440457_22440457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22440457_22440457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22440457_22440457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22440457_22440457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22440457_22440457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22440457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22440457'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22440457'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20786540_20786540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20786540_20786540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20786540_20786540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20786540_20786540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20786540_20786540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20786540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20786540'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20786540'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22151040_22151040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22151040_22151040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22151040_22151040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22151040_22151040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22151040_22151040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22151040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22151040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22151040'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21083824_21083824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21083824_21083824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21083824_21083824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21083824_21083824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21083824_21083824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21083824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21083824'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21083824'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21417601_21417601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21417601_21417601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21417601_21417601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21417601_21417601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21417601_21417601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21417601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21417601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21417601'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21588425_21588425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21588425_21588425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21588425_21588425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21588425_21588425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21588425_21588425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21588425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21588425'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21588425'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21667198_21667198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21667198_21667198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21667198_21667198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21667198_21667198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21667198_21667198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21667198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21667198'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21667198'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22578270_22578270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22578270_22578270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22578270_22578270> ;
  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/5871_22578270_22578270>
  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/5871_22578270_22578270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22578270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22578270'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^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 '22578270'^^xsd:integer;
  dwc:observationDate '2014-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-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20915950_20915950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20915950_20915950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20915950_20915950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20915950_20915950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20915950_20915950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20915950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20915950'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20915950'^^xsd:integer;
  dwc:observationDate '2014-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-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22325763_22325763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22325763_22325763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22325763_22325763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22325763_22325763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22325763_22325763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22325763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22325763'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22325763'^^xsd:integer;
  dwc:observationDate '2014-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-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21806965_21806965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21806965_21806965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21806965_21806965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21806965_21806965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21806965_21806965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21806965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21806965'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21806965'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21652522_21652522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21652522_21652522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21652522_21652522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21652522_21652522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21652522_21652522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21652522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21652522'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21652522'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21536821_21536821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21536821_21536821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21536821_21536821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21536821_21536821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21536821_21536821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21536821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21536821'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21536821'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20610410_20610410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20610410_20610410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20610410_20610410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20610410_20610410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20610410_20610410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20610410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20610410'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20610410'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21040823_21040823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21040823_21040823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21040823_21040823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21040823_21040823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21040823_21040823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21040823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21040823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21040823'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21608112_21608112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21608112_21608112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21608112_21608112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21608112_21608112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21608112_21608112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21608112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21608112'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21608112'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21455533_21455533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21455533_21455533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21455533_21455533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21455533_21455533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21455533_21455533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21455533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21455533'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21455533'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21479518_21479518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21479518_21479518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21479518_21479518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21479518_21479518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21479518_21479518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21479518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21479518'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21479518'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22376738_22376738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22376738_22376738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22376738_22376738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22376738_22376738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22376738_22376738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22376738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22376738'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22376738'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21968131_21968131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21968131_21968131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21968131_21968131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21968131_21968131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21968131_21968131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21968131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21968131'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21968131'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21697732_21697732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21697732_21697732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21697732_21697732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21697732_21697732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21697732_21697732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21697732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21697732'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21697732'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21211831_21211831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21211831_21211831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21211831_21211831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21211831_21211831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21211831_21211831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21211831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21211831'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21211831'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22020834_22020834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22020834_22020834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22020834_22020834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22020834_22020834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22020834_22020834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22020834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22020834'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22020834'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21649546_21649546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21649546_21649546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21649546_21649546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0028729"^^xsd:decimal ;
  dwc:decimalLongitude "4.9333539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21649546_21649546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0028729 4.9333539)"^^geo:wktLiteral ;
  geo-pos:lat "51.0028729"^^xsd:decimal ;
  geo-pos:long "4.9333539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21649546_21649546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21649546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21649546'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.9333539'^^xsd:double;
  dwc:latitude '51.0028729'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21649546'^^xsd:integer;
  dwc:observationDate '2014-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-122339'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22067850_22067850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22067850_22067850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22067850_22067850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9942609"^^xsd:decimal ;
  dwc:decimalLongitude "4.8938203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22067850_22067850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9942609 4.8938203)"^^geo:wktLiteral ;
  geo-pos:lat "50.9942609"^^xsd:decimal ;
  geo-pos:long "4.8938203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22067850_22067850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22067850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22067850'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8938203'^^xsd:double;
  dwc:latitude '50.9942609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22067850'^^xsd:integer;
  dwc:observationDate '2014-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-122325'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21813293_21813293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21813293_21813293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21813293_21813293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21813293_21813293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21813293_21813293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21813293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21813293'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21813293'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23243713_23243713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23243713_23243713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23243713_23243713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23243713_23243713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23243713_23243713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243713'^^xsd: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 '23243713'^^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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23243716_23243716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23243716_23243716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23243716_23243716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23243716_23243716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23243716_23243716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243716'^^xsd: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 '23243716'^^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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23243725_23243725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23243725_23243725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23243725_23243725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23243725_23243725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23243725_23243725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23243725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23243725'^^xsd: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 '23243725'^^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/5871_23244413_23244413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23244413_23244413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23244413_23244413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23244413_23244413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23244413_23244413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244413'^^xsd: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 '23244413'^^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 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/5871_23244431_23244431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23244431_23244431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23244431_23244431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23244431_23244431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23244431_23244431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244431'^^xsd: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 '23244431'^^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 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/5871_23244462_23244462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23244462_23244462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23244462_23244462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23244462_23244462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23244462_23244462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244462'^^xsd: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 '23244462'^^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 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/5871_23244488_23244488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23244488_23244488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23244488_23244488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23244488_23244488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23244488_23244488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244488'^^xsd: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 '23244488'^^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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23244491_23244491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23244491_23244491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23244491_23244491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23244491_23244491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23244491_23244491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23244491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23244491'^^xsd: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 '23244491'^^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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23619584_23619584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23619584_23619584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23619584_23619584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23619584_23619584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23619584_23619584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619584'^^xsd: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 '23619584'^^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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23619595_23619595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23619595_23619595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23619595_23619595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23619595_23619595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23619595_23619595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619595'^^xsd: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 '23619595'^^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/5871_23637074_23637074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23637074_23637074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23637074_23637074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23637074_23637074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23637074_23637074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637074'^^xsd: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 '23637074'^^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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23637116_23637116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23637116_23637116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23637116_23637116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23637116_23637116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23637116_23637116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23637116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23637116'^^xsd: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 '23637116'^^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/5871_23619602_23619602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23619602_23619602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23619602_23619602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23619602_23619602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23619602_23619602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23619602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23619602'^^xsd: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 '23619602'^^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/5871_369_1171781_capture_369_1171781_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_369_1171781_capture_369_1171781_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_369_1171781_capture_369_1171781_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991228 5.049235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991228"^^xsd:decimal ;
  dwc:decimalLongitude "5.049235"^^xsd:decimal ;
  dwc: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/5871_369_1171781_capture_369_1171781_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991228 5.049235)"^^geo:wktLiteral ;
  geo-pos:lat "50.991228"^^xsd:decimal ;
  geo-pos:long "5.049235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_369_1171781_capture_369_1171781_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "369_1171781_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '369_1171781_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.049235'^^xsd:double;
  dwc:latitude '50.991228'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '369_1171781_capture'^^xsd:string;
  dwc:observationDate '2014-05-20'^^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/5871_369_1171781_release_369_1171781_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_369_1171781_release_369_1171781_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_369_1171781_release_369_1171781_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc: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/5871_369_1171781_release_369_1171781_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_369_1171781_release_369_1171781_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "369_1171781_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '369_1171781_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '369_1171781_release'^^xsd:string;
  dwc:observationDate '2014-05-20'^^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/5871_21939436_21939436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21939436_21939436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21939436_21939436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21939436_21939436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21939436_21939436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21939436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21939436'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21939436'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21306100_21306100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21306100_21306100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21306100_21306100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21306100_21306100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21306100_21306100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21306100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21306100'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21306100'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20586383_20586383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20586383_20586383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20586383_20586383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20586383_20586383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20586383_20586383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20586383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20586383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20586383'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21729055_21729055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21729055_21729055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21729055_21729055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21729055_21729055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21729055_21729055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21729055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21729055'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21729055'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22470065_22470065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22470065_22470065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22470065_22470065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22470065_22470065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22470065_22470065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22470065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22470065'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22470065'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22236327_22236327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22236327_22236327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22236327_22236327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22236327_22236327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22236327_22236327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22236327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22236327'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22236327'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21860303_21860303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21860303_21860303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21860303_21860303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21860303_21860303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21860303_21860303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21860303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21860303'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21860303'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21622733_21622733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21622733_21622733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21622733_21622733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21622733_21622733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21622733_21622733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21622733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21622733'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21622733'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22523862_22523862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22523862_22523862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22523862_22523862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22523862_22523862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22523862_22523862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22523862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22523862'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22523862'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20710196_20710196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20710196_20710196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20710196_20710196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20710196_20710196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20710196_20710196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20710196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20710196'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20710196'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21430793_21430793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21430793_21430793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21430793_21430793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21430793_21430793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21430793_21430793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21430793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21430793'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21430793'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21700673_21700673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21700673_21700673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21700673_21700673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21700673_21700673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21700673_21700673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21700673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21700673'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21700673'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21211450_21211450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21211450_21211450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21211450_21211450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21211450_21211450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21211450_21211450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21211450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21211450'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21211450'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22421912_22421912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22421912_22421912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22421912_22421912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22421912_22421912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22421912_22421912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22421912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22421912'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22421912'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22336033_22336033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22336033_22336033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22336033_22336033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22336033_22336033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22336033_22336033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22336033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22336033'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22336033'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20873502_20873502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20873502_20873502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20873502_20873502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20873502_20873502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20873502_20873502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20873502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20873502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20873502'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20677600_20677600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20677600_20677600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20677600_20677600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20677600_20677600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20677600_20677600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20677600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20677600'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20677600'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22260443_22260443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22260443_22260443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22260443_22260443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22260443_22260443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22260443_22260443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22260443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22260443'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22260443'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21226570_21226570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21226570_21226570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21226570_21226570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21226570_21226570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21226570_21226570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21226570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21226570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21226570'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22577407_22577407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22577407_22577407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22577407_22577407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22577407_22577407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22577407_22577407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22577407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22577407'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22577407'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20613378_20613378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20613378_20613378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20613378_20613378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20613378_20613378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20613378_20613378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20613378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20613378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20613378'^^xsd:integer;
  dwc:observationDate '2014-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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22684909_22684909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22684909_22684909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22684909_22684909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22684909_22684909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22684909_22684909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22684909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22684909'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22684909'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20682358_20682358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20682358_20682358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20682358_20682358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20682358_20682358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20682358_20682358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20682358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20682358'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20682358'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21146989_21146989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21146989_21146989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21146989_21146989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21146989_21146989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21146989_21146989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21146989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21146989'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21146989'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20710254_20710254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20710254_20710254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20710254_20710254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20710254_20710254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20710254_20710254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20710254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20710254'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20710254'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20710890_20710890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20710890_20710890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20710890_20710890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20710890_20710890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20710890_20710890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20710890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20710890'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20710890'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20642654_20642654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20642654_20642654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20642654_20642654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20642654_20642654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20642654_20642654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20642654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20642654'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20642654'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21607475_21607475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21607475_21607475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21607475_21607475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21607475_21607475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21607475_21607475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21607475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21607475'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21607475'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22211348_22211348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22211348_22211348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22211348_22211348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22211348_22211348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22211348_22211348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22211348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22211348'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22211348'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22161333_22161333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22161333_22161333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22161333_22161333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22161333_22161333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22161333_22161333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22161333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22161333'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22161333'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20884273_20884273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20884273_20884273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20884273_20884273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20884273_20884273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20884273_20884273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20884273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20884273'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20884273'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21768667_21768667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21768667_21768667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21768667_21768667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21768667_21768667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21768667_21768667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21768667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21768667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21768667'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21680228_21680228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21680228_21680228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21680228_21680228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21680228_21680228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21680228_21680228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21680228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21680228'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21680228'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22614564_22614564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22614564_22614564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22614564_22614564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22614564_22614564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22614564_22614564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22614564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22614564'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22614564'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21379372_21379372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21379372_21379372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21379372_21379372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21379372_21379372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21379372_21379372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21379372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21379372'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21379372'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20886292_20886292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20886292_20886292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20886292_20886292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20886292_20886292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20886292_20886292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20886292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20886292'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20886292'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21277096_21277096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21277096_21277096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21277096_21277096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21277096_21277096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21277096_21277096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21277096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21277096'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21277096'^^xsd:integer;
  dwc:observationDate '2014-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 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20718637_20718637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20718637_20718637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20718637_20718637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20718637_20718637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20718637_20718637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20718637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20718637'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20718637'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21837350_21837350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21837350_21837350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21837350_21837350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21837350_21837350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21837350_21837350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21837350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21837350'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21837350'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21258659_21258659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21258659_21258659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21258659_21258659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21258659_21258659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21258659_21258659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21258659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21258659'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21258659'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21754757_21754757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21754757_21754757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21754757_21754757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21754757_21754757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21754757_21754757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21754757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21754757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21754757'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21599627_21599627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21599627_21599627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21599627_21599627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21599627_21599627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21599627_21599627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21599627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21599627'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21599627'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22644477_22644477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22644477_22644477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22644477_22644477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22644477_22644477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22644477_22644477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22644477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22644477'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22644477'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20932900_20932900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20932900_20932900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20932900_20932900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20932900_20932900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20932900_20932900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20932900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20932900'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20932900'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21487433_21487433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21487433_21487433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21487433_21487433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21487433_21487433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21487433_21487433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21487433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21487433'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21487433'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21310629_21310629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21310629_21310629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21310629_21310629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21310629_21310629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21310629_21310629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21310629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21310629'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21310629'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21389673_21389673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21389673_21389673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21389673_21389673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21389673_21389673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21389673_21389673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21389673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21389673'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21389673'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21498004_21498004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21498004_21498004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21498004_21498004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21498004_21498004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21498004_21498004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21498004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21498004'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21498004'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20829304_20829304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20829304_20829304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20829304_20829304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20829304_20829304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20829304_20829304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20829304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20829304'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20829304'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21410570_21410570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21410570_21410570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21410570_21410570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21410570_21410570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21410570_21410570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21410570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21410570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21410570'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20881463_20881463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20881463_20881463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20881463_20881463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20881463_20881463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20881463_20881463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20881463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20881463'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20881463'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20900416_20900416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20900416_20900416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20900416_20900416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20900416_20900416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20900416_20900416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20900416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20900416'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20900416'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20984044_20984044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20984044_20984044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20984044_20984044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20984044_20984044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20984044_20984044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20984044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20984044'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20984044'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22620428_22620428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22620428_22620428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22620428_22620428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22620428_22620428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22620428_22620428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22620428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22620428'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22620428'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21152514_21152514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21152514_21152514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21152514_21152514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21152514_21152514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21152514_21152514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21152514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21152514'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21152514'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20628899_20628899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20628899_20628899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20628899_20628899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20628899_20628899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20628899_20628899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20628899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20628899'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20628899'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22316893_22316893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22316893_22316893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22316893_22316893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22316893_22316893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22316893_22316893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22316893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22316893'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22316893'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21563619_21563619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21563619_21563619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21563619_21563619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21563619_21563619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21563619_21563619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21563619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21563619'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21563619'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21174104_21174104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21174104_21174104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21174104_21174104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21174104_21174104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21174104_21174104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21174104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21174104'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21174104'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22442480_22442480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22442480_22442480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22442480_22442480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22442480_22442480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22442480_22442480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22442480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22442480'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22442480'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22132602_22132602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22132602_22132602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22132602_22132602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22132602_22132602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22132602_22132602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22132602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22132602'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22132602'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22377997_22377997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22377997_22377997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22377997_22377997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22377997_22377997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22377997_22377997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22377997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22377997'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22377997'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21963211_21963211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21963211_21963211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21963211_21963211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21963211_21963211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21963211_21963211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21963211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21963211'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21963211'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20840592_20840592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20840592_20840592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20840592_20840592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20840592_20840592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20840592_20840592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20840592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20840592'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20840592'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21712066_21712066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21712066_21712066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21712066_21712066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21712066_21712066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21712066_21712066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21712066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21712066'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21712066'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21002673_21002673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21002673_21002673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21002673_21002673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21002673_21002673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21002673_21002673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21002673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21002673'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21002673'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21510486_21510486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21510486_21510486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21510486_21510486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21510486_21510486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21510486_21510486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21510486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21510486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21510486'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22535692_22535692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22535692_22535692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22535692_22535692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22535692_22535692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22535692_22535692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22535692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22535692'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22535692'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21224086_21224086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21224086_21224086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21224086_21224086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21224086_21224086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21224086_21224086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21224086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21224086'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21224086'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21384722_21384722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21384722_21384722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21384722_21384722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21384722_21384722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21384722_21384722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21384722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21384722'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21384722'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20657704_20657704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20657704_20657704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20657704_20657704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20657704_20657704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20657704_20657704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20657704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20657704'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20657704'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20654468_20654468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20654468_20654468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20654468_20654468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20654468_20654468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20654468_20654468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20654468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20654468'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20654468'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21878786_21878786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21878786_21878786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21878786_21878786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21878786_21878786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21878786_21878786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21878786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21878786'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21878786'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22555098_22555098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22555098_22555098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22555098_22555098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22555098_22555098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22555098_22555098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22555098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22555098'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22555098'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21748500_21748500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21748500_21748500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21748500_21748500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21748500_21748500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21748500_21748500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21748500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21748500'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21748500'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21751613_21751613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21751613_21751613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21751613_21751613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21751613_21751613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21751613_21751613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21751613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21751613'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21751613'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21559697_21559697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21559697_21559697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21559697_21559697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21559697_21559697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21559697_21559697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21559697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21559697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21559697'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22231040_22231040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22231040_22231040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22231040_22231040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22231040_22231040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22231040_22231040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22231040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22231040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22231040'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20667534_20667534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20667534_20667534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20667534_20667534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20667534_20667534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20667534_20667534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20667534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20667534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20667534'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21848579_21848579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21848579_21848579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21848579_21848579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21848579_21848579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21848579_21848579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21848579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21848579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21848579'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22426517_22426517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22426517_22426517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22426517_22426517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22426517_22426517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22426517_22426517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22426517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22426517'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22426517'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21680337_21680337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21680337_21680337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21680337_21680337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21680337_21680337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21680337_21680337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21680337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21680337'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21680337'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21535341_21535341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21535341_21535341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21535341_21535341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21535341_21535341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21535341_21535341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21535341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21535341'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21535341'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20894365_20894365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20894365_20894365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20894365_20894365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20894365_20894365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20894365_20894365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20894365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20894365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20894365'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21817603_21817603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21817603_21817603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21817603_21817603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21817603_21817603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21817603_21817603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21817603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21817603'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21817603'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20853612_20853612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20853612_20853612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20853612_20853612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20853612_20853612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20853612_20853612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20853612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20853612'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20853612'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21681141_21681141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21681141_21681141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21681141_21681141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21681141_21681141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21681141_21681141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21681141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21681141'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21681141'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21979033_21979033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21979033_21979033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21979033_21979033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21979033_21979033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21979033_21979033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21979033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21979033'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21979033'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22428593_22428593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22428593_22428593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22428593_22428593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22428593_22428593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22428593_22428593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22428593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22428593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22428593'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22172901_22172901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22172901_22172901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22172901_22172901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22172901_22172901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22172901_22172901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22172901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22172901'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22172901'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21060441_21060441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21060441_21060441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21060441_21060441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21060441_21060441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21060441_21060441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21060441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21060441'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21060441'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20836593_20836593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20836593_20836593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20836593_20836593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20836593_20836593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20836593_20836593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20836593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20836593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20836593'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21149685_21149685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21149685_21149685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21149685_21149685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21149685_21149685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21149685_21149685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21149685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21149685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21149685'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22473533_22473533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22473533_22473533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22473533_22473533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22473533_22473533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22473533_22473533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22473533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22473533'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22473533'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22014582_22014582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22014582_22014582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22014582_22014582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22014582_22014582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22014582_22014582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22014582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22014582'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22014582'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21651697_21651697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21651697_21651697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21651697_21651697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21651697_21651697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21651697_21651697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21651697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21651697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21651697'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22438407_22438407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22438407_22438407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22438407_22438407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22438407_22438407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22438407_22438407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22438407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22438407'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22438407'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22107759_22107759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22107759_22107759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22107759_22107759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22107759_22107759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22107759_22107759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22107759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22107759'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22107759'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22265586_22265586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22265586_22265586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22265586_22265586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22265586_22265586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22265586_22265586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22265586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22265586'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22265586'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20974488_20974488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20974488_20974488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20974488_20974488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20974488_20974488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20974488_20974488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20974488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20974488'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20974488'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21205185_21205185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21205185_21205185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21205185_21205185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21205185_21205185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21205185_21205185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21205185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21205185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21205185'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21118144_21118144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21118144_21118144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21118144_21118144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21118144_21118144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21118144_21118144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21118144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21118144'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21118144'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21820072_21820072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21820072_21820072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21820072_21820072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21820072_21820072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21820072_21820072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21820072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21820072'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21820072'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21152805_21152805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21152805_21152805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21152805_21152805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21152805_21152805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21152805_21152805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21152805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21152805'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21152805'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22389272_22389272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22389272_22389272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22389272_22389272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22389272_22389272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22389272_22389272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22389272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22389272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22389272'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21510016_21510016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21510016_21510016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21510016_21510016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9851617"^^xsd:decimal ;
  dwc:decimalLongitude "4.8410025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21510016_21510016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9851617 4.8410025)"^^geo:wktLiteral ;
  geo-pos:lat "50.9851617"^^xsd:decimal ;
  geo-pos:long "4.8410025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21510016_21510016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21510016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21510016'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.8410025'^^xsd:double;
  dwc:latitude '50.9851617'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21510016'^^xsd:integer;
  dwc:observationDate '2014-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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184110_23184110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184110_23184110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184110_23184110> ;
  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/5871_23184110_23184110>
  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/5871_23184110_23184110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184110'^^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 '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 '23184110'^^xsd:integer;
  dwc:observationDate '2015-04-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/5871_23184111_23184111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184111_23184111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184111_23184111> ;
  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/5871_23184111_23184111>
  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/5871_23184111_23184111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184111'^^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 '4'^^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 '23184111'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184113_23184113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184113_23184113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184113_23184113> ;
  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/5871_23184113_23184113>
  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/5871_23184113_23184113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184113'^^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 '4'^^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 '23184113'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184117_23184117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184117_23184117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184117_23184117> ;
  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/5871_23184117_23184117>
  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/5871_23184117_23184117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184117'^^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 '4'^^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 '23184117'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184122_23184122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184122_23184122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184122_23184122> ;
  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/5871_23184122_23184122>
  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/5871_23184122_23184122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184122'^^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 '4'^^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 '23184122'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184123_23184123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184123_23184123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184123_23184123> ;
  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/5871_23184123_23184123>
  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/5871_23184123_23184123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184123'^^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 '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 '23184123'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184124_23184124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184124_23184124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184124_23184124> ;
  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/5871_23184124_23184124>
  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/5871_23184124_23184124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184124'^^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 '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 '23184124'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184125_23184125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184125_23184125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184125_23184125> ;
  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/5871_23184125_23184125>
  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/5871_23184125_23184125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184125'^^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 '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 '23184125'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184131_23184131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184131_23184131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184131_23184131> ;
  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/5871_23184131_23184131>
  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/5871_23184131_23184131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184131'^^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 '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 '23184131'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184132_23184132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184132_23184132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184132_23184132> ;
  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/5871_23184132_23184132>
  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/5871_23184132_23184132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184132'^^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 '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 '23184132'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184135_23184135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184135_23184135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184135_23184135> ;
  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/5871_23184135_23184135>
  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/5871_23184135_23184135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184135'^^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 '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 '23184135'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184136_23184136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184136_23184136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184136_23184136> ;
  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/5871_23184136_23184136>
  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/5871_23184136_23184136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184136'^^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 '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 '23184136'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184137_23184137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184137_23184137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184137_23184137> ;
  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/5871_23184137_23184137>
  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/5871_23184137_23184137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184137'^^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 '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 '23184137'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184138_23184138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184138_23184138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184138_23184138> ;
  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/5871_23184138_23184138>
  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/5871_23184138_23184138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184138'^^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 '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 '23184138'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184140_23184140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184140_23184140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184140_23184140> ;
  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/5871_23184140_23184140>
  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/5871_23184140_23184140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184140'^^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 '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 '23184140'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184141_23184141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184141_23184141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184141_23184141> ;
  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/5871_23184141_23184141>
  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/5871_23184141_23184141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184141'^^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 '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 '23184141'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184143_23184143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184143_23184143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184143_23184143> ;
  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/5871_23184143_23184143>
  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/5871_23184143_23184143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184143'^^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 '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 '23184143'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184144_23184144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184144_23184144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184144_23184144> ;
  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/5871_23184144_23184144>
  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/5871_23184144_23184144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184144'^^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 '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 '23184144'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184151_23184151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184151_23184151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184151_23184151> ;
  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/5871_23184151_23184151>
  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/5871_23184151_23184151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184151'^^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 '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 '23184151'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184152_23184152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184152_23184152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184152_23184152> ;
  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/5871_23184152_23184152>
  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/5871_23184152_23184152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184152'^^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 '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 '23184152'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184153_23184153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184153_23184153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184153_23184153> ;
  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/5871_23184153_23184153>
  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/5871_23184153_23184153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184153'^^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 '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 '23184153'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184154_23184154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184154_23184154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184154_23184154> ;
  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/5871_23184154_23184154>
  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/5871_23184154_23184154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184154'^^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 '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 '23184154'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184155_23184155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184155_23184155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184155_23184155> ;
  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/5871_23184155_23184155>
  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/5871_23184155_23184155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184155'^^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 '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 '23184155'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184156_23184156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184156_23184156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184156_23184156> ;
  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/5871_23184156_23184156>
  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/5871_23184156_23184156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184156'^^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 '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 '23184156'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184164_23184164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184164_23184164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184164_23184164> ;
  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/5871_23184164_23184164>
  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/5871_23184164_23184164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184164'^^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 '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 '23184164'^^xsd:integer;
  dwc:observationDate '2015-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184180_23184180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184180_23184180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184180_23184180> ;
  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/5871_23184180_23184180>
  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/5871_23184180_23184180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184180'^^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 '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 '23184180'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184193_23184193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184193_23184193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184193_23184193> ;
  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/5871_23184193_23184193>
  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/5871_23184193_23184193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184193'^^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 '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 '23184193'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184204_23184204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184204_23184204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184204_23184204> ;
  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/5871_23184204_23184204>
  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/5871_23184204_23184204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184204'^^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 '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 '23184204'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184214_23184214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184214_23184214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184214_23184214> ;
  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/5871_23184214_23184214>
  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/5871_23184214_23184214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184214'^^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 '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 '23184214'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184217_23184217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184217_23184217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184217_23184217> ;
  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/5871_23184217_23184217>
  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/5871_23184217_23184217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184217'^^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 '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 '23184217'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184218_23184218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184218_23184218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184218_23184218> ;
  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/5871_23184218_23184218>
  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/5871_23184218_23184218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184218'^^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 '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 '23184218'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184223_23184223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184223_23184223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184223_23184223> ;
  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/5871_23184223_23184223>
  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/5871_23184223_23184223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184223'^^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 '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 '23184223'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184232_23184232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184232_23184232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184232_23184232> ;
  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/5871_23184232_23184232>
  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/5871_23184232_23184232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184232'^^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 '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 '23184232'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184235_23184235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184235_23184235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184235_23184235> ;
  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/5871_23184235_23184235>
  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/5871_23184235_23184235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184235'^^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 '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 '23184235'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184236_23184236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184236_23184236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184236_23184236> ;
  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/5871_23184236_23184236>
  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/5871_23184236_23184236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184236'^^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 '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 '23184236'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184240_23184240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184240_23184240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184240_23184240> ;
  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/5871_23184240_23184240>
  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/5871_23184240_23184240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184240'^^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 '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 '23184240'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184243_23184243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184243_23184243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184243_23184243> ;
  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/5871_23184243_23184243>
  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/5871_23184243_23184243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184243'^^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 '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 '23184243'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184245_23184245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184245_23184245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184245_23184245> ;
  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/5871_23184245_23184245>
  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/5871_23184245_23184245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184245'^^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 '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 '23184245'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184247_23184247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184247_23184247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184247_23184247> ;
  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/5871_23184247_23184247>
  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/5871_23184247_23184247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184247'^^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 '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 '23184247'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23184248_23184248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184248_23184248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184248_23184248> ;
  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/5871_23184248_23184248>
  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/5871_23184248_23184248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184248'^^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 '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 '23184248'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23177660_23177660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177660_23177660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177660_23177660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177660_23177660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177660_23177660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177660'^^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 '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 '23177660'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23177664_23177664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177664_23177664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177664_23177664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177664_23177664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177664_23177664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177664'^^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 '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 '23177664'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23177672_23177672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177672_23177672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177672_23177672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177672_23177672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177672_23177672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177672'^^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 '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 '23177672'^^xsd:integer;
  dwc:observationDate '2015-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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23177691_23177691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177691_23177691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177691_23177691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177691_23177691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177691_23177691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177691'^^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 '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 '23177691'^^xsd:integer;
  dwc:observationDate '2015-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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23174502_23174502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23174502_23174502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23174502_23174502> ;
  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/5871_23174502_23174502>
  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/5871_23174502_23174502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23174502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23174502'^^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 '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 '23174502'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23174503_23174503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23174503_23174503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23174503_23174503> ;
  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/5871_23174503_23174503>
  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/5871_23174503_23174503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23174503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23174503'^^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 '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 '23174503'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23863772_23863772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23863772_23863772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23863772_23863772> ;
  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/5871_23863772_23863772>
  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/5871_23863772_23863772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23863772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23863772'^^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 '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 '23863772'^^xsd:integer;
  dwc:observationDate '2015-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-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23863777_23863777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23863777_23863777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23863777_23863777> ;
  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/5871_23863777_23863777>
  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/5871_23863777_23863777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23863777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23863777'^^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 '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 '23863777'^^xsd:integer;
  dwc:observationDate '2015-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23863794_23863794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23863794_23863794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23863794_23863794> ;
  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/5871_23863794_23863794>
  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/5871_23863794_23863794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23863794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23863794'^^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 '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 '23863794'^^xsd:integer;
  dwc:observationDate '2015-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23174508_23174508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23174508_23174508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23174508_23174508> ;
  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/5871_23174508_23174508>
  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/5871_23174508_23174508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23174508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23174508'^^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 '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 '23174508'^^xsd:integer;
  dwc:observationDate '2015-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-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23174509_23174509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23174509_23174509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23174509_23174509> ;
  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/5871_23174509_23174509>
  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/5871_23174509_23174509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23174509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23174509'^^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 '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 '23174509'^^xsd:integer;
  dwc:observationDate '2015-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-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23174526_23174526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23174526_23174526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23174526_23174526> ;
  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/5871_23174526_23174526>
  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/5871_23174526_23174526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23174526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23174526'^^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 '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 '23174526'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23177698_23177698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177698_23177698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177698_23177698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177698_23177698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177698_23177698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177698'^^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 '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 '23177698'^^xsd:integer;
  dwc:observationDate '2015-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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23174541_23174541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23174541_23174541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23174541_23174541> ;
  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/5871_23174541_23174541>
  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/5871_23174541_23174541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23174541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23174541'^^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 '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 '23174541'^^xsd:integer;
  dwc:observationDate '2015-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-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23177699_23177699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177699_23177699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177699_23177699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177699_23177699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177699_23177699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177699'^^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 '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 '23177699'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23177701_23177701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177701_23177701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177701_23177701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177701_23177701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177701_23177701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177701'^^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 '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 '23177701'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23177706_23177706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177706_23177706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177706_23177706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177706_23177706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177706_23177706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177706'^^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 '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 '23177706'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23177718_23177718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177718_23177718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177718_23177718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177718_23177718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177718_23177718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177718'^^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 '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 '23177718'^^xsd:integer;
  dwc:observationDate '2015-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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23177729_23177729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177729_23177729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177729_23177729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177729_23177729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177729_23177729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177729'^^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.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23177729'^^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 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/5871_23177741_23177741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177741_23177741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177741_23177741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177741_23177741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177741_23177741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177741'^^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.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23177741'^^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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23177761_23177761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177761_23177761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177761_23177761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177761_23177761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177761_23177761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177761'^^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.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23177761'^^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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23177763_23177763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177763_23177763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177763_23177763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177763_23177763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177763_23177763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177763'^^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.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23177763'^^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 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/5871_23177777_23177777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177777_23177777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177777_23177777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177777_23177777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177777_23177777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177777'^^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.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23177777'^^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 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/5871_23177784_23177784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177784_23177784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177784_23177784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177784_23177784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177784_23177784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177784'^^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.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23177784'^^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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23177785_23177785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23177785_23177785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23177785_23177785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23177785_23177785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23177785_23177785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23177785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23177785'^^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.2184'^^xsd:double;
  dwc:latitude '51.12287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23177785'^^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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184825_23184825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184825_23184825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184825_23184825> ;
  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/5871_23184825_23184825>
  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/5871_23184825_23184825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184825'^^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.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 '23184825'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184860_23184860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184860_23184860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184860_23184860> ;
  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/5871_23184860_23184860>
  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/5871_23184860_23184860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184860'^^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.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 '23184860'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184933_23184933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184933_23184933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184933_23184933> ;
  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/5871_23184933_23184933>
  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/5871_23184933_23184933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184933'^^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.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 '23184933'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184936_23184936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184936_23184936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184936_23184936> ;
  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/5871_23184936_23184936>
  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/5871_23184936_23184936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184936'^^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.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 '23184936'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184962_23184962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184962_23184962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184962_23184962> ;
  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/5871_23184962_23184962>
  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/5871_23184962_23184962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184962'^^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.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 '23184962'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23184997_23184997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23184997_23184997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23184997_23184997> ;
  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/5871_23184997_23184997>
  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/5871_23184997_23184997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23184997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23184997'^^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.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 '23184997'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23185010_23185010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23185010_23185010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23185010_23185010> ;
  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/5871_23185010_23185010>
  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/5871_23185010_23185010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185010'^^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.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 '23185010'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23185011_23185011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23185011_23185011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23185011_23185011> ;
  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/5871_23185011_23185011>
  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/5871_23185011_23185011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185011'^^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.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 '23185011'^^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 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/5871_23185058_23185058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23185058_23185058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23185058_23185058> ;
  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/5871_23185058_23185058>
  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/5871_23185058_23185058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23185058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23185058'^^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.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 '23185058'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053006_23053006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053006_23053006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053006_23053006> ;
  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/5871_23053006_23053006>
  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/5871_23053006_23053006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053006'^^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.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 '23053006'^^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 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/5871_23053008_23053008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053008_23053008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053008_23053008> ;
  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/5871_23053008_23053008>
  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/5871_23053008_23053008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053008'^^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.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 '23053008'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053017_23053017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053017_23053017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053017_23053017> ;
  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/5871_23053017_23053017>
  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/5871_23053017_23053017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053017'^^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.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 '23053017'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053018_23053018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053018_23053018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053018_23053018> ;
  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/5871_23053018_23053018>
  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/5871_23053018_23053018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053018'^^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.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 '23053018'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053019_23053019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053019_23053019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053019_23053019> ;
  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/5871_23053019_23053019>
  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/5871_23053019_23053019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053019'^^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.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 '23053019'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053020_23053020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053020_23053020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053020_23053020> ;
  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/5871_23053020_23053020>
  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/5871_23053020_23053020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053020'^^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.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 '23053020'^^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 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/5871_23053031_23053031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053031_23053031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053031_23053031> ;
  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/5871_23053031_23053031>
  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/5871_23053031_23053031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053031'^^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.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 '23053031'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053047_23053047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053047_23053047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053047_23053047> ;
  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/5871_23053047_23053047>
  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/5871_23053047_23053047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053047'^^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.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 '23053047'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053048_23053048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053048_23053048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053048_23053048> ;
  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/5871_23053048_23053048>
  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/5871_23053048_23053048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053048'^^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.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 '23053048'^^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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053059_23053059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053059_23053059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053059_23053059> ;
  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/5871_23053059_23053059>
  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/5871_23053059_23053059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053059'^^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.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 '23053059'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053061_23053061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053061_23053061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053061_23053061> ;
  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/5871_23053061_23053061>
  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/5871_23053061_23053061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053061'^^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.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 '23053061'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053063_23053063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053063_23053063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053063_23053063> ;
  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/5871_23053063_23053063>
  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/5871_23053063_23053063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053063'^^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.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 '23053063'^^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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053071_23053071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053071_23053071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053071_23053071> ;
  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/5871_23053071_23053071>
  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/5871_23053071_23053071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053071'^^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.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 '23053071'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053081_23053081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053081_23053081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053081_23053081> ;
  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/5871_23053081_23053081>
  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/5871_23053081_23053081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053081'^^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.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 '23053081'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053332_23053332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053332_23053332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053332_23053332> ;
  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/5871_23053332_23053332>
  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/5871_23053332_23053332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053332'^^xsd: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.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 '23053332'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23053335_23053335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23053335_23053335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23053335_23053335> ;
  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/5871_23053335_23053335>
  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/5871_23053335_23053335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23053335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23053335'^^xsd: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.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 '23053335'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23186508_23186508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186508_23186508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186508_23186508> ;
  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/5871_23186508_23186508>
  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/5871_23186508_23186508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186508'^^xsd: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.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 '23186508'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23186509_23186509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186509_23186509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186509_23186509> ;
  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/5871_23186509_23186509>
  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/5871_23186509_23186509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186509'^^xsd: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.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 '23186509'^^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 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/5871_23181130_23181130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181130_23181130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181130_23181130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181130_23181130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181130_23181130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181130'^^xsd: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 '23181130'^^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/5871_23181133_23181133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181133_23181133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181133_23181133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181133_23181133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181133_23181133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181133'^^xsd: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 '23181133'^^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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23181173_23181173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181173_23181173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181173_23181173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181173_23181173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181173_23181173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181173'^^xsd: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 '23181173'^^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/5871_23181175_23181175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181175_23181175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181175_23181175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181175_23181175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181175_23181175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181175'^^xsd: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 '23181175'^^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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23181184_23181184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181184_23181184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181184_23181184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181184_23181184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181184_23181184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181184'^^xsd: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 '23181184'^^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 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/5871_23181197_23181197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181197_23181197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181197_23181197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181197_23181197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181197_23181197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181197'^^xsd: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 '23181197'^^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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23181249_23181249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181249_23181249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181249_23181249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181249_23181249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181249_23181249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181249'^^xsd: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 '23181249'^^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/5871_23181250_23181250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181250_23181250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181250_23181250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181250_23181250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181250_23181250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181250'^^xsd: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 '23181250'^^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/5871_23186523_23186523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186523_23186523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186523_23186523> ;
  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/5871_23186523_23186523>
  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/5871_23186523_23186523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186523'^^xsd: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.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 '23186523'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23186524_23186524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186524_23186524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186524_23186524> ;
  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/5871_23186524_23186524>
  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/5871_23186524_23186524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186524'^^xsd: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.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 '23186524'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23181304_23181304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181304_23181304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181304_23181304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181304_23181304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181304_23181304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181304'^^xsd: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 '23181304'^^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/5871_23181309_23181309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181309_23181309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181309_23181309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181309_23181309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181309_23181309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181309'^^xsd: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 '23181309'^^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/5871_23181351_23181351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181351_23181351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181351_23181351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181351_23181351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181351_23181351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181351'^^xsd: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 '23181351'^^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/5871_23181360_23181360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181360_23181360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181360_23181360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181360_23181360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181360_23181360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181360'^^xsd: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 '23181360'^^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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23181373_23181373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181373_23181373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181373_23181373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181373_23181373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181373_23181373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181373'^^xsd: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 '23181373'^^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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23181390_23181390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23181390_23181390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23181390_23181390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23181390_23181390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23181390_23181390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23181390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23181390'^^xsd: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 '23181390'^^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/5871_23186526_23186526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186526_23186526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186526_23186526> ;
  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/5871_23186526_23186526>
  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/5871_23186526_23186526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186526'^^xsd: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.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 '23186526'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23186527_23186527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186527_23186527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186527_23186527> ;
  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/5871_23186527_23186527>
  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/5871_23186527_23186527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186527'^^xsd: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.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 '23186527'^^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 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/5871_23186532_23186532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186532_23186532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186532_23186532> ;
  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/5871_23186532_23186532>
  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/5871_23186532_23186532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186532'^^xsd: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.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 '23186532'^^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 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/5871_23186550_23186550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186550_23186550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186550_23186550> ;
  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/5871_23186550_23186550>
  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/5871_23186550_23186550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186550'^^xsd: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.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 '23186550'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23186551_23186551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186551_23186551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186551_23186551> ;
  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/5871_23186551_23186551>
  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/5871_23186551_23186551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186551'^^xsd: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.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 '23186551'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23186553_23186553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186553_23186553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186553_23186553> ;
  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/5871_23186553_23186553>
  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/5871_23186553_23186553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186553'^^xsd: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.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 '23186553'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23186555_23186555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186555_23186555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186555_23186555> ;
  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/5871_23186555_23186555>
  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/5871_23186555_23186555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186555'^^xsd: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.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 '23186555'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23182974_23182974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23182974_23182974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23182974_23182974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23182974_23182974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23182974_23182974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182974'^^xsd: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 '23182974'^^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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23182988_23182988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23182988_23182988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23182988_23182988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23182988_23182988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23182988_23182988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23182988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23182988'^^xsd: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 '23182988'^^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/5871_23186556_23186556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186556_23186556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186556_23186556> ;
  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/5871_23186556_23186556>
  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/5871_23186556_23186556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186556'^^xsd: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.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 '23186556'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23186558_23186558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186558_23186558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186558_23186558> ;
  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/5871_23186558_23186558>
  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/5871_23186558_23186558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186558'^^xsd: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.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 '23186558'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23186568_23186568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186568_23186568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186568_23186568> ;
  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/5871_23186568_23186568>
  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/5871_23186568_23186568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186568'^^xsd: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.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 '23186568'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23186570_23186570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186570_23186570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186570_23186570> ;
  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/5871_23186570_23186570>
  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/5871_23186570_23186570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186570'^^xsd: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.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 '23186570'^^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 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/5871_23186578_23186578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186578_23186578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186578_23186578> ;
  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/5871_23186578_23186578>
  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/5871_23186578_23186578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186578'^^xsd: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.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 '23186578'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23186581_23186581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23186581_23186581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23186581_23186581> ;
  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/5871_23186581_23186581>
  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/5871_23186581_23186581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23186581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23186581'^^xsd: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.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 '23186581'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24386725_24386725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24386725_24386725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24386725_24386725> ;
  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/5871_24386725_24386725>
  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/5871_24386725_24386725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386725'^^xsd: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.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 '24386725'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24386728_24386728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24386728_24386728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24386728_24386728> ;
  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/5871_24386728_24386728>
  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/5871_24386728_24386728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386728'^^xsd: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.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 '24386728'^^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 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/5871_24386729_24386729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24386729_24386729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24386729_24386729> ;
  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/5871_24386729_24386729>
  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/5871_24386729_24386729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386729'^^xsd: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.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 '24386729'^^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 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/5871_24386737_24386737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24386737_24386737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24386737_24386737> ;
  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/5871_24386737_24386737>
  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/5871_24386737_24386737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386737'^^xsd: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.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 '24386737'^^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 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/5871_24381313_24381313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381313_24381313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381313_24381313> ;
  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/5871_24381313_24381313>
  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/5871_24381313_24381313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381313'^^xsd: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.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 '24381313'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24381315_24381315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381315_24381315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381315_24381315> ;
  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/5871_24381315_24381315>
  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/5871_24381315_24381315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381315'^^xsd: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.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 '24381315'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382625_24382625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382625_24382625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382625_24382625> ;
  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/5871_24382625_24382625>
  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/5871_24382625_24382625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382625'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382625'^^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 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/5871_24381317_24381317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381317_24381317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381317_24381317> ;
  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/5871_24381317_24381317>
  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/5871_24381317_24381317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381317'^^xsd: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.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 '24381317'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382626_24382626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382626_24382626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382626_24382626> ;
  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/5871_24382626_24382626>
  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/5871_24382626_24382626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382626'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382626'^^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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382641_24382641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382641_24382641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382641_24382641> ;
  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/5871_24382641_24382641>
  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/5871_24382641_24382641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382641'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382641'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382642_24382642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382642_24382642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382642_24382642> ;
  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/5871_24382642_24382642>
  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/5871_24382642_24382642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382642'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382642'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382643_24382643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382643_24382643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382643_24382643> ;
  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/5871_24382643_24382643>
  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/5871_24382643_24382643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382643'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382643'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382657_24382657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382657_24382657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382657_24382657> ;
  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/5871_24382657_24382657>
  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/5871_24382657_24382657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382657'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382657'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382664_24382664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382664_24382664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382664_24382664> ;
  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/5871_24382664_24382664>
  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/5871_24382664_24382664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382664'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382664'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24381320_24381320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381320_24381320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381320_24381320> ;
  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/5871_24381320_24381320>
  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/5871_24381320_24381320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381320'^^xsd: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.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 '24381320'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382665_24382665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382665_24382665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382665_24382665> ;
  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/5871_24382665_24382665>
  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/5871_24382665_24382665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382665'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382665'^^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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382667_24382667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382667_24382667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382667_24382667> ;
  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/5871_24382667_24382667>
  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/5871_24382667_24382667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382667'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382667'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382668_24382668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382668_24382668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382668_24382668> ;
  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/5871_24382668_24382668>
  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/5871_24382668_24382668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382668'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382668'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382672_24382672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382672_24382672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382672_24382672> ;
  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/5871_24382672_24382672>
  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/5871_24382672_24382672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382672'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382672'^^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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382674_24382674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382674_24382674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382674_24382674> ;
  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/5871_24382674_24382674>
  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/5871_24382674_24382674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382674'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382674'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382675_24382675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382675_24382675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382675_24382675> ;
  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/5871_24382675_24382675>
  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/5871_24382675_24382675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382675'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382675'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382676_24382676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382676_24382676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382676_24382676> ;
  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/5871_24382676_24382676>
  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/5871_24382676_24382676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382676'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382676'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382681_24382681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382681_24382681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382681_24382681> ;
  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/5871_24382681_24382681>
  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/5871_24382681_24382681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382681'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382681'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382682_24382682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382682_24382682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382682_24382682> ;
  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/5871_24382682_24382682>
  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/5871_24382682_24382682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382682'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382682'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382683_24382683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382683_24382683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382683_24382683> ;
  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/5871_24382683_24382683>
  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/5871_24382683_24382683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382683'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382683'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24386829_24386829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24386829_24386829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24386829_24386829> ;
  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/5871_24386829_24386829>
  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/5871_24386829_24386829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386829'^^xsd: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.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 '24386829'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24386830_24386830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24386830_24386830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24386830_24386830> ;
  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/5871_24386830_24386830>
  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/5871_24386830_24386830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386830'^^xsd: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.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 '24386830'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382689_24382689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382689_24382689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382689_24382689> ;
  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/5871_24382689_24382689>
  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/5871_24382689_24382689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382689'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382689'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24381323_24381323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381323_24381323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381323_24381323> ;
  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/5871_24381323_24381323>
  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/5871_24381323_24381323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381323'^^xsd: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.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 '24381323'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24386840_24386840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24386840_24386840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24386840_24386840> ;
  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/5871_24386840_24386840>
  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/5871_24386840_24386840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386840'^^xsd: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 '24386840'^^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 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/5871_24386843_24386843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24386843_24386843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24386843_24386843> ;
  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/5871_24386843_24386843>
  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/5871_24386843_24386843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386843'^^xsd: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 '24386843'^^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 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/5871_24386858_24386858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24386858_24386858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24386858_24386858> ;
  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/5871_24386858_24386858>
  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/5871_24386858_24386858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386858'^^xsd: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 '24386858'^^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/5871_24386860_24386860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24386860_24386860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24386860_24386860> ;
  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/5871_24386860_24386860>
  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/5871_24386860_24386860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386860'^^xsd: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.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 '24386860'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24386862_24386862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24386862_24386862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24386862_24386862> ;
  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/5871_24386862_24386862>
  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/5871_24386862_24386862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386862'^^xsd: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.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 '24386862'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24386863_24386863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24386863_24386863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24386863_24386863> ;
  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/5871_24386863_24386863>
  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/5871_24386863_24386863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386863'^^xsd: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.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 '24386863'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382690_24382690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382690_24382690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382690_24382690> ;
  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/5871_24382690_24382690>
  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/5871_24382690_24382690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382690'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382690'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382691_24382691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382691_24382691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382691_24382691> ;
  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/5871_24382691_24382691>
  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/5871_24382691_24382691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382691'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382691'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24381111_24381111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381111_24381111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381111_24381111> ;
  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/5871_24381111_24381111>
  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/5871_24381111_24381111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381111'^^xsd: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.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381111'^^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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24756440_24756440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24756440_24756440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24756440_24756440> ;
  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/5871_24756440_24756440>
  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/5871_24756440_24756440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24756440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24756440'^^xsd: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.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 '24756440'^^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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127719'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24381337_24381337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381337_24381337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381337_24381337> ;
  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/5871_24381337_24381337>
  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/5871_24381337_24381337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381337'^^xsd: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.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 '24381337'^^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 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/5871_24381339_24381339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381339_24381339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381339_24381339> ;
  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/5871_24381339_24381339>
  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/5871_24381339_24381339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381339'^^xsd: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.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 '24381339'^^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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24756449_24756449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24756449_24756449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24756449_24756449> ;
  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/5871_24756449_24756449>
  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/5871_24756449_24756449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24756449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24756449'^^xsd: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.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 '24756449'^^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-127719'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387228_24387228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387228_24387228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387228_24387228> ;
  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/5871_24387228_24387228>
  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/5871_24387228_24387228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387228'^^xsd: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.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 '24387228'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382692_24382692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382692_24382692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382692_24382692> ;
  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/5871_24382692_24382692>
  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/5871_24382692_24382692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382692'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382692'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24381114_24381114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381114_24381114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381114_24381114> ;
  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/5871_24381114_24381114>
  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/5871_24381114_24381114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381114'^^xsd: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.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381114'^^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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24381115_24381115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381115_24381115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381115_24381115> ;
  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/5871_24381115_24381115>
  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/5871_24381115_24381115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381115'^^xsd: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.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381115'^^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 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/5871_24381120_24381120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381120_24381120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381120_24381120> ;
  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/5871_24381120_24381120>
  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/5871_24381120_24381120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381120'^^xsd: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.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381120'^^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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24381121_24381121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381121_24381121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381121_24381121> ;
  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/5871_24381121_24381121>
  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/5871_24381121_24381121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381121'^^xsd: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.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381121'^^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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24381131_24381131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381131_24381131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381131_24381131> ;
  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/5871_24381131_24381131>
  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/5871_24381131_24381131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381131'^^xsd: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.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381131'^^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 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/5871_24382706_24382706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382706_24382706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382706_24382706> ;
  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/5871_24382706_24382706>
  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/5871_24382706_24382706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382706'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382706'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382707_24382707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382707_24382707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382707_24382707> ;
  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/5871_24382707_24382707>
  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/5871_24382707_24382707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382707'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382707'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24381132_24381132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381132_24381132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381132_24381132> ;
  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/5871_24381132_24381132>
  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/5871_24381132_24381132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381132'^^xsd: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.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381132'^^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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24381133_24381133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24381133_24381133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24381133_24381133> ;
  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/5871_24381133_24381133>
  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/5871_24381133_24381133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24381133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24381133'^^xsd: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.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24381133'^^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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24382708_24382708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24382708_24382708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24382708_24382708> ;
  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/5871_24382708_24382708>
  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/5871_24382708_24382708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24382708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24382708'^^xsd: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.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '24382708'^^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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387430_24387430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387430_24387430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387430_24387430> ;
  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/5871_24387430_24387430>
  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/5871_24387430_24387430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387430'^^xsd: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.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 '24387430'^^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 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/5871_24387434_24387434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387434_24387434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387434_24387434> ;
  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/5871_24387434_24387434>
  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/5871_24387434_24387434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387434'^^xsd: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.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 '24387434'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387436_24387436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387436_24387436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387436_24387436> ;
  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/5871_24387436_24387436>
  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/5871_24387436_24387436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387436'^^xsd: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.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 '24387436'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387448_24387448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387448_24387448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387448_24387448> ;
  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/5871_24387448_24387448>
  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/5871_24387448_24387448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387448'^^xsd: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.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 '24387448'^^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 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/5871_24387451_24387451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387451_24387451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387451_24387451> ;
  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/5871_24387451_24387451>
  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/5871_24387451_24387451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387451'^^xsd: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.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 '24387451'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387454_24387454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387454_24387454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387454_24387454> ;
  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/5871_24387454_24387454>
  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/5871_24387454_24387454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387454'^^xsd: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.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 '24387454'^^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 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/5871_24387456_24387456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387456_24387456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387456_24387456> ;
  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/5871_24387456_24387456>
  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/5871_24387456_24387456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387456'^^xsd: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.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 '24387456'^^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 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/5871_24387461_24387461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387461_24387461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387461_24387461> ;
  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/5871_24387461_24387461>
  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/5871_24387461_24387461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387461'^^xsd: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.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 '24387461'^^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 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/5871_24387472_24387472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387472_24387472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387472_24387472> ;
  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/5871_24387472_24387472>
  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/5871_24387472_24387472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387472'^^xsd: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.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 '24387472'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387475_24387475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387475_24387475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387475_24387475> ;
  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/5871_24387475_24387475>
  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/5871_24387475_24387475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387475'^^xsd: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.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 '24387475'^^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 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/5871_24387480_24387480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387480_24387480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387480_24387480> ;
  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/5871_24387480_24387480>
  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/5871_24387480_24387480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387480'^^xsd: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.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 '24387480'^^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 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/5871_24387481_24387481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387481_24387481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387481_24387481> ;
  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/5871_24387481_24387481>
  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/5871_24387481_24387481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387481'^^xsd: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.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 '24387481'^^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 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/5871_24387482_24387482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387482_24387482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387482_24387482> ;
  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/5871_24387482_24387482>
  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/5871_24387482_24387482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387482'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^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.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 '24387482'^^xsd:integer;
  dwc:observationDate '2015-10-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387496_24387496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387496_24387496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387496_24387496> ;
  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/5871_24387496_24387496>
  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/5871_24387496_24387496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387496'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^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.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 '24387496'^^xsd:integer;
  dwc:observationDate '2015-10-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387508_24387508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387508_24387508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387508_24387508> ;
  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/5871_24387508_24387508>
  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/5871_24387508_24387508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387508'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^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.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 '24387508'^^xsd:integer;
  dwc:observationDate '2015-10-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387521_24387521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387521_24387521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387521_24387521> ;
  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/5871_24387521_24387521>
  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/5871_24387521_24387521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387521'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^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.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 '24387521'^^xsd:integer;
  dwc:observationDate '2015-10-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387531_24387531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387531_24387531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387531_24387531> ;
  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/5871_24387531_24387531>
  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/5871_24387531_24387531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387531'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^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.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 '24387531'^^xsd:integer;
  dwc:observationDate '2015-10-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387551_24387551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387551_24387551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387551_24387551> ;
  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/5871_24387551_24387551>
  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/5871_24387551_24387551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387551'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^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.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 '24387551'^^xsd:integer;
  dwc:observationDate '2015-10-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387562_24387562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387562_24387562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387562_24387562> ;
  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/5871_24387562_24387562>
  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/5871_24387562_24387562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387562'^^xsd: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.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 '24387562'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387563_24387563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387563_24387563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387563_24387563> ;
  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/5871_24387563_24387563>
  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/5871_24387563_24387563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387563'^^xsd: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.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 '24387563'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387574_24387574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387574_24387574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387574_24387574> ;
  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/5871_24387574_24387574>
  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/5871_24387574_24387574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387574'^^xsd: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.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 '24387574'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387582_24387582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387582_24387582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387582_24387582> ;
  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/5871_24387582_24387582>
  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/5871_24387582_24387582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387582'^^xsd: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.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 '24387582'^^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 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/5871_24387584_24387584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387584_24387584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387584_24387584> ;
  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/5871_24387584_24387584>
  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/5871_24387584_24387584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387584'^^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 '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 '24387584'^^xsd:integer;
  dwc:observationDate '2015-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387586_24387586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387586_24387586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387586_24387586> ;
  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/5871_24387586_24387586>
  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/5871_24387586_24387586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387586'^^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 '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 '24387586'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_24387599_24387599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387599_24387599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387599_24387599> ;
  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/5871_24387599_24387599>
  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/5871_24387599_24387599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387599'^^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 '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 '24387599'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_24387604_24387604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387604_24387604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387604_24387604> ;
  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/5871_24387604_24387604>
  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/5871_24387604_24387604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387604'^^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.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 '24387604'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387607_24387607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387607_24387607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387607_24387607> ;
  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/5871_24387607_24387607>
  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/5871_24387607_24387607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387607'^^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.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 '24387607'^^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 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/5871_24387609_24387609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387609_24387609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387609_24387609> ;
  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/5871_24387609_24387609>
  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/5871_24387609_24387609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387609'^^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.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 '24387609'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387610_24387610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387610_24387610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387610_24387610> ;
  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/5871_24387610_24387610>
  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/5871_24387610_24387610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387610'^^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.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 '24387610'^^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 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/5871_24387613_24387613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387613_24387613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387613_24387613> ;
  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/5871_24387613_24387613>
  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/5871_24387613_24387613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387613'^^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.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 '24387613'^^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 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/5871_24387622_24387622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387622_24387622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387622_24387622> ;
  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/5871_24387622_24387622>
  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/5871_24387622_24387622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387622'^^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.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 '24387622'^^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 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/5871_24387625_24387625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387625_24387625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387625_24387625> ;
  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/5871_24387625_24387625>
  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/5871_24387625_24387625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387625'^^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.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 '24387625'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387626_24387626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387626_24387626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387626_24387626> ;
  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/5871_24387626_24387626>
  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/5871_24387626_24387626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387626'^^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.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 '24387626'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387627_24387627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387627_24387627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387627_24387627> ;
  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/5871_24387627_24387627>
  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/5871_24387627_24387627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387627'^^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.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 '24387627'^^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 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/5871_24387639_24387639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387639_24387639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387639_24387639> ;
  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/5871_24387639_24387639>
  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/5871_24387639_24387639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387639'^^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.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 '24387639'^^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 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/5871_24387658_24387658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387658_24387658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387658_24387658> ;
  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/5871_24387658_24387658>
  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/5871_24387658_24387658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387658'^^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.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 '24387658'^^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 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/5871_24387676_24387676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387676_24387676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387676_24387676> ;
  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/5871_24387676_24387676>
  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/5871_24387676_24387676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387676'^^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.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 '24387676'^^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 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/5871_24387695_24387695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387695_24387695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387695_24387695> ;
  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/5871_24387695_24387695>
  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/5871_24387695_24387695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387695'^^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.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 '24387695'^^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 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/5871_24387721_24387721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387721_24387721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387721_24387721> ;
  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/5871_24387721_24387721>
  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/5871_24387721_24387721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387721'^^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.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 '24387721'^^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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387737_24387737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387737_24387737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387737_24387737> ;
  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/5871_24387737_24387737>
  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/5871_24387737_24387737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387737'^^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.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 '24387737'^^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 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/5871_24387740_24387740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387740_24387740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387740_24387740> ;
  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/5871_24387740_24387740>
  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/5871_24387740_24387740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387740'^^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.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 '24387740'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387741_24387741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387741_24387741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387741_24387741> ;
  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/5871_24387741_24387741>
  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/5871_24387741_24387741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387741'^^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.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 '24387741'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387765_24387765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387765_24387765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387765_24387765> ;
  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/5871_24387765_24387765>
  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/5871_24387765_24387765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387765'^^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.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 '24387765'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387770_24387770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387770_24387770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387770_24387770> ;
  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/5871_24387770_24387770>
  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/5871_24387770_24387770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387770'^^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 '11'^^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 '24387770'^^xsd:integer;
  dwc:observationDate '2015-11-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387775_24387775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387775_24387775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387775_24387775> ;
  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/5871_24387775_24387775>
  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/5871_24387775_24387775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387775'^^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.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 '24387775'^^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 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/5871_24387777_24387777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387777_24387777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387777_24387777> ;
  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/5871_24387777_24387777>
  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/5871_24387777_24387777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387777'^^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.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 '24387777'^^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 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/5871_24387780_24387780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387780_24387780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387780_24387780> ;
  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/5871_24387780_24387780>
  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/5871_24387780_24387780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387780'^^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.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 '24387780'^^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 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/5871_24387785_24387785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387785_24387785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387785_24387785> ;
  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/5871_24387785_24387785>
  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/5871_24387785_24387785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387785'^^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.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 '24387785'^^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 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/5871_24387787_24387787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387787_24387787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387787_24387787> ;
  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/5871_24387787_24387787>
  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/5871_24387787_24387787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387787'^^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.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 '24387787'^^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 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/5871_24387790_24387790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387790_24387790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387790_24387790> ;
  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/5871_24387790_24387790>
  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/5871_24387790_24387790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387790'^^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.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 '24387790'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387791_24387791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387791_24387791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387791_24387791> ;
  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/5871_24387791_24387791>
  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/5871_24387791_24387791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387791'^^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.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 '24387791'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387798_24387798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387798_24387798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387798_24387798> ;
  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/5871_24387798_24387798>
  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/5871_24387798_24387798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387798'^^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.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 '24387798'^^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 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/5871_24387809_24387809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387809_24387809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387809_24387809> ;
  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/5871_24387809_24387809>
  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/5871_24387809_24387809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387809'^^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.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 '24387809'^^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 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/5871_24387815_24387815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387815_24387815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387815_24387815> ;
  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/5871_24387815_24387815>
  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/5871_24387815_24387815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387815'^^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.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 '24387815'^^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 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/5871_24387816_24387816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387816_24387816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387816_24387816> ;
  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/5871_24387816_24387816>
  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/5871_24387816_24387816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387816'^^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.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 '24387816'^^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 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/5871_24387817_24387817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387817_24387817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387817_24387817> ;
  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/5871_24387817_24387817>
  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/5871_24387817_24387817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387817'^^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 '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 '24387817'^^xsd:integer;
  dwc:observationDate '2015-11-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387820_24387820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387820_24387820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387820_24387820> ;
  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/5871_24387820_24387820>
  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/5871_24387820_24387820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387820'^^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 '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 '24387820'^^xsd:integer;
  dwc:observationDate '2015-11-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387836_24387836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387836_24387836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387836_24387836> ;
  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/5871_24387836_24387836>
  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/5871_24387836_24387836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387836'^^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 '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 '24387836'^^xsd:integer;
  dwc:observationDate '2015-11-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387837_24387837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387837_24387837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387837_24387837> ;
  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/5871_24387837_24387837>
  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/5871_24387837_24387837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387837'^^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 '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 '24387837'^^xsd:integer;
  dwc:observationDate '2015-11-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24387838_24387838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387838_24387838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387838_24387838> ;
  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/5871_24387838_24387838>
  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/5871_24387838_24387838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387838'^^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 '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 '24387838'^^xsd:integer;
  dwc:observationDate '2015-11-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/5871_24387839_24387839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387839_24387839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387839_24387839> ;
  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/5871_24387839_24387839>
  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/5871_24387839_24387839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387839'^^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 '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 '24387839'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_24387842_24387842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24387842_24387842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24387842_24387842> ;
  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/5871_24387842_24387842>
  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/5871_24387842_24387842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24387842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24387842'^^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 '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 '24387842'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_24388014_24388014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388014_24388014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388014_24388014> ;
  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/5871_24388014_24388014>
  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/5871_24388014_24388014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388014'^^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 '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 '24388014'^^xsd:integer;
  dwc:observationDate '2015-11-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24388043_24388043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388043_24388043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388043_24388043> ;
  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/5871_24388043_24388043>
  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/5871_24388043_24388043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388043'^^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 '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 '24388043'^^xsd:integer;
  dwc:observationDate '2015-11-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24388101_24388101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388101_24388101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388101_24388101> ;
  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/5871_24388101_24388101>
  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/5871_24388101_24388101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388101'^^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 '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 '24388101'^^xsd:integer;
  dwc:observationDate '2015-11-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/5871_24388125_24388125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388125_24388125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388125_24388125> ;
  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/5871_24388125_24388125>
  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/5871_24388125_24388125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388125'^^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 '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 '24388125'^^xsd:integer;
  dwc:observationDate '2015-11-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/5871_24388130_24388130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388130_24388130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388130_24388130> ;
  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/5871_24388130_24388130>
  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/5871_24388130_24388130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388130'^^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 '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 '24388130'^^xsd:integer;
  dwc:observationDate '2015-11-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/5871_24388152_24388152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388152_24388152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388152_24388152> ;
  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/5871_24388152_24388152>
  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/5871_24388152_24388152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388152'^^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 '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 '24388152'^^xsd:integer;
  dwc:observationDate '2015-11-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24388262_24388262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388262_24388262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388262_24388262> ;
  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/5871_24388262_24388262>
  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/5871_24388262_24388262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388262'^^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 '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 '24388262'^^xsd:integer;
  dwc:observationDate '2015-11-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/5871_24388268_24388268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388268_24388268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388268_24388268> ;
  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/5871_24388268_24388268>
  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/5871_24388268_24388268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388268'^^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 '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 '24388268'^^xsd:integer;
  dwc:observationDate '2015-11-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24388302_24388302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388302_24388302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388302_24388302> ;
  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/5871_24388302_24388302>
  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/5871_24388302_24388302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388302'^^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 '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 '24388302'^^xsd:integer;
  dwc:observationDate '2015-11-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24388347_24388347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388347_24388347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388347_24388347> ;
  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/5871_24388347_24388347>
  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/5871_24388347_24388347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388347'^^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 '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 '24388347'^^xsd:integer;
  dwc:observationDate '2015-11-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24388383_24388383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388383_24388383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388383_24388383> ;
  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/5871_24388383_24388383>
  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/5871_24388383_24388383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388383'^^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 '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 '24388383'^^xsd:integer;
  dwc:observationDate '2015-11-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24388397_24388397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388397_24388397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388397_24388397> ;
  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/5871_24388397_24388397>
  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/5871_24388397_24388397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388397'^^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 '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 '24388397'^^xsd:integer;
  dwc:observationDate '2015-11-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24388452_24388452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388452_24388452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388452_24388452> ;
  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/5871_24388452_24388452>
  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/5871_24388452_24388452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388452'^^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 '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 '24388452'^^xsd:integer;
  dwc:observationDate '2015-11-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/5871_24388499_24388499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388499_24388499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388499_24388499> ;
  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/5871_24388499_24388499>
  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/5871_24388499_24388499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388499'^^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 '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 '24388499'^^xsd:integer;
  dwc:observationDate '2015-11-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/5871_24388513_24388513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388513_24388513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388513_24388513> ;
  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/5871_24388513_24388513>
  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/5871_24388513_24388513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388513'^^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 '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 '24388513'^^xsd:integer;
  dwc:observationDate '2015-11-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/5871_24388519_24388519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24388519_24388519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24388519_24388519> ;
  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/5871_24388519_24388519>
  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/5871_24388519_24388519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24388519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24388519'^^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 '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 '24388519'^^xsd:integer;
  dwc:observationDate '2015-11-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/5871_24389576_24389576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389576_24389576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389576_24389576> ;
  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/5871_24389576_24389576>
  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/5871_24389576_24389576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389576'^^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 '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 '24389576'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389578_24389578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389578_24389578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389578_24389578> ;
  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/5871_24389578_24389578>
  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/5871_24389578_24389578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389578'^^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 '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 '24389578'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389590_24389590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389590_24389590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389590_24389590> ;
  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/5871_24389590_24389590>
  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/5871_24389590_24389590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389590'^^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 '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 '24389590'^^xsd:integer;
  dwc:observationDate '2015-12-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 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/5871_24389608_24389608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389608_24389608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389608_24389608> ;
  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/5871_24389608_24389608>
  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/5871_24389608_24389608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389608'^^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 '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 '24389608'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389619_24389619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389619_24389619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389619_24389619> ;
  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/5871_24389619_24389619>
  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/5871_24389619_24389619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389619'^^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 '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 '24389619'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389621_24389621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389621_24389621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389621_24389621> ;
  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/5871_24389621_24389621>
  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/5871_24389621_24389621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389621'^^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 '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 '24389621'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389624_24389624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389624_24389624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389624_24389624> ;
  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/5871_24389624_24389624>
  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/5871_24389624_24389624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389624'^^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 '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 '24389624'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389630_24389630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389630_24389630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389630_24389630> ;
  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/5871_24389630_24389630>
  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/5871_24389630_24389630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389630'^^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 '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 '24389630'^^xsd:integer;
  dwc:observationDate '2015-12-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/5871_24389634_24389634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389634_24389634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389634_24389634> ;
  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/5871_24389634_24389634>
  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/5871_24389634_24389634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389634'^^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 '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 '24389634'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389636_24389636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389636_24389636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389636_24389636> ;
  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/5871_24389636_24389636>
  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/5871_24389636_24389636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389636'^^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 '4'^^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 '24389636'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_24389637_24389637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389637_24389637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389637_24389637> ;
  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/5871_24389637_24389637>
  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/5871_24389637_24389637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389637'^^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 '4'^^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 '24389637'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_24389638_24389638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389638_24389638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389638_24389638> ;
  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/5871_24389638_24389638>
  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/5871_24389638_24389638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389638'^^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 '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 '24389638'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_24389639_24389639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389639_24389639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389639_24389639> ;
  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/5871_24389639_24389639>
  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/5871_24389639_24389639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389639'^^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 '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 '24389639'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_24389640_24389640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389640_24389640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389640_24389640> ;
  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/5871_24389640_24389640>
  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/5871_24389640_24389640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389640'^^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 '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 '24389640'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_24389641_24389641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389641_24389641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389641_24389641> ;
  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/5871_24389641_24389641>
  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/5871_24389641_24389641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389641'^^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 '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 '24389641'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_24389647_24389647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389647_24389647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389647_24389647> ;
  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/5871_24389647_24389647>
  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/5871_24389647_24389647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389647'^^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 '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 '24389647'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389663_24389663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389663_24389663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389663_24389663> ;
  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/5871_24389663_24389663>
  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/5871_24389663_24389663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389663'^^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 '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 '24389663'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389665_24389665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389665_24389665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389665_24389665> ;
  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/5871_24389665_24389665>
  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/5871_24389665_24389665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389665'^^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 '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 '24389665'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389672_24389672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389672_24389672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389672_24389672> ;
  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/5871_24389672_24389672>
  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/5871_24389672_24389672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389672'^^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 '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 '24389672'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389683_24389683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389683_24389683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389683_24389683> ;
  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/5871_24389683_24389683>
  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/5871_24389683_24389683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389683'^^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 '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 '24389683'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389684_24389684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389684_24389684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389684_24389684> ;
  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/5871_24389684_24389684>
  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/5871_24389684_24389684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389684'^^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 '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 '24389684'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389688_24389688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389688_24389688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389688_24389688> ;
  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/5871_24389688_24389688>
  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/5871_24389688_24389688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389688'^^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 '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 '24389688'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389691_24389691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389691_24389691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389691_24389691> ;
  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/5871_24389691_24389691>
  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/5871_24389691_24389691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389691'^^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 '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 '24389691'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389692_24389692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389692_24389692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389692_24389692> ;
  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/5871_24389692_24389692>
  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/5871_24389692_24389692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389692'^^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 '11'^^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 '24389692'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389693_24389693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389693_24389693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389693_24389693> ;
  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/5871_24389693_24389693>
  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/5871_24389693_24389693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389693'^^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.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 '24389693'^^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 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/5871_24389695_24389695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389695_24389695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389695_24389695> ;
  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/5871_24389695_24389695>
  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/5871_24389695_24389695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389695'^^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.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 '24389695'^^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 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/5871_24389704_24389704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389704_24389704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389704_24389704> ;
  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/5871_24389704_24389704>
  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/5871_24389704_24389704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389704'^^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.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 '24389704'^^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 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/5871_24389721_24389721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389721_24389721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389721_24389721> ;
  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/5871_24389721_24389721>
  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/5871_24389721_24389721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389721'^^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.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 '24389721'^^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 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/5871_24389744_24389744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389744_24389744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389744_24389744> ;
  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/5871_24389744_24389744>
  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/5871_24389744_24389744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389744'^^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.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 '24389744'^^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 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/5871_24389768_24389768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389768_24389768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389768_24389768> ;
  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/5871_24389768_24389768>
  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/5871_24389768_24389768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389768'^^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.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 '24389768'^^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 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/5871_24389797_24389797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389797_24389797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389797_24389797> ;
  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/5871_24389797_24389797>
  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/5871_24389797_24389797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389797'^^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.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 '24389797'^^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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389824_24389824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389824_24389824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389824_24389824> ;
  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/5871_24389824_24389824>
  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/5871_24389824_24389824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389824'^^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.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 '24389824'^^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 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/5871_24389831_24389831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389831_24389831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389831_24389831> ;
  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/5871_24389831_24389831>
  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/5871_24389831_24389831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389831'^^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.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 '24389831'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389836_24389836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389836_24389836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389836_24389836> ;
  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/5871_24389836_24389836>
  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/5871_24389836_24389836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389836'^^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.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 '24389836'^^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 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/5871_24389840_24389840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389840_24389840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389840_24389840> ;
  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/5871_24389840_24389840>
  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/5871_24389840_24389840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389840'^^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.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 '24389840'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389850_24389850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389850_24389850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389850_24389850> ;
  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/5871_24389850_24389850>
  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/5871_24389850_24389850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389850'^^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.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 '24389850'^^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 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/5871_24389863_24389863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389863_24389863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389863_24389863> ;
  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/5871_24389863_24389863>
  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/5871_24389863_24389863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389863'^^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.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 '24389863'^^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 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/5871_24389874_24389874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389874_24389874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389874_24389874> ;
  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/5871_24389874_24389874>
  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/5871_24389874_24389874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389874'^^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.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 '24389874'^^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 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/5871_24389882_24389882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389882_24389882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389882_24389882> ;
  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/5871_24389882_24389882>
  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/5871_24389882_24389882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389882'^^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.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 '24389882'^^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 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/5871_24389886_24389886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389886_24389886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389886_24389886> ;
  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/5871_24389886_24389886>
  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/5871_24389886_24389886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389886'^^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.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 '24389886'^^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 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/5871_24389887_24389887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389887_24389887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389887_24389887> ;
  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/5871_24389887_24389887>
  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/5871_24389887_24389887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389887'^^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.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 '24389887'^^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 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/5871_24389890_24389890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389890_24389890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389890_24389890> ;
  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/5871_24389890_24389890>
  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/5871_24389890_24389890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389890'^^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.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 '24389890'^^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 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/5871_24389897_24389897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389897_24389897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389897_24389897> ;
  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/5871_24389897_24389897>
  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/5871_24389897_24389897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389897'^^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.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 '24389897'^^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 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/5871_24389918_24389918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389918_24389918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389918_24389918> ;
  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/5871_24389918_24389918>
  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/5871_24389918_24389918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389918'^^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.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 '24389918'^^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 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/5871_24389921_24389921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389921_24389921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389921_24389921> ;
  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/5871_24389921_24389921>
  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/5871_24389921_24389921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389921'^^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.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 '24389921'^^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 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/5871_24389922_24389922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389922_24389922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389922_24389922> ;
  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/5871_24389922_24389922>
  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/5871_24389922_24389922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389922'^^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.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 '24389922'^^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 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/5871_24389936_24389936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389936_24389936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389936_24389936> ;
  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/5871_24389936_24389936>
  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/5871_24389936_24389936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389936'^^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.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 '24389936'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24389953_24389953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389953_24389953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389953_24389953> ;
  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/5871_24389953_24389953>
  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/5871_24389953_24389953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389953'^^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.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 '24389953'^^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 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/5871_24389973_24389973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389973_24389973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389973_24389973> ;
  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/5871_24389973_24389973>
  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/5871_24389973_24389973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389973'^^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.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 '24389973'^^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 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/5871_24389974_24389974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389974_24389974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389974_24389974> ;
  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/5871_24389974_24389974>
  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/5871_24389974_24389974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389974'^^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.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 '24389974'^^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 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/5871_24389976_24389976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389976_24389976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389976_24389976> ;
  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/5871_24389976_24389976>
  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/5871_24389976_24389976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389976'^^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.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 '24389976'^^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 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/5871_24389978_24389978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389978_24389978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389978_24389978> ;
  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/5871_24389978_24389978>
  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/5871_24389978_24389978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389978'^^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.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 '24389978'^^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 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/5871_24389982_24389982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389982_24389982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389982_24389982> ;
  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/5871_24389982_24389982>
  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/5871_24389982_24389982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389982'^^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.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 '24389982'^^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 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/5871_24389986_24389986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24389986_24389986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24389986_24389986> ;
  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/5871_24389986_24389986>
  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/5871_24389986_24389986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24389986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24389986'^^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.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 '24389986'^^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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390002_24390002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390002_24390002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390002_24390002> ;
  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/5871_24390002_24390002>
  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/5871_24390002_24390002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390002'^^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.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 '24390002'^^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 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/5871_24390006_24390006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390006_24390006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390006_24390006> ;
  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/5871_24390006_24390006>
  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/5871_24390006_24390006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390006'^^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.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 '24390006'^^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 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/5871_24390013_24390013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390013_24390013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390013_24390013> ;
  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/5871_24390013_24390013>
  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/5871_24390013_24390013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390013'^^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.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 '24390013'^^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 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/5871_24390028_24390028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390028_24390028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390028_24390028> ;
  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/5871_24390028_24390028>
  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/5871_24390028_24390028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390028'^^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.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 '24390028'^^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 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/5871_24390037_24390037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390037_24390037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390037_24390037> ;
  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/5871_24390037_24390037>
  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/5871_24390037_24390037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390037'^^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.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 '24390037'^^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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390062_24390062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390062_24390062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390062_24390062> ;
  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/5871_24390062_24390062>
  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/5871_24390062_24390062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390062'^^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.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 '24390062'^^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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390090_24390090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390090_24390090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390090_24390090> ;
  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/5871_24390090_24390090>
  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/5871_24390090_24390090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390090'^^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.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 '24390090'^^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 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/5871_24390098_24390098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390098_24390098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390098_24390098> ;
  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/5871_24390098_24390098>
  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/5871_24390098_24390098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390098'^^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.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 '24390098'^^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 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/5871_24390104_24390104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390104_24390104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390104_24390104> ;
  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/5871_24390104_24390104>
  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/5871_24390104_24390104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390104'^^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.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 '24390104'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390106_24390106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390106_24390106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390106_24390106> ;
  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/5871_24390106_24390106>
  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/5871_24390106_24390106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390106'^^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.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 '24390106'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390108_24390108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390108_24390108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390108_24390108> ;
  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/5871_24390108_24390108>
  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/5871_24390108_24390108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390108'^^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.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 '24390108'^^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 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/5871_24390109_24390109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390109_24390109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390109_24390109> ;
  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/5871_24390109_24390109>
  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/5871_24390109_24390109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390109'^^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.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 '24390109'^^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 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/5871_24390110_24390110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390110_24390110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390110_24390110> ;
  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/5871_24390110_24390110>
  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/5871_24390110_24390110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390110'^^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.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 '24390110'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390112_24390112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390112_24390112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390112_24390112> ;
  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/5871_24390112_24390112>
  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/5871_24390112_24390112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390112'^^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.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 '24390112'^^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 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/5871_24390113_24390113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390113_24390113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390113_24390113> ;
  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/5871_24390113_24390113>
  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/5871_24390113_24390113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390113'^^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.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 '24390113'^^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 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/5871_24390117_24390117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390117_24390117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390117_24390117> ;
  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/5871_24390117_24390117>
  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/5871_24390117_24390117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390117'^^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.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 '24390117'^^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 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/5871_24390118_24390118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390118_24390118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390118_24390118> ;
  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/5871_24390118_24390118>
  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/5871_24390118_24390118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390118'^^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.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 '24390118'^^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 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/5871_24390119_24390119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390119_24390119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390119_24390119> ;
  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/5871_24390119_24390119>
  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/5871_24390119_24390119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390119'^^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.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 '24390119'^^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 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/5871_24390122_24390122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390122_24390122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390122_24390122> ;
  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/5871_24390122_24390122>
  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/5871_24390122_24390122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390122'^^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.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 '24390122'^^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 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/5871_24390123_24390123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390123_24390123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390123_24390123> ;
  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/5871_24390123_24390123>
  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/5871_24390123_24390123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390123'^^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.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 '24390123'^^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 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/5871_24390124_24390124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390124_24390124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390124_24390124> ;
  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/5871_24390124_24390124>
  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/5871_24390124_24390124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390124'^^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.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 '24390124'^^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 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/5871_24390127_24390127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390127_24390127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390127_24390127> ;
  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/5871_24390127_24390127>
  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/5871_24390127_24390127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390127'^^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.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 '24390127'^^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 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/5871_24390130_24390130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390130_24390130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390130_24390130> ;
  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/5871_24390130_24390130>
  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/5871_24390130_24390130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390130'^^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.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 '24390130'^^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 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/5871_24390136_24390136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390136_24390136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390136_24390136> ;
  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/5871_24390136_24390136>
  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/5871_24390136_24390136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390136'^^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.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 '24390136'^^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 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/5871_24390147_24390147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390147_24390147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390147_24390147> ;
  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/5871_24390147_24390147>
  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/5871_24390147_24390147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390147'^^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.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 '24390147'^^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 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/5871_24390148_24390148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390148_24390148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390148_24390148> ;
  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/5871_24390148_24390148>
  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/5871_24390148_24390148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390148'^^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.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 '24390148'^^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 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/5871_24390156_24390156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390156_24390156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390156_24390156> ;
  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/5871_24390156_24390156>
  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/5871_24390156_24390156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390156'^^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.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 '24390156'^^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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390172_24390172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390172_24390172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390172_24390172> ;
  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/5871_24390172_24390172>
  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/5871_24390172_24390172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390172'^^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.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 '24390172'^^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 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/5871_24390182_24390182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390182_24390182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390182_24390182> ;
  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/5871_24390182_24390182>
  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/5871_24390182_24390182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390182'^^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.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 '24390182'^^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 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/5871_24390201_24390201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390201_24390201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390201_24390201> ;
  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/5871_24390201_24390201>
  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/5871_24390201_24390201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390201'^^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.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 '24390201'^^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 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/5871_24390204_24390204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390204_24390204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390204_24390204> ;
  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/5871_24390204_24390204>
  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/5871_24390204_24390204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390204'^^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.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 '24390204'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390209_24390209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390209_24390209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390209_24390209> ;
  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/5871_24390209_24390209>
  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/5871_24390209_24390209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390209'^^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.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 '24390209'^^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 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/5871_24390218_24390218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390218_24390218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390218_24390218> ;
  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/5871_24390218_24390218>
  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/5871_24390218_24390218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390218'^^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.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 '24390218'^^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 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/5871_24390219_24390219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390219_24390219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390219_24390219> ;
  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/5871_24390219_24390219>
  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/5871_24390219_24390219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390219'^^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.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 '24390219'^^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 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/5871_24390220_24390220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390220_24390220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390220_24390220> ;
  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/5871_24390220_24390220>
  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/5871_24390220_24390220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390220'^^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 '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 '24390220'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390231_24390231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390231_24390231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390231_24390231> ;
  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/5871_24390231_24390231>
  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/5871_24390231_24390231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390231'^^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 '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 '24390231'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390245_24390245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390245_24390245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390245_24390245> ;
  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/5871_24390245_24390245>
  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/5871_24390245_24390245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390245'^^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 '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 '24390245'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390268_24390268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390268_24390268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390268_24390268> ;
  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/5871_24390268_24390268>
  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/5871_24390268_24390268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390268'^^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 '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 '24390268'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390287_24390287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390287_24390287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390287_24390287> ;
  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/5871_24390287_24390287>
  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/5871_24390287_24390287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390287'^^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 '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 '24390287'^^xsd:integer;
  dwc:observationDate '2015-12-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/5871_24390288_24390288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390288_24390288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390288_24390288> ;
  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/5871_24390288_24390288>
  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/5871_24390288_24390288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390288'^^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 '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 '24390288'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390302_24390302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390302_24390302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390302_24390302> ;
  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/5871_24390302_24390302>
  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/5871_24390302_24390302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390302'^^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 '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 '24390302'^^xsd:integer;
  dwc:observationDate '2015-12-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/5871_24390303_24390303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390303_24390303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390303_24390303> ;
  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/5871_24390303_24390303>
  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/5871_24390303_24390303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390303'^^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 '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 '24390303'^^xsd:integer;
  dwc:observationDate '2015-12-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/5871_24390304_24390304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390304_24390304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390304_24390304> ;
  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/5871_24390304_24390304>
  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/5871_24390304_24390304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390304'^^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 '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 '24390304'^^xsd:integer;
  dwc:observationDate '2015-12-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/5871_24390305_24390305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390305_24390305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390305_24390305> ;
  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/5871_24390305_24390305>
  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/5871_24390305_24390305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390305'^^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 '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 '24390305'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390318_24390318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390318_24390318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390318_24390318> ;
  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/5871_24390318_24390318>
  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/5871_24390318_24390318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390318'^^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 '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 '24390318'^^xsd:integer;
  dwc:observationDate '2015-12-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/5871_24390324_24390324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390324_24390324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390324_24390324> ;
  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/5871_24390324_24390324>
  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/5871_24390324_24390324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390324'^^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 '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 '24390324'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390336_24390336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390336_24390336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390336_24390336> ;
  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/5871_24390336_24390336>
  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/5871_24390336_24390336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390336'^^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 '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 '24390336'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390351_24390351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390351_24390351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390351_24390351> ;
  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/5871_24390351_24390351>
  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/5871_24390351_24390351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390351'^^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 '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 '24390351'^^xsd:integer;
  dwc:observationDate '2015-12-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/5871_24390352_24390352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390352_24390352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390352_24390352> ;
  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/5871_24390352_24390352>
  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/5871_24390352_24390352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390352'^^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 '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 '24390352'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390359_24390359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390359_24390359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390359_24390359> ;
  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/5871_24390359_24390359>
  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/5871_24390359_24390359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390359'^^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 '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 '24390359'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390383_24390383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390383_24390383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390383_24390383> ;
  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/5871_24390383_24390383>
  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/5871_24390383_24390383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390383'^^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 '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 '24390383'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390396_24390396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390396_24390396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390396_24390396> ;
  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/5871_24390396_24390396>
  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/5871_24390396_24390396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390396'^^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 '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 '24390396'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390403_24390403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390403_24390403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390403_24390403> ;
  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/5871_24390403_24390403>
  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/5871_24390403_24390403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390403'^^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 '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 '24390403'^^xsd:integer;
  dwc:observationDate '2015-12-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/5871_24390405_24390405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390405_24390405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390405_24390405> ;
  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/5871_24390405_24390405>
  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/5871_24390405_24390405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390405'^^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 '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 '24390405'^^xsd:integer;
  dwc:observationDate '2015-12-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/5871_24390406_24390406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390406_24390406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390406_24390406> ;
  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/5871_24390406_24390406>
  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/5871_24390406_24390406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390406'^^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 '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 '24390406'^^xsd:integer;
  dwc:observationDate '2015-12-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/5871_24390407_24390407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390407_24390407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390407_24390407> ;
  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/5871_24390407_24390407>
  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/5871_24390407_24390407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390407'^^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 '31'^^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 '24390407'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390411_24390411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390411_24390411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390411_24390411> ;
  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/5871_24390411_24390411>
  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/5871_24390411_24390411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390411'^^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 '31'^^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 '24390411'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390422_24390422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390422_24390422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390422_24390422> ;
  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/5871_24390422_24390422>
  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/5871_24390422_24390422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390422'^^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 '31'^^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 '24390422'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390423_24390423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390423_24390423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390423_24390423> ;
  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/5871_24390423_24390423>
  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/5871_24390423_24390423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390423'^^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 '31'^^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 '24390423'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390424_24390424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390424_24390424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390424_24390424> ;
  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/5871_24390424_24390424>
  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/5871_24390424_24390424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390424'^^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 '31'^^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 '24390424'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390436_24390436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390436_24390436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390436_24390436> ;
  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/5871_24390436_24390436>
  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/5871_24390436_24390436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390436'^^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 '31'^^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 '24390436'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390442_24390442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390442_24390442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390442_24390442> ;
  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/5871_24390442_24390442>
  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/5871_24390442_24390442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390442'^^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 '31'^^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 '24390442'^^xsd:integer;
  dwc:observationDate '2015-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390443_24390443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390443_24390443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390443_24390443> ;
  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/5871_24390443_24390443>
  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/5871_24390443_24390443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390443'^^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 '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 '24390443'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390448_24390448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390448_24390448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390448_24390448> ;
  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/5871_24390448_24390448>
  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/5871_24390448_24390448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390448'^^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 '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 '24390448'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390453_24390453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390453_24390453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390453_24390453> ;
  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/5871_24390453_24390453>
  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/5871_24390453_24390453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390453'^^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.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 '24390453'^^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 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/5871_24390454_24390454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390454_24390454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390454_24390454> ;
  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/5871_24390454_24390454>
  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/5871_24390454_24390454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390454'^^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.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 '24390454'^^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 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/5871_24390456_24390456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390456_24390456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390456_24390456> ;
  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/5871_24390456_24390456>
  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/5871_24390456_24390456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390456'^^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 '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 '24390456'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24390457_24390457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390457_24390457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390457_24390457> ;
  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/5871_24390457_24390457>
  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/5871_24390457_24390457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390457'^^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 '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 '24390457'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24390459_24390459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390459_24390459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390459_24390459> ;
  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/5871_24390459_24390459>
  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/5871_24390459_24390459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390459'^^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 '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 '24390459'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24390461_24390461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390461_24390461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390461_24390461> ;
  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/5871_24390461_24390461>
  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/5871_24390461_24390461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390461'^^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 '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 '24390461'^^xsd:integer;
  dwc:observationDate '2016-01-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 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/5871_24390481_24390481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390481_24390481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390481_24390481> ;
  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/5871_24390481_24390481>
  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/5871_24390481_24390481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390481'^^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 '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 '24390481'^^xsd:integer;
  dwc:observationDate '2016-01-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390497_24390497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390497_24390497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390497_24390497> ;
  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/5871_24390497_24390497>
  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/5871_24390497_24390497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390497'^^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 '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 '24390497'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24390499_24390499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390499_24390499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390499_24390499> ;
  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/5871_24390499_24390499>
  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/5871_24390499_24390499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390499'^^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 '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 '24390499'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390507_24390507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390507_24390507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390507_24390507> ;
  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/5871_24390507_24390507>
  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/5871_24390507_24390507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390507'^^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 '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 '24390507'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390514_24390514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390514_24390514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390514_24390514> ;
  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/5871_24390514_24390514>
  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/5871_24390514_24390514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390514'^^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 '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 '24390514'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24390518_24390518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390518_24390518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390518_24390518> ;
  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/5871_24390518_24390518>
  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/5871_24390518_24390518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390518'^^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 '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 '24390518'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390524_24390524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390524_24390524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390524_24390524> ;
  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/5871_24390524_24390524>
  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/5871_24390524_24390524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390524'^^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 '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 '24390524'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390535_24390535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390535_24390535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390535_24390535> ;
  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/5871_24390535_24390535>
  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/5871_24390535_24390535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390535'^^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 '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 '24390535'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390543_24390543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390543_24390543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390543_24390543> ;
  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/5871_24390543_24390543>
  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/5871_24390543_24390543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390543'^^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.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 '24390543'^^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 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/5871_24390548_24390548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390548_24390548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390548_24390548> ;
  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/5871_24390548_24390548>
  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/5871_24390548_24390548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390548'^^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.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 '24390548'^^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 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/5871_24390549_24390549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390549_24390549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390549_24390549> ;
  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/5871_24390549_24390549>
  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/5871_24390549_24390549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390549'^^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.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 '24390549'^^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 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/5871_24390559_24390559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390559_24390559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390559_24390559> ;
  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/5871_24390559_24390559>
  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/5871_24390559_24390559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390559'^^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.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 '24390559'^^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 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/5871_24390567_24390567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390567_24390567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390567_24390567> ;
  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/5871_24390567_24390567>
  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/5871_24390567_24390567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390567'^^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.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 '24390567'^^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 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/5871_24390573_24390573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390573_24390573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390573_24390573> ;
  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/5871_24390573_24390573>
  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/5871_24390573_24390573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390573'^^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.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 '24390573'^^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 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/5871_24390591_24390591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390591_24390591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390591_24390591> ;
  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/5871_24390591_24390591>
  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/5871_24390591_24390591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390591'^^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.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 '24390591'^^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 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/5871_24390599_24390599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390599_24390599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390599_24390599> ;
  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/5871_24390599_24390599>
  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/5871_24390599_24390599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390599'^^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.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 '24390599'^^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 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/5871_24390605_24390605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390605_24390605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390605_24390605> ;
  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/5871_24390605_24390605>
  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/5871_24390605_24390605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390605'^^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.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 '24390605'^^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 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/5871_24390611_24390611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390611_24390611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390611_24390611> ;
  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/5871_24390611_24390611>
  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/5871_24390611_24390611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390611'^^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.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 '24390611'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390613_24390613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390613_24390613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390613_24390613> ;
  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/5871_24390613_24390613>
  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/5871_24390613_24390613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390613'^^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.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 '24390613'^^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 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/5871_24390614_24390614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390614_24390614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390614_24390614> ;
  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/5871_24390614_24390614>
  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/5871_24390614_24390614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390614'^^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.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 '24390614'^^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 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/5871_24390615_24390615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390615_24390615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390615_24390615> ;
  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/5871_24390615_24390615>
  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/5871_24390615_24390615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390615'^^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.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 '24390615'^^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 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/5871_24390619_24390619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390619_24390619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390619_24390619> ;
  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/5871_24390619_24390619>
  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/5871_24390619_24390619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390619'^^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.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 '24390619'^^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 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/5871_24390629_24390629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390629_24390629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390629_24390629> ;
  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/5871_24390629_24390629>
  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/5871_24390629_24390629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390629'^^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.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 '24390629'^^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 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/5871_24390641_24390641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390641_24390641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390641_24390641> ;
  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/5871_24390641_24390641>
  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/5871_24390641_24390641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390641'^^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.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 '24390641'^^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 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/5871_24390664_24390664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390664_24390664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390664_24390664> ;
  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/5871_24390664_24390664>
  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/5871_24390664_24390664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390664'^^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.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 '24390664'^^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 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/5871_24390690_24390690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390690_24390690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390690_24390690> ;
  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/5871_24390690_24390690>
  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/5871_24390690_24390690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390690'^^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.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 '24390690'^^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 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/5871_24390700_24390700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390700_24390700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390700_24390700> ;
  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/5871_24390700_24390700>
  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/5871_24390700_24390700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390700'^^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.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 '24390700'^^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 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/5871_24390717_24390717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390717_24390717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390717_24390717> ;
  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/5871_24390717_24390717>
  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/5871_24390717_24390717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390717'^^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.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 '24390717'^^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 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/5871_24390724_24390724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390724_24390724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390724_24390724> ;
  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/5871_24390724_24390724>
  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/5871_24390724_24390724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390724'^^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.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 '24390724'^^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 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/5871_24390731_24390731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390731_24390731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390731_24390731> ;
  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/5871_24390731_24390731>
  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/5871_24390731_24390731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390731'^^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.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 '24390731'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390745_24390745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390745_24390745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390745_24390745> ;
  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/5871_24390745_24390745>
  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/5871_24390745_24390745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390745'^^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.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 '24390745'^^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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390772_24390772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390772_24390772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390772_24390772> ;
  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/5871_24390772_24390772>
  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/5871_24390772_24390772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390772'^^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.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 '24390772'^^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 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/5871_24390790_24390790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390790_24390790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390790_24390790> ;
  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/5871_24390790_24390790>
  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/5871_24390790_24390790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390790'^^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.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 '24390790'^^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 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/5871_24390808_24390808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390808_24390808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390808_24390808> ;
  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/5871_24390808_24390808>
  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/5871_24390808_24390808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390808'^^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.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 '24390808'^^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 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/5871_24390826_24390826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390826_24390826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390826_24390826> ;
  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/5871_24390826_24390826>
  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/5871_24390826_24390826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390826'^^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.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 '24390826'^^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 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/5871_24390844_24390844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390844_24390844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390844_24390844> ;
  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/5871_24390844_24390844>
  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/5871_24390844_24390844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390844'^^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.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 '24390844'^^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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390866_24390866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390866_24390866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390866_24390866> ;
  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/5871_24390866_24390866>
  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/5871_24390866_24390866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390866'^^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.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 '24390866'^^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 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/5871_24390879_24390879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390879_24390879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390879_24390879> ;
  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/5871_24390879_24390879>
  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/5871_24390879_24390879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390879'^^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.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 '24390879'^^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 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/5871_24390888_24390888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390888_24390888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390888_24390888> ;
  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/5871_24390888_24390888>
  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/5871_24390888_24390888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390888'^^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.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 '24390888'^^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 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/5871_24390889_24390889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390889_24390889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390889_24390889> ;
  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/5871_24390889_24390889>
  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/5871_24390889_24390889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390889'^^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 '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 '24390889'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24390891_24390891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390891_24390891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390891_24390891> ;
  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/5871_24390891_24390891>
  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/5871_24390891_24390891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390891'^^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 '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 '24390891'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390903_24390903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390903_24390903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390903_24390903> ;
  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/5871_24390903_24390903>
  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/5871_24390903_24390903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390903'^^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 '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 '24390903'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390926_24390926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390926_24390926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390926_24390926> ;
  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/5871_24390926_24390926>
  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/5871_24390926_24390926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390926'^^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 '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 '24390926'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390931_24390931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390931_24390931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390931_24390931> ;
  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/5871_24390931_24390931>
  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/5871_24390931_24390931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390931'^^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 '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 '24390931'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24390932_24390932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390932_24390932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390932_24390932> ;
  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/5871_24390932_24390932>
  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/5871_24390932_24390932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390932'^^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 '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 '24390932'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24390934_24390934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390934_24390934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390934_24390934> ;
  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/5871_24390934_24390934>
  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/5871_24390934_24390934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390934'^^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 '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 '24390934'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24390936_24390936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390936_24390936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390936_24390936> ;
  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/5871_24390936_24390936>
  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/5871_24390936_24390936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390936'^^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 '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 '24390936'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24390937_24390937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390937_24390937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390937_24390937> ;
  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/5871_24390937_24390937>
  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/5871_24390937_24390937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390937'^^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 '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 '24390937'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390940_24390940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390940_24390940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390940_24390940> ;
  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/5871_24390940_24390940>
  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/5871_24390940_24390940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390940'^^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 '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 '24390940'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390946_24390946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390946_24390946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390946_24390946> ;
  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/5871_24390946_24390946>
  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/5871_24390946_24390946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390946'^^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 '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 '24390946'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390962_24390962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390962_24390962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390962_24390962> ;
  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/5871_24390962_24390962>
  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/5871_24390962_24390962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390962'^^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 '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 '24390962'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390974_24390974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390974_24390974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390974_24390974> ;
  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/5871_24390974_24390974>
  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/5871_24390974_24390974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390974'^^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 '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 '24390974'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24390992_24390992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24390992_24390992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24390992_24390992> ;
  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/5871_24390992_24390992>
  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/5871_24390992_24390992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24390992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24390992'^^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 '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 '24390992'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24391000_24391000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391000_24391000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391000_24391000> ;
  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/5871_24391000_24391000>
  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/5871_24391000_24391000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391000'^^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 '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 '24391000'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24391008_24391008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391008_24391008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391008_24391008> ;
  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/5871_24391008_24391008>
  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/5871_24391008_24391008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391008'^^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 '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 '24391008'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24391010_24391010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391010_24391010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391010_24391010> ;
  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/5871_24391010_24391010>
  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/5871_24391010_24391010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391010'^^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 '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 '24391010'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391015_24391015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391015_24391015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391015_24391015> ;
  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/5871_24391015_24391015>
  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/5871_24391015_24391015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391015'^^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 '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 '24391015'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391018_24391018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391018_24391018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391018_24391018> ;
  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/5871_24391018_24391018>
  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/5871_24391018_24391018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391018'^^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.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 '24391018'^^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 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/5871_24391042_24391042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391042_24391042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391042_24391042> ;
  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/5871_24391042_24391042>
  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/5871_24391042_24391042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391042'^^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.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 '24391042'^^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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391067_24391067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391067_24391067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391067_24391067> ;
  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/5871_24391067_24391067>
  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/5871_24391067_24391067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391067'^^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.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 '24391067'^^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 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/5871_24391080_24391080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391080_24391080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391080_24391080> ;
  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/5871_24391080_24391080>
  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/5871_24391080_24391080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391080'^^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.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 '24391080'^^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 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/5871_24391093_24391093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391093_24391093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391093_24391093> ;
  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/5871_24391093_24391093>
  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/5871_24391093_24391093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391093'^^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.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 '24391093'^^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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391120_24391120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391120_24391120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391120_24391120> ;
  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/5871_24391120_24391120>
  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/5871_24391120_24391120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391120'^^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.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 '24391120'^^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 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/5871_24391135_24391135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391135_24391135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391135_24391135> ;
  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/5871_24391135_24391135>
  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/5871_24391135_24391135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391135'^^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.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 '24391135'^^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 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/5871_24391146_24391146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391146_24391146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391146_24391146> ;
  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/5871_24391146_24391146>
  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/5871_24391146_24391146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391146'^^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.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 '24391146'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391164_24391164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391164_24391164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391164_24391164> ;
  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/5871_24391164_24391164>
  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/5871_24391164_24391164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391164'^^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.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 '24391164'^^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 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/5871_24391173_24391173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391173_24391173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391173_24391173> ;
  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/5871_24391173_24391173>
  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/5871_24391173_24391173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391173'^^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.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 '24391173'^^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 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/5871_24391185_24391185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391185_24391185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391185_24391185> ;
  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/5871_24391185_24391185>
  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/5871_24391185_24391185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391185'^^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.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 '24391185'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391203_24391203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391203_24391203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391203_24391203> ;
  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/5871_24391203_24391203>
  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/5871_24391203_24391203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391203'^^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.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 '24391203'^^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 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/5871_24391216_24391216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391216_24391216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391216_24391216> ;
  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/5871_24391216_24391216>
  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/5871_24391216_24391216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391216'^^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.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 '24391216'^^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 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/5871_24391217_24391217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391217_24391217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391217_24391217> ;
  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/5871_24391217_24391217>
  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/5871_24391217_24391217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391217'^^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.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 '24391217'^^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 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/5871_24391224_24391224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391224_24391224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391224_24391224> ;
  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/5871_24391224_24391224>
  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/5871_24391224_24391224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391224'^^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.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 '24391224'^^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 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/5871_24391237_24391237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391237_24391237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391237_24391237> ;
  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/5871_24391237_24391237>
  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/5871_24391237_24391237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391237'^^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.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 '24391237'^^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 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/5871_24391244_24391244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391244_24391244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391244_24391244> ;
  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/5871_24391244_24391244>
  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/5871_24391244_24391244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391244'^^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.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 '24391244'^^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 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/5871_24391251_24391251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391251_24391251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391251_24391251> ;
  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/5871_24391251_24391251>
  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/5871_24391251_24391251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391251'^^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.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 '24391251'^^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 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/5871_24391268_24391268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391268_24391268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391268_24391268> ;
  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/5871_24391268_24391268>
  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/5871_24391268_24391268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391268'^^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.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 '24391268'^^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 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/5871_24391285_24391285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391285_24391285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391285_24391285> ;
  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/5871_24391285_24391285>
  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/5871_24391285_24391285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391285'^^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.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 '24391285'^^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 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/5871_24391305_24391305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391305_24391305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391305_24391305> ;
  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/5871_24391305_24391305>
  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/5871_24391305_24391305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391305'^^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.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 '24391305'^^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 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/5871_24391323_24391323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391323_24391323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391323_24391323> ;
  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/5871_24391323_24391323>
  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/5871_24391323_24391323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391323'^^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.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 '24391323'^^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 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/5871_24391327_24391327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391327_24391327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391327_24391327> ;
  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/5871_24391327_24391327>
  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/5871_24391327_24391327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391327'^^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.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 '24391327'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391339_24391339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391339_24391339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391339_24391339> ;
  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/5871_24391339_24391339>
  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/5871_24391339_24391339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391339'^^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.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 '24391339'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391347_24391347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391347_24391347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391347_24391347> ;
  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/5871_24391347_24391347>
  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/5871_24391347_24391347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391347'^^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.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 '24391347'^^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 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/5871_24391348_24391348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391348_24391348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391348_24391348> ;
  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/5871_24391348_24391348>
  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/5871_24391348_24391348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391348'^^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.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 '24391348'^^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 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/5871_24391357_24391357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391357_24391357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391357_24391357> ;
  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/5871_24391357_24391357>
  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/5871_24391357_24391357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391357'^^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.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 '24391357'^^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 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/5871_24391377_24391377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391377_24391377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391377_24391377> ;
  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/5871_24391377_24391377>
  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/5871_24391377_24391377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391377'^^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.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 '24391377'^^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 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/5871_24391384_24391384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391384_24391384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391384_24391384> ;
  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/5871_24391384_24391384>
  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/5871_24391384_24391384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391384'^^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.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 '24391384'^^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 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/5871_24391387_24391387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391387_24391387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391387_24391387> ;
  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/5871_24391387_24391387>
  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/5871_24391387_24391387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391387'^^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.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 '24391387'^^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 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/5871_24391404_24391404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391404_24391404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391404_24391404> ;
  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/5871_24391404_24391404>
  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/5871_24391404_24391404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391404'^^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.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 '24391404'^^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 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/5871_24391427_24391427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391427_24391427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391427_24391427> ;
  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/5871_24391427_24391427>
  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/5871_24391427_24391427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391427'^^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.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 '24391427'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391436_24391436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391436_24391436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391436_24391436> ;
  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/5871_24391436_24391436>
  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/5871_24391436_24391436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391436'^^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.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 '24391436'^^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 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/5871_24391441_24391441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391441_24391441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391441_24391441> ;
  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/5871_24391441_24391441>
  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/5871_24391441_24391441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391441'^^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.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 '24391441'^^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 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/5871_24391447_24391447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391447_24391447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391447_24391447> ;
  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/5871_24391447_24391447>
  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/5871_24391447_24391447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391447'^^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.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 '24391447'^^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 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/5871_24391457_24391457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391457_24391457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391457_24391457> ;
  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/5871_24391457_24391457>
  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/5871_24391457_24391457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391457'^^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.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 '24391457'^^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 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/5871_24391464_24391464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391464_24391464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391464_24391464> ;
  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/5871_24391464_24391464>
  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/5871_24391464_24391464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391464'^^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.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 '24391464'^^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 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/5871_24391466_24391466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391466_24391466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391466_24391466> ;
  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/5871_24391466_24391466>
  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/5871_24391466_24391466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391466'^^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.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 '24391466'^^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 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/5871_24391469_24391469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391469_24391469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391469_24391469> ;
  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/5871_24391469_24391469>
  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/5871_24391469_24391469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391469'^^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.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 '24391469'^^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 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/5871_24391480_24391480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391480_24391480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391480_24391480> ;
  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/5871_24391480_24391480>
  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/5871_24391480_24391480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391480'^^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.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 '24391480'^^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 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/5871_24391481_24391481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391481_24391481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391481_24391481> ;
  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/5871_24391481_24391481>
  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/5871_24391481_24391481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391481'^^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.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 '24391481'^^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 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/5871_24391486_24391486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391486_24391486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391486_24391486> ;
  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/5871_24391486_24391486>
  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/5871_24391486_24391486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391486'^^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.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 '24391486'^^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 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/5871_24391488_24391488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391488_24391488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391488_24391488> ;
  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/5871_24391488_24391488>
  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/5871_24391488_24391488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391488'^^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.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 '24391488'^^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 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/5871_24391489_24391489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391489_24391489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391489_24391489> ;
  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/5871_24391489_24391489>
  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/5871_24391489_24391489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391489'^^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.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 '24391489'^^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 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/5871_24391491_24391491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391491_24391491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391491_24391491> ;
  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/5871_24391491_24391491>
  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/5871_24391491_24391491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391491'^^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.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 '24391491'^^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 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/5871_24391493_24391493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391493_24391493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391493_24391493> ;
  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/5871_24391493_24391493>
  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/5871_24391493_24391493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391493'^^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.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 '24391493'^^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 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/5871_24391498_24391498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391498_24391498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391498_24391498> ;
  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/5871_24391498_24391498>
  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/5871_24391498_24391498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391498'^^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.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 '24391498'^^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 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/5871_24391501_24391501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391501_24391501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391501_24391501> ;
  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/5871_24391501_24391501>
  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/5871_24391501_24391501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391501'^^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.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 '24391501'^^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 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/5871_24391502_24391502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391502_24391502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391502_24391502> ;
  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/5871_24391502_24391502>
  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/5871_24391502_24391502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391502'^^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.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 '24391502'^^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 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/5871_24391515_24391515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391515_24391515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391515_24391515> ;
  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/5871_24391515_24391515>
  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/5871_24391515_24391515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391515'^^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.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 '24391515'^^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 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/5871_24391527_24391527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391527_24391527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391527_24391527> ;
  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/5871_24391527_24391527>
  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/5871_24391527_24391527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391527'^^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.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 '24391527'^^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 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/5871_24391528_24391528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391528_24391528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391528_24391528> ;
  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/5871_24391528_24391528>
  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/5871_24391528_24391528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391528'^^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 '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 '24391528'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391533_24391533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391533_24391533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391533_24391533> ;
  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/5871_24391533_24391533>
  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/5871_24391533_24391533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391533'^^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 '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 '24391533'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391539_24391539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391539_24391539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391539_24391539> ;
  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/5871_24391539_24391539>
  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/5871_24391539_24391539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391539'^^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 '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 '24391539'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391547_24391547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391547_24391547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391547_24391547> ;
  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/5871_24391547_24391547>
  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/5871_24391547_24391547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391547'^^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 '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 '24391547'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391551_24391551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391551_24391551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391551_24391551> ;
  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/5871_24391551_24391551>
  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/5871_24391551_24391551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391551'^^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 '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 '24391551'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391554_24391554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391554_24391554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391554_24391554> ;
  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/5871_24391554_24391554>
  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/5871_24391554_24391554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391554'^^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 '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 '24391554'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391559_24391559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391559_24391559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391559_24391559> ;
  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/5871_24391559_24391559>
  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/5871_24391559_24391559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391559'^^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 '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 '24391559'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391565_24391565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391565_24391565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391565_24391565> ;
  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/5871_24391565_24391565>
  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/5871_24391565_24391565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391565'^^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 '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 '24391565'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24391566_24391566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391566_24391566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391566_24391566> ;
  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/5871_24391566_24391566>
  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/5871_24391566_24391566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391566'^^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 '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 '24391566'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24391567_24391567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391567_24391567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391567_24391567> ;
  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/5871_24391567_24391567>
  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/5871_24391567_24391567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391567'^^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 '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 '24391567'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391581_24391581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391581_24391581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391581_24391581> ;
  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/5871_24391581_24391581>
  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/5871_24391581_24391581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391581'^^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 '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 '24391581'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391607_24391607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391607_24391607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391607_24391607> ;
  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/5871_24391607_24391607>
  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/5871_24391607_24391607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391607'^^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 '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 '24391607'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391616_24391616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391616_24391616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391616_24391616> ;
  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/5871_24391616_24391616>
  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/5871_24391616_24391616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391616'^^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 '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 '24391616'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391635_24391635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391635_24391635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391635_24391635> ;
  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/5871_24391635_24391635>
  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/5871_24391635_24391635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391635'^^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 '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 '24391635'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391653_24391653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391653_24391653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391653_24391653> ;
  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/5871_24391653_24391653>
  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/5871_24391653_24391653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391653'^^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 '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 '24391653'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391666_24391666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391666_24391666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391666_24391666> ;
  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/5871_24391666_24391666>
  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/5871_24391666_24391666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391666'^^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 '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 '24391666'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24391668_24391668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391668_24391668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391668_24391668> ;
  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/5871_24391668_24391668>
  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/5871_24391668_24391668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391668'^^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 '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 '24391668'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24391670_24391670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391670_24391670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391670_24391670> ;
  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/5871_24391670_24391670>
  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/5871_24391670_24391670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391670'^^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 '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 '24391670'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391675_24391675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391675_24391675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391675_24391675> ;
  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/5871_24391675_24391675>
  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/5871_24391675_24391675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391675'^^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 '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 '24391675'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24391676_24391676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391676_24391676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391676_24391676> ;
  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/5871_24391676_24391676>
  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/5871_24391676_24391676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391676'^^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 '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 '24391676'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24391677_24391677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391677_24391677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391677_24391677> ;
  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/5871_24391677_24391677>
  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/5871_24391677_24391677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391677'^^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 '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 '24391677'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24391679_24391679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391679_24391679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391679_24391679> ;
  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/5871_24391679_24391679>
  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/5871_24391679_24391679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391679'^^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.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 '24391679'^^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 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/5871_24391691_24391691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391691_24391691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391691_24391691> ;
  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/5871_24391691_24391691>
  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/5871_24391691_24391691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391691'^^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.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 '24391691'^^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 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/5871_24391694_24391694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391694_24391694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391694_24391694> ;
  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/5871_24391694_24391694>
  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/5871_24391694_24391694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391694'^^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.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 '24391694'^^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 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/5871_24391698_24391698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391698_24391698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391698_24391698> ;
  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/5871_24391698_24391698>
  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/5871_24391698_24391698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391698'^^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.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 '24391698'^^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 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/5871_24391703_24391703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391703_24391703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391703_24391703> ;
  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/5871_24391703_24391703>
  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/5871_24391703_24391703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391703'^^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.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 '24391703'^^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 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/5871_24391724_24391724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391724_24391724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391724_24391724> ;
  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/5871_24391724_24391724>
  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/5871_24391724_24391724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391724'^^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.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 '24391724'^^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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391746_24391746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391746_24391746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391746_24391746> ;
  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/5871_24391746_24391746>
  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/5871_24391746_24391746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391746'^^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.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 '24391746'^^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 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/5871_24391747_24391747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391747_24391747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391747_24391747> ;
  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/5871_24391747_24391747>
  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/5871_24391747_24391747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391747'^^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.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 '24391747'^^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 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/5871_24391750_24391750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391750_24391750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391750_24391750> ;
  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/5871_24391750_24391750>
  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/5871_24391750_24391750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391750'^^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.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 '24391750'^^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 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/5871_24391751_24391751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391751_24391751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391751_24391751> ;
  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/5871_24391751_24391751>
  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/5871_24391751_24391751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391751'^^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.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 '24391751'^^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 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/5871_24391754_24391754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391754_24391754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391754_24391754> ;
  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/5871_24391754_24391754>
  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/5871_24391754_24391754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391754'^^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.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 '24391754'^^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 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/5871_24391764_24391764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391764_24391764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391764_24391764> ;
  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/5871_24391764_24391764>
  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/5871_24391764_24391764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391764'^^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.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 '24391764'^^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 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/5871_24391787_24391787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391787_24391787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391787_24391787> ;
  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/5871_24391787_24391787>
  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/5871_24391787_24391787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391787'^^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.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 '24391787'^^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 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/5871_24391797_24391797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391797_24391797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391797_24391797> ;
  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/5871_24391797_24391797>
  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/5871_24391797_24391797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391797'^^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.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 '24391797'^^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 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/5871_24391804_24391804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391804_24391804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391804_24391804> ;
  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/5871_24391804_24391804>
  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/5871_24391804_24391804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391804'^^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.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 '24391804'^^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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391832_24391832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391832_24391832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391832_24391832> ;
  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/5871_24391832_24391832>
  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/5871_24391832_24391832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391832'^^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.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 '24391832'^^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 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/5871_24391839_24391839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391839_24391839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391839_24391839> ;
  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/5871_24391839_24391839>
  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/5871_24391839_24391839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391839'^^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.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 '24391839'^^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 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/5871_24391840_24391840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391840_24391840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391840_24391840> ;
  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/5871_24391840_24391840>
  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/5871_24391840_24391840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391840'^^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 '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 '24391840'^^xsd:integer;
  dwc:observationDate '2016-01-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/5871_24391845_24391845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391845_24391845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391845_24391845> ;
  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/5871_24391845_24391845>
  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/5871_24391845_24391845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391845'^^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 '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 '24391845'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391867_24391867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391867_24391867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391867_24391867> ;
  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/5871_24391867_24391867>
  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/5871_24391867_24391867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391867'^^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 '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 '24391867'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24391887_24391887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24391887_24391887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24391887_24391887> ;
  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/5871_24391887_24391887>
  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/5871_24391887_24391887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24391887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24391887'^^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 '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 '24391887'^^xsd:integer;
  dwc:observationDate '2016-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_24386520_24386520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_24386520_24386520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_24386520_24386520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_24386520_24386520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_24386520_24386520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "24386520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '24386520'^^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 '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 '24386520'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28478694_28478694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28478694_28478694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28478694_28478694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_28478694_28478694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_28478694_28478694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28478694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28478694'^^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 '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 '28478694'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28478695_28478695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28478695_28478695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28478695_28478695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_28478695_28478695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_28478695_28478695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28478695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28478695'^^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 '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 '28478695'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28478943_28478943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28478943_28478943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28478943_28478943> ;
  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/5871_28478943_28478943>
  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/5871_28478943_28478943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28478943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28478943'^^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 '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 '28478943'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28478945_28478945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28478945_28478945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28478945_28478945> ;
  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/5871_28478945_28478945>
  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/5871_28478945_28478945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28478945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28478945'^^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 '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 '28478945'^^xsd:integer;
  dwc:observationDate '2016-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28478956_28478956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28478956_28478956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28478956_28478956> ;
  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/5871_28478956_28478956>
  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/5871_28478956_28478956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28478956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28478956'^^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 '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 '28478956'^^xsd:integer;
  dwc:observationDate '2016-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28478970_28478970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28478970_28478970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28478970_28478970> ;
  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/5871_28478970_28478970>
  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/5871_28478970_28478970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28478970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28478970'^^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 '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 '28478970'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28478977_28478977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28478977_28478977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28478977_28478977> ;
  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/5871_28478977_28478977>
  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/5871_28478977_28478977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28478977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28478977'^^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 '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 '28478977'^^xsd:integer;
  dwc:observationDate '2016-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28478982_28478982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28478982_28478982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28478982_28478982> ;
  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/5871_28478982_28478982>
  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/5871_28478982_28478982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28478982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28478982'^^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 '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 '28478982'^^xsd:integer;
  dwc:observationDate '2016-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28478990_28478990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28478990_28478990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28478990_28478990> ;
  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/5871_28478990_28478990>
  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/5871_28478990_28478990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28478990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28478990'^^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 '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 '28478990'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28478992_28478992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28478992_28478992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28478992_28478992> ;
  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/5871_28478992_28478992>
  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/5871_28478992_28478992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28478992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28478992'^^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 '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 '28478992'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28479003_28479003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479003_28479003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479003_28479003> ;
  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/5871_28479003_28479003>
  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/5871_28479003_28479003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479003'^^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 '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 '28479003'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28479027_28479027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479027_28479027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479027_28479027> ;
  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/5871_28479027_28479027>
  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/5871_28479027_28479027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479027'^^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 '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 '28479027'^^xsd:integer;
  dwc:observationDate '2016-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479047_28479047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479047_28479047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479047_28479047> ;
  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/5871_28479047_28479047>
  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/5871_28479047_28479047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479047'^^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 '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 '28479047'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28479051_28479051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479051_28479051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479051_28479051> ;
  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/5871_28479051_28479051>
  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/5871_28479051_28479051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479051'^^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 '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 '28479051'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28479058_28479058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479058_28479058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479058_28479058> ;
  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/5871_28479058_28479058>
  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/5871_28479058_28479058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479058'^^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 '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 '28479058'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28479060_28479060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479060_28479060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479060_28479060> ;
  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/5871_28479060_28479060>
  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/5871_28479060_28479060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479060'^^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 '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 '28479060'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28479061_28479061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479061_28479061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479061_28479061> ;
  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/5871_28479061_28479061>
  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/5871_28479061_28479061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479061'^^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 '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 '28479061'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28479062_28479062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479062_28479062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479062_28479062> ;
  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/5871_28479062_28479062>
  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/5871_28479062_28479062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479062'^^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 '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 '28479062'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28479066_28479066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479066_28479066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479066_28479066> ;
  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/5871_28479066_28479066>
  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/5871_28479066_28479066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479066'^^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 '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 '28479066'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28479067_28479067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479067_28479067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479067_28479067> ;
  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/5871_28479067_28479067>
  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/5871_28479067_28479067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479067'^^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 '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 '28479067'^^xsd:integer;
  dwc:observationDate '2016-02-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/5871_28479069_28479069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479069_28479069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479069_28479069> ;
  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/5871_28479069_28479069>
  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/5871_28479069_28479069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479069'^^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 '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 '28479069'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479070_28479070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479070_28479070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479070_28479070> ;
  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/5871_28479070_28479070>
  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/5871_28479070_28479070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479070'^^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 '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 '28479070'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479071_28479071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479071_28479071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479071_28479071> ;
  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/5871_28479071_28479071>
  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/5871_28479071_28479071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479071'^^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 '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 '28479071'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479083_28479083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479083_28479083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479083_28479083> ;
  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/5871_28479083_28479083>
  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/5871_28479083_28479083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479083'^^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 '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 '28479083'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479107_28479107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479107_28479107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479107_28479107> ;
  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/5871_28479107_28479107>
  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/5871_28479107_28479107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479107'^^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 '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 '28479107'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479132_28479132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479132_28479132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479132_28479132> ;
  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/5871_28479132_28479132>
  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/5871_28479132_28479132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479132'^^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 '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 '28479132'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479146_28479146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479146_28479146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479146_28479146> ;
  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/5871_28479146_28479146>
  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/5871_28479146_28479146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479146'^^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 '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 '28479146'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479171_28479171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479171_28479171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479171_28479171> ;
  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/5871_28479171_28479171>
  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/5871_28479171_28479171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479171'^^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 '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 '28479171'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479200_28479200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479200_28479200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479200_28479200> ;
  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/5871_28479200_28479200>
  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/5871_28479200_28479200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479200'^^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 '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 '28479200'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479207_28479207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479207_28479207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479207_28479207> ;
  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/5871_28479207_28479207>
  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/5871_28479207_28479207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479207'^^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 '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 '28479207'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479208_28479208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479208_28479208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479208_28479208> ;
  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/5871_28479208_28479208>
  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/5871_28479208_28479208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479208'^^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 '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 '28479208'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479217_28479217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479217_28479217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479217_28479217> ;
  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/5871_28479217_28479217>
  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/5871_28479217_28479217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479217'^^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 '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 '28479217'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479222_28479222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479222_28479222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479222_28479222> ;
  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/5871_28479222_28479222>
  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/5871_28479222_28479222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479222'^^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 '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 '28479222'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479227_28479227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479227_28479227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479227_28479227> ;
  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/5871_28479227_28479227>
  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/5871_28479227_28479227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479227'^^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 '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 '28479227'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479231_28479231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479231_28479231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479231_28479231> ;
  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/5871_28479231_28479231>
  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/5871_28479231_28479231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479231'^^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 '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 '28479231'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479234_28479234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479234_28479234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479234_28479234> ;
  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/5871_28479234_28479234>
  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/5871_28479234_28479234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479234'^^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 '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 '28479234'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479248_28479248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479248_28479248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479248_28479248> ;
  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/5871_28479248_28479248>
  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/5871_28479248_28479248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479248'^^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 '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 '28479248'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479252_28479252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479252_28479252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479252_28479252> ;
  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/5871_28479252_28479252>
  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/5871_28479252_28479252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479252'^^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 '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 '28479252'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479253_28479253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479253_28479253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479253_28479253> ;
  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/5871_28479253_28479253>
  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/5871_28479253_28479253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479253'^^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 '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 '28479253'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479254_28479254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479254_28479254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479254_28479254> ;
  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/5871_28479254_28479254>
  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/5871_28479254_28479254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479254'^^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 '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 '28479254'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479255_28479255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479255_28479255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479255_28479255> ;
  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/5871_28479255_28479255>
  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/5871_28479255_28479255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479255'^^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 '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 '28479255'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479261_28479261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479261_28479261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479261_28479261> ;
  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/5871_28479261_28479261>
  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/5871_28479261_28479261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479261'^^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 '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 '28479261'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479263_28479263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479263_28479263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479263_28479263> ;
  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/5871_28479263_28479263>
  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/5871_28479263_28479263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479263'^^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 '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 '28479263'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479268_28479268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479268_28479268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479268_28479268> ;
  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/5871_28479268_28479268>
  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/5871_28479268_28479268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479268'^^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 '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 '28479268'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479269_28479269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479269_28479269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479269_28479269> ;
  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/5871_28479269_28479269>
  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/5871_28479269_28479269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479269'^^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 '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 '28479269'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479276_28479276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479276_28479276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479276_28479276> ;
  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/5871_28479276_28479276>
  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/5871_28479276_28479276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479276'^^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 '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 '28479276'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479277_28479277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479277_28479277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479277_28479277> ;
  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/5871_28479277_28479277>
  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/5871_28479277_28479277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479277'^^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 '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 '28479277'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479279_28479279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479279_28479279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479279_28479279> ;
  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/5871_28479279_28479279>
  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/5871_28479279_28479279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479279'^^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 '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 '28479279'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479283_28479283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479283_28479283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479283_28479283> ;
  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/5871_28479283_28479283>
  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/5871_28479283_28479283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479283'^^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 '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 '28479283'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479285_28479285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479285_28479285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479285_28479285> ;
  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/5871_28479285_28479285>
  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/5871_28479285_28479285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479285'^^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 '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 '28479285'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479287_28479287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479287_28479287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479287_28479287> ;
  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/5871_28479287_28479287>
  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/5871_28479287_28479287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479287'^^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 '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 '28479287'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479288_28479288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479288_28479288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479288_28479288> ;
  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/5871_28479288_28479288>
  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/5871_28479288_28479288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479288'^^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 '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 '28479288'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_28479290_28479290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479290_28479290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479290_28479290> ;
  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/5871_28479290_28479290>
  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/5871_28479290_28479290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479290'^^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 '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 '28479290'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479292_28479292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479292_28479292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479292_28479292> ;
  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/5871_28479292_28479292>
  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/5871_28479292_28479292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479292'^^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 '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 '28479292'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479315_28479315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479315_28479315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479315_28479315> ;
  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/5871_28479315_28479315>
  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/5871_28479315_28479315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479315'^^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 '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 '28479315'^^xsd:integer;
  dwc:observationDate '2016-03-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479340_28479340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479340_28479340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479340_28479340> ;
  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/5871_28479340_28479340>
  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/5871_28479340_28479340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479340'^^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 '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 '28479340'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479342_28479342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479342_28479342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479342_28479342> ;
  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/5871_28479342_28479342>
  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/5871_28479342_28479342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479342'^^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 '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 '28479342'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479347_28479347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479347_28479347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479347_28479347> ;
  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/5871_28479347_28479347>
  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/5871_28479347_28479347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479347'^^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 '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 '28479347'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479358_28479358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479358_28479358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479358_28479358> ;
  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/5871_28479358_28479358>
  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/5871_28479358_28479358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479358'^^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 '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 '28479358'^^xsd:integer;
  dwc:observationDate '2016-03-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 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/5871_28479372_28479372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479372_28479372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479372_28479372> ;
  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/5871_28479372_28479372>
  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/5871_28479372_28479372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479372'^^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 '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 '28479372'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479376_28479376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479376_28479376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479376_28479376> ;
  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/5871_28479376_28479376>
  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/5871_28479376_28479376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479376'^^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 '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 '28479376'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479388_28479388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479388_28479388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479388_28479388> ;
  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/5871_28479388_28479388>
  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/5871_28479388_28479388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479388'^^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 '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 '28479388'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479411_28479411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479411_28479411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479411_28479411> ;
  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/5871_28479411_28479411>
  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/5871_28479411_28479411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479411'^^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 '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 '28479411'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479421_28479421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479421_28479421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479421_28479421> ;
  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/5871_28479421_28479421>
  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/5871_28479421_28479421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479421'^^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 '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 '28479421'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479426_28479426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479426_28479426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479426_28479426> ;
  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/5871_28479426_28479426>
  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/5871_28479426_28479426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479426'^^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 '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 '28479426'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479438_28479438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479438_28479438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479438_28479438> ;
  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/5871_28479438_28479438>
  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/5871_28479438_28479438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479438'^^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 '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 '28479438'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479444_28479444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479444_28479444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479444_28479444> ;
  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/5871_28479444_28479444>
  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/5871_28479444_28479444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479444'^^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 '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 '28479444'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479465_28479465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479465_28479465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479465_28479465> ;
  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/5871_28479465_28479465>
  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/5871_28479465_28479465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479465'^^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 '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 '28479465'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479484_28479484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479484_28479484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479484_28479484> ;
  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/5871_28479484_28479484>
  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/5871_28479484_28479484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479484'^^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 '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 '28479484'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479489_28479489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479489_28479489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479489_28479489> ;
  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/5871_28479489_28479489>
  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/5871_28479489_28479489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479489'^^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 '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 '28479489'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479499_28479499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479499_28479499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479499_28479499> ;
  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/5871_28479499_28479499>
  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/5871_28479499_28479499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479499'^^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 '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 '28479499'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479509_28479509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479509_28479509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479509_28479509> ;
  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/5871_28479509_28479509>
  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/5871_28479509_28479509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479509'^^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 '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 '28479509'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479510_28479510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479510_28479510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479510_28479510> ;
  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/5871_28479510_28479510>
  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/5871_28479510_28479510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479510'^^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 '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 '28479510'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479518_28479518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479518_28479518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479518_28479518> ;
  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/5871_28479518_28479518>
  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/5871_28479518_28479518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479518'^^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 '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 '28479518'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479530_28479530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479530_28479530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479530_28479530> ;
  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/5871_28479530_28479530>
  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/5871_28479530_28479530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479530'^^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 '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 '28479530'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479539_28479539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479539_28479539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479539_28479539> ;
  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/5871_28479539_28479539>
  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/5871_28479539_28479539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479539'^^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 '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 '28479539'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479540_28479540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479540_28479540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479540_28479540> ;
  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/5871_28479540_28479540>
  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/5871_28479540_28479540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479540'^^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 '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 '28479540'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479544_28479544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479544_28479544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479544_28479544> ;
  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/5871_28479544_28479544>
  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/5871_28479544_28479544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479544'^^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 '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 '28479544'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479545_28479545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479545_28479545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479545_28479545> ;
  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/5871_28479545_28479545>
  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/5871_28479545_28479545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479545'^^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 '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 '28479545'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479564_28479564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479564_28479564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479564_28479564> ;
  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/5871_28479564_28479564>
  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/5871_28479564_28479564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479564'^^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 '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 '28479564'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479579_28479579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479579_28479579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479579_28479579> ;
  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/5871_28479579_28479579>
  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/5871_28479579_28479579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479579'^^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 '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 '28479579'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479584_28479584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479584_28479584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479584_28479584> ;
  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/5871_28479584_28479584>
  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/5871_28479584_28479584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479584'^^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 '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 '28479584'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479587_28479587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479587_28479587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479587_28479587> ;
  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/5871_28479587_28479587>
  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/5871_28479587_28479587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479587'^^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 '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 '28479587'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479588_28479588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479588_28479588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479588_28479588> ;
  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/5871_28479588_28479588>
  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/5871_28479588_28479588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479588'^^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 '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 '28479588'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479590_28479590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479590_28479590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479590_28479590> ;
  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/5871_28479590_28479590>
  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/5871_28479590_28479590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479590'^^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 '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 '28479590'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479592_28479592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479592_28479592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479592_28479592> ;
  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/5871_28479592_28479592>
  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/5871_28479592_28479592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479592'^^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.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 '28479592'^^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 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/5871_28479604_28479604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479604_28479604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479604_28479604> ;
  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/5871_28479604_28479604>
  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/5871_28479604_28479604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479604'^^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.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 '28479604'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479624_28479624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479624_28479624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479624_28479624> ;
  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/5871_28479624_28479624>
  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/5871_28479624_28479624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479624'^^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.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 '28479624'^^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 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/5871_28479631_28479631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479631_28479631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479631_28479631> ;
  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/5871_28479631_28479631>
  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/5871_28479631_28479631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479631'^^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.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 '28479631'^^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 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/5871_28479638_28479638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479638_28479638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479638_28479638> ;
  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/5871_28479638_28479638>
  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/5871_28479638_28479638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479638'^^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.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 '28479638'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479639_28479639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479639_28479639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479639_28479639> ;
  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/5871_28479639_28479639>
  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/5871_28479639_28479639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479639'^^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.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 '28479639'^^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 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/5871_28479641_28479641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479641_28479641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479641_28479641> ;
  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/5871_28479641_28479641>
  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/5871_28479641_28479641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479641'^^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.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 '28479641'^^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 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/5871_28479642_28479642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479642_28479642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479642_28479642> ;
  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/5871_28479642_28479642>
  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/5871_28479642_28479642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479642'^^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.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 '28479642'^^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 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/5871_28479643_28479643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479643_28479643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479643_28479643> ;
  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/5871_28479643_28479643>
  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/5871_28479643_28479643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479643'^^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.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 '28479643'^^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 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/5871_28479647_28479647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479647_28479647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479647_28479647> ;
  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/5871_28479647_28479647>
  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/5871_28479647_28479647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479647'^^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.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 '28479647'^^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 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/5871_28479648_28479648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479648_28479648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479648_28479648> ;
  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/5871_28479648_28479648>
  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/5871_28479648_28479648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479648'^^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.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 '28479648'^^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 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/5871_28479662_28479662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479662_28479662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479662_28479662> ;
  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/5871_28479662_28479662>
  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/5871_28479662_28479662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479662'^^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.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 '28479662'^^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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479690_28479690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479690_28479690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479690_28479690> ;
  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/5871_28479690_28479690>
  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/5871_28479690_28479690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479690'^^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.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 '28479690'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479707_28479707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479707_28479707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479707_28479707> ;
  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/5871_28479707_28479707>
  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/5871_28479707_28479707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479707'^^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.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 '28479707'^^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 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/5871_28479726_28479726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479726_28479726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479726_28479726> ;
  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/5871_28479726_28479726>
  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/5871_28479726_28479726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479726'^^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.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 '28479726'^^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 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/5871_28479733_28479733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479733_28479733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479733_28479733> ;
  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/5871_28479733_28479733>
  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/5871_28479733_28479733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479733'^^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.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 '28479733'^^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 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/5871_28479744_28479744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479744_28479744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479744_28479744> ;
  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/5871_28479744_28479744>
  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/5871_28479744_28479744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479744'^^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.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 '28479744'^^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 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/5871_28479765_28479765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479765_28479765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479765_28479765> ;
  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/5871_28479765_28479765>
  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/5871_28479765_28479765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479765'^^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.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 '28479765'^^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 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/5871_28479772_28479772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479772_28479772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479772_28479772> ;
  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/5871_28479772_28479772>
  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/5871_28479772_28479772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479772'^^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.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 '28479772'^^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 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/5871_28479779_28479779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479779_28479779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479779_28479779> ;
  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/5871_28479779_28479779>
  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/5871_28479779_28479779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479779'^^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.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 '28479779'^^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 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/5871_28479792_28479792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479792_28479792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479792_28479792> ;
  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/5871_28479792_28479792>
  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/5871_28479792_28479792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479792'^^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.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 '28479792'^^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 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/5871_28479807_28479807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479807_28479807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479807_28479807> ;
  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/5871_28479807_28479807>
  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/5871_28479807_28479807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479807'^^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.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 '28479807'^^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 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/5871_28479808_28479808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479808_28479808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479808_28479808> ;
  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/5871_28479808_28479808>
  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/5871_28479808_28479808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479808'^^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.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 '28479808'^^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 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/5871_28479816_28479816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479816_28479816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479816_28479816> ;
  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/5871_28479816_28479816>
  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/5871_28479816_28479816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479816'^^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.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 '28479816'^^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 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/5871_28479829_28479829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479829_28479829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479829_28479829> ;
  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/5871_28479829_28479829>
  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/5871_28479829_28479829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479829'^^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.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 '28479829'^^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 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/5871_28479839_28479839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479839_28479839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479839_28479839> ;
  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/5871_28479839_28479839>
  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/5871_28479839_28479839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479839'^^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.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 '28479839'^^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 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/5871_28479846_28479846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479846_28479846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479846_28479846> ;
  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/5871_28479846_28479846>
  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/5871_28479846_28479846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479846'^^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.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 '28479846'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479849_28479849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479849_28479849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479849_28479849> ;
  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/5871_28479849_28479849>
  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/5871_28479849_28479849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479849'^^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 '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 '28479849'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479850_28479850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479850_28479850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479850_28479850> ;
  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/5871_28479850_28479850>
  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/5871_28479850_28479850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479850'^^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 '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 '28479850'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479865_28479865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479865_28479865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479865_28479865> ;
  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/5871_28479865_28479865>
  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/5871_28479865_28479865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479865'^^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 '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 '28479865'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479874_28479874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479874_28479874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479874_28479874> ;
  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/5871_28479874_28479874>
  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/5871_28479874_28479874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479874'^^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 '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 '28479874'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479882_28479882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479882_28479882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479882_28479882> ;
  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/5871_28479882_28479882>
  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/5871_28479882_28479882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479882'^^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 '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 '28479882'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479898_28479898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479898_28479898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479898_28479898> ;
  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/5871_28479898_28479898>
  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/5871_28479898_28479898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479898'^^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 '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 '28479898'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479905_28479905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479905_28479905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479905_28479905> ;
  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/5871_28479905_28479905>
  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/5871_28479905_28479905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479905'^^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 '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 '28479905'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479914_28479914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479914_28479914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479914_28479914> ;
  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/5871_28479914_28479914>
  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/5871_28479914_28479914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479914'^^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 '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 '28479914'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479916_28479916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479916_28479916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479916_28479916> ;
  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/5871_28479916_28479916>
  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/5871_28479916_28479916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479916'^^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 '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 '28479916'^^xsd:integer;
  dwc:observationDate '2016-03-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/5871_28479917_28479917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479917_28479917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479917_28479917> ;
  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/5871_28479917_28479917>
  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/5871_28479917_28479917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479917'^^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 '31'^^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 '28479917'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479921_28479921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479921_28479921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479921_28479921> ;
  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/5871_28479921_28479921>
  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/5871_28479921_28479921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479921'^^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 '31'^^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 '28479921'^^xsd:integer;
  dwc:observationDate '2016-03-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 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/5871_28479940_28479940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479940_28479940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479940_28479940> ;
  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/5871_28479940_28479940>
  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/5871_28479940_28479940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479940'^^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 '31'^^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 '28479940'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479946_28479946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479946_28479946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479946_28479946> ;
  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/5871_28479946_28479946>
  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/5871_28479946_28479946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479946'^^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 '31'^^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 '28479946'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479947_28479947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479947_28479947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479947_28479947> ;
  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/5871_28479947_28479947>
  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/5871_28479947_28479947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479947'^^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 '31'^^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 '28479947'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479950_28479950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479950_28479950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479950_28479950> ;
  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/5871_28479950_28479950>
  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/5871_28479950_28479950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479950'^^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 '31'^^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 '28479950'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479952_28479952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479952_28479952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479952_28479952> ;
  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/5871_28479952_28479952>
  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/5871_28479952_28479952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479952'^^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 '31'^^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 '28479952'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479958_28479958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479958_28479958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479958_28479958> ;
  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/5871_28479958_28479958>
  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/5871_28479958_28479958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479958'^^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 '31'^^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 '28479958'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479964_28479964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479964_28479964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479964_28479964> ;
  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/5871_28479964_28479964>
  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/5871_28479964_28479964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479964'^^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 '31'^^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 '28479964'^^xsd:integer;
  dwc:observationDate '2016-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479965_28479965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479965_28479965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479965_28479965> ;
  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/5871_28479965_28479965>
  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/5871_28479965_28479965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479965'^^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 '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 '28479965'^^xsd:integer;
  dwc:observationDate '2016-04-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479967_28479967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479967_28479967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479967_28479967> ;
  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/5871_28479967_28479967>
  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/5871_28479967_28479967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479967'^^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 '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 '28479967'^^xsd:integer;
  dwc:observationDate '2016-04-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479971_28479971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479971_28479971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479971_28479971> ;
  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/5871_28479971_28479971>
  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/5871_28479971_28479971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479971'^^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 '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 '28479971'^^xsd:integer;
  dwc:observationDate '2016-04-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479976_28479976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479976_28479976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479976_28479976> ;
  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/5871_28479976_28479976>
  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/5871_28479976_28479976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479976'^^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 '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 '28479976'^^xsd:integer;
  dwc:observationDate '2016-04-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479982_28479982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479982_28479982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479982_28479982> ;
  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/5871_28479982_28479982>
  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/5871_28479982_28479982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479982'^^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 '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 '28479982'^^xsd:integer;
  dwc:observationDate '2016-04-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479985_28479985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479985_28479985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479985_28479985> ;
  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/5871_28479985_28479985>
  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/5871_28479985_28479985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479985'^^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 '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 '28479985'^^xsd:integer;
  dwc:observationDate '2016-04-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28479996_28479996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28479996_28479996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28479996_28479996> ;
  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/5871_28479996_28479996>
  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/5871_28479996_28479996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28479996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28479996'^^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 '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 '28479996'^^xsd:integer;
  dwc:observationDate '2016-04-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480019_28480019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480019_28480019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480019_28480019> ;
  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/5871_28480019_28480019>
  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/5871_28480019_28480019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480019'^^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 '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 '28480019'^^xsd:integer;
  dwc:observationDate '2016-04-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480021_28480021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480021_28480021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480021_28480021> ;
  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/5871_28480021_28480021>
  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/5871_28480021_28480021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480021'^^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 '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 '28480021'^^xsd:integer;
  dwc:observationDate '2016-04-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/5871_28480022_28480022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480022_28480022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480022_28480022> ;
  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/5871_28480022_28480022>
  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/5871_28480022_28480022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480022'^^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 '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 '28480022'^^xsd:integer;
  dwc:observationDate '2016-04-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480024_28480024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480024_28480024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480024_28480024> ;
  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/5871_28480024_28480024>
  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/5871_28480024_28480024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480024'^^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.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 '28480024'^^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 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/5871_28478696_28478696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28478696_28478696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28478696_28478696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_28478696_28478696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_28478696_28478696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28478696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28478696'^^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 '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 '28478696'^^xsd:integer;
  dwc:observationDate '2016-04-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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480025_28480025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480025_28480025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480025_28480025> ;
  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/5871_28480025_28480025>
  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/5871_28480025_28480025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480025'^^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 '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 '28480025'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_28480026_28480026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480026_28480026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480026_28480026> ;
  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/5871_28480026_28480026>
  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/5871_28480026_28480026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480026'^^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 '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 '28480026'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_28480027_28480027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480027_28480027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480027_28480027> ;
  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/5871_28480027_28480027>
  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/5871_28480027_28480027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480027'^^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.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 '28480027'^^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 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/5871_28480030_28480030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480030_28480030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480030_28480030> ;
  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/5871_28480030_28480030>
  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/5871_28480030_28480030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480030'^^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.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 '28480030'^^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 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/5871_28480034_28480034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480034_28480034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480034_28480034> ;
  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/5871_28480034_28480034>
  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/5871_28480034_28480034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480034'^^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.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 '28480034'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480040_28480040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480040_28480040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480040_28480040> ;
  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/5871_28480040_28480040>
  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/5871_28480040_28480040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480040'^^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.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 '28480040'^^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 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/5871_28480049_28480049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480049_28480049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480049_28480049> ;
  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/5871_28480049_28480049>
  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/5871_28480049_28480049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480049'^^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.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 '28480049'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480051_28480051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480051_28480051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480051_28480051> ;
  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/5871_28480051_28480051>
  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/5871_28480051_28480051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480051'^^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.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 '28480051'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480053_28480053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480053_28480053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480053_28480053> ;
  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/5871_28480053_28480053>
  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/5871_28480053_28480053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480053'^^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.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 '28480053'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480054_28480054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480054_28480054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480054_28480054> ;
  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/5871_28480054_28480054>
  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/5871_28480054_28480054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480054'^^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.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 '28480054'^^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 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/5871_28480065_28480065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480065_28480065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480065_28480065> ;
  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/5871_28480065_28480065>
  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/5871_28480065_28480065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480065'^^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.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 '28480065'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480066_28480066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480066_28480066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480066_28480066> ;
  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/5871_28480066_28480066>
  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/5871_28480066_28480066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480066'^^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.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 '28480066'^^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 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/5871_28480071_28480071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480071_28480071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480071_28480071> ;
  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/5871_28480071_28480071>
  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/5871_28480071_28480071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480071'^^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.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 '28480071'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480073_28480073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480073_28480073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480073_28480073> ;
  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/5871_28480073_28480073>
  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/5871_28480073_28480073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480073'^^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.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 '28480073'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480074_28480074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480074_28480074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480074_28480074> ;
  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/5871_28480074_28480074>
  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/5871_28480074_28480074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480074'^^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.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 '28480074'^^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 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/5871_28480075_28480075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480075_28480075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480075_28480075> ;
  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/5871_28480075_28480075>
  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/5871_28480075_28480075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480075'^^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.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 '28480075'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480084_28480084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480084_28480084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480084_28480084> ;
  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/5871_28480084_28480084>
  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/5871_28480084_28480084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480084'^^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.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 '28480084'^^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 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/5871_28480089_28480089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480089_28480089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480089_28480089> ;
  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/5871_28480089_28480089>
  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/5871_28480089_28480089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480089'^^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.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 '28480089'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480093_28480093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480093_28480093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480093_28480093> ;
  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/5871_28480093_28480093>
  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/5871_28480093_28480093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480093'^^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.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 '28480093'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480095_28480095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480095_28480095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480095_28480095> ;
  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/5871_28480095_28480095>
  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/5871_28480095_28480095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480095'^^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.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 '28480095'^^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 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/5871_28480109_28480109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480109_28480109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480109_28480109> ;
  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/5871_28480109_28480109>
  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/5871_28480109_28480109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480109'^^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.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 '28480109'^^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 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/5871_28480119_28480119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480119_28480119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480119_28480119> ;
  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/5871_28480119_28480119>
  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/5871_28480119_28480119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480119'^^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.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 '28480119'^^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 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/5871_28480120_28480120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480120_28480120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480120_28480120> ;
  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/5871_28480120_28480120>
  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/5871_28480120_28480120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480120'^^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.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 '28480120'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480123_28480123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480123_28480123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480123_28480123> ;
  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/5871_28480123_28480123>
  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/5871_28480123_28480123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480123'^^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 '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 '28480123'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480127_28480127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480127_28480127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480127_28480127> ;
  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/5871_28480127_28480127>
  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/5871_28480127_28480127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480127'^^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 '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 '28480127'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480135_28480135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480135_28480135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480135_28480135> ;
  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/5871_28480135_28480135>
  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/5871_28480135_28480135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480135'^^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 '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 '28480135'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480138_28480138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480138_28480138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480138_28480138> ;
  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/5871_28480138_28480138>
  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/5871_28480138_28480138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480138'^^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 '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 '28480138'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480144_28480144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480144_28480144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480144_28480144> ;
  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/5871_28480144_28480144>
  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/5871_28480144_28480144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480144'^^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 '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 '28480144'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_28480145_28480145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480145_28480145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480145_28480145> ;
  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/5871_28480145_28480145>
  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/5871_28480145_28480145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480145'^^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 '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 '28480145'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_28480155_28480155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480155_28480155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480155_28480155> ;
  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/5871_28480155_28480155>
  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/5871_28480155_28480155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480155'^^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 '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 '28480155'^^xsd:integer;
  dwc:observationDate '2016-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480177_28480177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480177_28480177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480177_28480177> ;
  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/5871_28480177_28480177>
  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/5871_28480177_28480177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480177'^^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 '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 '28480177'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_28480196_28480196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480196_28480196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480196_28480196> ;
  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/5871_28480196_28480196>
  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/5871_28480196_28480196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480196'^^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 '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 '28480196'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480198_28480198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480198_28480198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480198_28480198> ;
  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/5871_28480198_28480198>
  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/5871_28480198_28480198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480198'^^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 '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 '28480198'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480200_28480200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480200_28480200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480200_28480200> ;
  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/5871_28480200_28480200>
  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/5871_28480200_28480200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480200'^^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 '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 '28480200'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480203_28480203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480203_28480203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480203_28480203> ;
  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/5871_28480203_28480203>
  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/5871_28480203_28480203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480203'^^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 '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 '28480203'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_28480204_28480204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480204_28480204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480204_28480204> ;
  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/5871_28480204_28480204>
  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/5871_28480204_28480204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480204'^^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.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 '28480204'^^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 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/5871_28480206_28480206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480206_28480206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480206_28480206> ;
  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/5871_28480206_28480206>
  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/5871_28480206_28480206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480206'^^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.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 '28480206'^^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 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/5871_28480209_28480209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480209_28480209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480209_28480209> ;
  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/5871_28480209_28480209>
  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/5871_28480209_28480209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480209'^^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.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 '28480209'^^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 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/5871_28480218_28480218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480218_28480218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480218_28480218> ;
  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/5871_28480218_28480218>
  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/5871_28480218_28480218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480218'^^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.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 '28480218'^^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 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/5871_28480226_28480226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480226_28480226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480226_28480226> ;
  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/5871_28480226_28480226>
  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/5871_28480226_28480226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480226'^^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.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 '28480226'^^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 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/5871_28480229_28480229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480229_28480229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480229_28480229> ;
  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/5871_28480229_28480229>
  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/5871_28480229_28480229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480229'^^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.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 '28480229'^^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 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/5871_28480231_28480231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480231_28480231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480231_28480231> ;
  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/5871_28480231_28480231>
  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/5871_28480231_28480231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480231'^^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.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 '28480231'^^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 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/5871_28480232_28480232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480232_28480232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480232_28480232> ;
  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/5871_28480232_28480232>
  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/5871_28480232_28480232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480232'^^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.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 '28480232'^^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 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/5871_28480234_28480234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480234_28480234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480234_28480234> ;
  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/5871_28480234_28480234>
  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/5871_28480234_28480234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480234'^^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.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 '28480234'^^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 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/5871_28480238_28480238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480238_28480238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480238_28480238> ;
  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/5871_28480238_28480238>
  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/5871_28480238_28480238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480238'^^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.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 '28480238'^^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 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/5871_28480239_28480239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480239_28480239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480239_28480239> ;
  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/5871_28480239_28480239>
  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/5871_28480239_28480239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480239'^^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.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 '28480239'^^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 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/5871_28480242_28480242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480242_28480242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480242_28480242> ;
  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/5871_28480242_28480242>
  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/5871_28480242_28480242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480242'^^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.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 '28480242'^^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 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/5871_28480248_28480248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480248_28480248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480248_28480248> ;
  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/5871_28480248_28480248>
  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/5871_28480248_28480248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480248'^^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.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 '28480248'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480257_28480257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480257_28480257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480257_28480257> ;
  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/5871_28480257_28480257>
  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/5871_28480257_28480257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480257'^^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.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 '28480257'^^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 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/5871_28480540_28480540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480540_28480540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480540_28480540> ;
  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/5871_28480540_28480540>
  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/5871_28480540_28480540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480540'^^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 '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 '28480540'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_28480553_28480553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480553_28480553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480553_28480553> ;
  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/5871_28480553_28480553>
  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/5871_28480553_28480553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480553'^^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 '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 '28480553'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_28480578_28480578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480578_28480578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480578_28480578> ;
  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/5871_28480578_28480578>
  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/5871_28480578_28480578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480578'^^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.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 '28480578'^^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 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/5871_28480632_28480632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480632_28480632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480632_28480632> ;
  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/5871_28480632_28480632>
  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/5871_28480632_28480632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480632'^^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.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 '28480632'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480636_28480636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480636_28480636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480636_28480636> ;
  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/5871_28480636_28480636>
  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/5871_28480636_28480636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480636'^^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.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 '28480636'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480644_28480644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480644_28480644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480644_28480644> ;
  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/5871_28480644_28480644>
  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/5871_28480644_28480644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480644'^^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.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 '28480644'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480655_28480655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480655_28480655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480655_28480655> ;
  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/5871_28480655_28480655>
  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/5871_28480655_28480655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480655'^^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.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 '28480655'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28480656_28480656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480656_28480656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480656_28480656> ;
  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/5871_28480656_28480656>
  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/5871_28480656_28480656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480656'^^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.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 '28480656'^^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 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/5871_28480670_28480670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28480670_28480670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28480670_28480670> ;
  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/5871_28480670_28480670>
  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/5871_28480670_28480670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28480670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28480670'^^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.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 '28480670'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28481317_28481317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28481317_28481317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28481317_28481317> ;
  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/5871_28481317_28481317>
  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/5871_28481317_28481317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28481317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28481317'^^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.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 '28481317'^^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 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/5871_28481447_28481447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28481447_28481447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28481447_28481447> ;
  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/5871_28481447_28481447>
  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/5871_28481447_28481447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28481447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28481447'^^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.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 '28481447'^^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 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/5871_28481448_28481448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28481448_28481448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28481448_28481448> ;
  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/5871_28481448_28481448>
  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/5871_28481448_28481448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28481448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28481448'^^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.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 '28481448'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28640341_28640341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28640341_28640341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28640341_28640341> ;
  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/5871_28640341_28640341>
  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/5871_28640341_28640341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640341'^^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.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 '28640341'^^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-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28640386_28640386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28640386_28640386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28640386_28640386> ;
  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/5871_28640386_28640386>
  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/5871_28640386_28640386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640386'^^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 '17'^^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 '28640386'^^xsd:integer;
  dwc:observationDate '2016-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-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28640387_28640387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28640387_28640387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28640387_28640387> ;
  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/5871_28640387_28640387>
  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/5871_28640387_28640387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640387'^^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 '17'^^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 '28640387'^^xsd:integer;
  dwc:observationDate '2016-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-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28640389_28640389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28640389_28640389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28640389_28640389> ;
  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/5871_28640389_28640389>
  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/5871_28640389_28640389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640389'^^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 '17'^^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 '28640389'^^xsd:integer;
  dwc:observationDate '2016-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-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28481562_28481562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28481562_28481562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28481562_28481562> ;
  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/5871_28481562_28481562>
  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/5871_28481562_28481562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28481562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28481562'^^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 '19'^^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 '28481562'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28481564_28481564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28481564_28481564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28481564_28481564> ;
  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/5871_28481564_28481564>
  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/5871_28481564_28481564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28481564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28481564'^^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 '19'^^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 '28481564'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28481567_28481567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28481567_28481567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28481567_28481567> ;
  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/5871_28481567_28481567>
  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/5871_28481567_28481567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28481567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28481567'^^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 '19'^^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 '28481567'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28481578_28481578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28481578_28481578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28481578_28481578> ;
  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/5871_28481578_28481578>
  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/5871_28481578_28481578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28481578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28481578'^^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 '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 '28481578'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36684943_36684943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36684943_36684943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36684943_36684943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36684943_36684943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36684943_36684943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684943'^^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.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684943'^^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 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/5871_36684944_36684944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36684944_36684944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36684944_36684944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36684944_36684944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36684944_36684944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684944'^^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.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684944'^^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 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/5871_36686667_36686667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36686667_36686667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36686667_36686667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36686667_36686667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36686667_36686667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686667'^^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.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36686667'^^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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36729146_36729146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36729146_36729146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36729146_36729146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36729146_36729146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36729146_36729146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36729146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36729146'^^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.495207458'^^xsd:double;
  dwc:latitude '51.02483717'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36729146'^^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 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/5871_36806703_36806703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36806703_36806703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36806703_36806703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36806703_36806703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36806703_36806703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36806703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36806703'^^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.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 '36806703'^^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 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/5871_36828459_36828459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36828459_36828459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36828459_36828459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36828459_36828459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36828459_36828459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828459'^^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.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828459'^^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 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/5871_36730598_36730598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36730598_36730598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36730598_36730598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02483717"^^xsd:decimal ;
  dwc:decimalLongitude "4.495207458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36730598_36730598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02483717 4.495207458)"^^geo:wktLiteral ;
  geo-pos:lat "51.02483717"^^xsd:decimal ;
  geo-pos:long "4.495207458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36730598_36730598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36730598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36730598'^^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 '36730598'^^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-122350'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36686768_36686768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36686768_36686768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36686768_36686768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36686768_36686768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36686768_36686768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36686768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36686768'^^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 '36686768'^^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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36684946_36684946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36684946_36684946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36684946_36684946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36684946_36684946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36684946_36684946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684946'^^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.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684946'^^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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36684958_36684958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36684958_36684958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36684958_36684958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36684958_36684958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36684958_36684958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684958'^^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 '36684958'^^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 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/5871_36684978_36684978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36684978_36684978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36684978_36684978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36684978_36684978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36684978_36684978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684978'^^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.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684978'^^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 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/5871_36684982_36684982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36684982_36684982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36684982_36684982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36684982_36684982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36684982_36684982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684982'^^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.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36684982'^^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 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/5871_36684984_36684984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36684984_36684984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36684984_36684984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36684984_36684984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36684984_36684984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36684984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36684984'^^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 '36684984'^^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 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/5871_36685111_36685111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36685111_36685111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36685111_36685111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36685111_36685111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36685111_36685111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685111'^^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 '36685111'^^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 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/5871_36685167_36685167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36685167_36685167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36685167_36685167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36685167_36685167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36685167_36685167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685167'^^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.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36685167'^^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 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/5871_36685169_36685169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36685169_36685169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36685169_36685169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36685169_36685169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36685169_36685169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36685169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36685169'^^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 '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 '36685169'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_36687012_36687012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36687012_36687012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36687012_36687012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36687012_36687012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36687012_36687012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687012'^^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 '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 '36687012'^^xsd:integer;
  dwc:observationDate '2016-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36687014_36687014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36687014_36687014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36687014_36687014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36687014_36687014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36687014_36687014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36687014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36687014'^^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 '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 '36687014'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_36830430_36830430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36830430_36830430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36830430_36830430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36830430_36830430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36830430_36830430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36830430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36830430'^^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 '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 '36830430'^^xsd:integer;
  dwc:observationDate '2016-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36814656_36814656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36814656_36814656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36814656_36814656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36814656_36814656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36814656_36814656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36814656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36814656'^^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.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 '36814656'^^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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36814659_36814659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36814659_36814659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36814659_36814659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36814659_36814659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36814659_36814659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36814659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36814659'^^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.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 '36814659'^^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 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/5871_36830437_36830437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36830437_36830437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36830437_36830437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36830437_36830437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36830437_36830437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36830437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36830437'^^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.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36830437'^^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 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/5871_36814662_36814662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36814662_36814662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36814662_36814662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36814662_36814662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36814662_36814662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36814662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36814662'^^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.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 '36814662'^^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 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/5871_36814674_36814674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36814674_36814674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36814674_36814674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36814674_36814674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36814674_36814674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36814674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36814674'^^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.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 '36814674'^^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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36814701_36814701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36814701_36814701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36814701_36814701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36814701_36814701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36814701_36814701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36814701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36814701'^^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.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 '36814701'^^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 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/5871_36830447_36830447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36830447_36830447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36830447_36830447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.02082596"^^xsd:decimal ;
  dwc:decimalLongitude "4.498485779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36830447_36830447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.02082596 4.498485779)"^^geo:wktLiteral ;
  geo-pos:lat "51.02082596"^^xsd:decimal ;
  geo-pos:long "4.498485779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36830447_36830447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36830447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36830447'^^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.498485779'^^xsd:double;
  dwc:latitude '51.02082596'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36830447'^^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 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/5871_36828483_36828483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36828483_36828483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36828483_36828483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36828483_36828483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36828483_36828483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828483'^^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.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828483'^^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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36828484_36828484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36828484_36828484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36828484_36828484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36828484_36828484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36828484_36828484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36828484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36828484'^^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.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36828484'^^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 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/5871_36814718_36814718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36814718_36814718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36814718_36814718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0229057"^^xsd:decimal ;
  dwc:decimalLongitude "4.497271313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36814718_36814718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0229057 4.497271313)"^^geo:wktLiteral ;
  geo-pos:lat "51.0229057"^^xsd:decimal ;
  geo-pos:long "4.497271313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36814718_36814718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36814718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36814718'^^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.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 '36814718'^^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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_55721307_55721307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_55721307_55721307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_55721307_55721307> ;
  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/5871_55721307_55721307>
  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/5871_55721307_55721307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721307'^^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.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 '55721307'^^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 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/5871_55721309_55721309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_55721309_55721309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_55721309_55721309> ;
  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/5871_55721309_55721309>
  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/5871_55721309_55721309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721309'^^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 '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 '55721309'^^xsd:integer;
  dwc:observationDate '2016-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-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_55721310_55721310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_55721310_55721310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_55721310_55721310> ;
  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/5871_55721310_55721310>
  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/5871_55721310_55721310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721310'^^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 '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 '55721310'^^xsd:integer;
  dwc:observationDate '2016-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-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28481579_28481579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28481579_28481579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28481579_28481579> ;
  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/5871_28481579_28481579>
  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/5871_28481579_28481579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28481579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28481579'^^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 '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 '28481579'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28481580_28481580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28481580_28481580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28481580_28481580> ;
  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/5871_28481580_28481580>
  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/5871_28481580_28481580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28481580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28481580'^^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 '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 '28481580'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_55721312_55721312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_55721312_55721312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_55721312_55721312> ;
  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/5871_55721312_55721312>
  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/5871_55721312_55721312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "55721312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '55721312'^^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 '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 '55721312'^^xsd:integer;
  dwc:observationDate '2016-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-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28481581_28481581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28481581_28481581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28481581_28481581> ;
  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/5871_28481581_28481581>
  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/5871_28481581_28481581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28481581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28481581'^^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 '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 '28481581'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28481582_28481582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28481582_28481582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28481582_28481582> ;
  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/5871_28481582_28481582>
  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/5871_28481582_28481582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28481582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28481582'^^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.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 '28481582'^^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 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/5871_28481583_28481583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28481583_28481583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28481583_28481583> ;
  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/5871_28481583_28481583>
  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/5871_28481583_28481583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28481583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28481583'^^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.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 '28481583'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28640390_28640390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28640390_28640390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28640390_28640390> ;
  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/5871_28640390_28640390>
  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/5871_28640390_28640390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28640390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28640390'^^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.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 '28640390'^^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 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/5871_28477912_28477912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28477912_28477912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28477912_28477912> ;
  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/5871_28477912_28477912>
  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/5871_28477912_28477912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28477912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28477912'^^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.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28477912'^^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 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/5871_28477913_28477913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28477913_28477913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28477913_28477913> ;
  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/5871_28477913_28477913>
  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/5871_28477913_28477913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28477913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28477913'^^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.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28477913'^^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 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/5871_28477914_28477914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28477914_28477914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28477914_28477914> ;
  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/5871_28477914_28477914>
  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/5871_28477914_28477914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28477914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28477914'^^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 '11'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28477914'^^xsd:integer;
  dwc:observationDate '2016-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28476452_28476452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28476452_28476452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28476452_28476452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.235423"^^xsd:decimal ;
  dwc:decimalLongitude "4.396673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_28476452_28476452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  geo-pos:lat "51.235423"^^xsd:decimal ;
  geo-pos:long "4.396673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_28476452_28476452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28476452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28476452'^^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 '12'^^xsd:integer;
  dwc:longitude '4.396673'^^xsd:double;
  dwc:latitude '51.235423'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28476452'^^xsd:integer;
  dwc:observationDate '2016-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-127716'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993529_35993529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993529_35993529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993529_35993529> ;
  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/5871_35993529_35993529>
  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/5871_35993529_35993529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993529'^^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 '12'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993529'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993534_35993534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993534_35993534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993534_35993534> ;
  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/5871_35993534_35993534>
  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/5871_35993534_35993534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993534'^^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 '28'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993534'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35992736_35992736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35992736_35992736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35992736_35992736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242076 4.403539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.242076"^^xsd:decimal ;
  dwc:decimalLongitude "4.403539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_35992736_35992736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242076 4.403539)"^^geo:wktLiteral ;
  geo-pos:lat "51.242076"^^xsd:decimal ;
  geo-pos:long "4.403539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_35992736_35992736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35992736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35992736'^^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 '28'^^xsd:integer;
  dwc:longitude '4.403539'^^xsd:double;
  dwc:latitude '51.242076'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35992736'^^xsd:integer;
  dwc:observationDate '2016-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-126194'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35992737_35992737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35992737_35992737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35992737_35992737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242076 4.403539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.242076"^^xsd:decimal ;
  dwc:decimalLongitude "4.403539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_35992737_35992737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242076 4.403539)"^^geo:wktLiteral ;
  geo-pos:lat "51.242076"^^xsd:decimal ;
  geo-pos:long "4.403539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_35992737_35992737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35992737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35992737'^^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 '28'^^xsd:integer;
  dwc:longitude '4.403539'^^xsd:double;
  dwc:latitude '51.242076'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35992737'^^xsd:integer;
  dwc:observationDate '2016-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126194'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35992739_35992739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35992739_35992739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35992739_35992739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242076 4.403539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.242076"^^xsd:decimal ;
  dwc:decimalLongitude "4.403539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_35992739_35992739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242076 4.403539)"^^geo:wktLiteral ;
  geo-pos:lat "51.242076"^^xsd:decimal ;
  geo-pos:long "4.403539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_35992739_35992739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35992739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35992739'^^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 '29'^^xsd:integer;
  dwc:longitude '4.403539'^^xsd:double;
  dwc:latitude '51.242076'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35992739'^^xsd:integer;
  dwc:observationDate '2016-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-126194'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35992740_35992740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35992740_35992740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35992740_35992740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242076 4.403539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.242076"^^xsd:decimal ;
  dwc:decimalLongitude "4.403539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_35992740_35992740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242076 4.403539)"^^geo:wktLiteral ;
  geo-pos:lat "51.242076"^^xsd:decimal ;
  geo-pos:long "4.403539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_35992740_35992740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35992740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35992740'^^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 '29'^^xsd:integer;
  dwc:longitude '4.403539'^^xsd:double;
  dwc:latitude '51.242076'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35992740'^^xsd:integer;
  dwc:observationDate '2016-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-126194'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35992741_35992741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35992741_35992741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35992741_35992741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242076 4.403539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.242076"^^xsd:decimal ;
  dwc:decimalLongitude "4.403539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_35992741_35992741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242076 4.403539)"^^geo:wktLiteral ;
  geo-pos:lat "51.242076"^^xsd:decimal ;
  geo-pos:long "4.403539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_35992741_35992741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35992741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35992741'^^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.403539'^^xsd:double;
  dwc:latitude '51.242076'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35992741'^^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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126194'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993535_35993535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993535_35993535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993535_35993535> ;
  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/5871_35993535_35993535>
  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/5871_35993535_35993535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993535'^^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.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993535'^^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 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/5871_35993536_35993536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993536_35993536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993536_35993536> ;
  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/5871_35993536_35993536>
  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/5871_35993536_35993536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993536'^^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.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993536'^^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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993544_35993544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993544_35993544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993544_35993544> ;
  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/5871_35993544_35993544>
  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/5871_35993544_35993544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993544'^^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.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993544'^^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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993547_35993547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993547_35993547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993547_35993547> ;
  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/5871_35993547_35993547>
  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/5871_35993547_35993547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993547'^^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 '18'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993547'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993569_35993569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993569_35993569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993569_35993569> ;
  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/5871_35993569_35993569>
  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/5871_35993569_35993569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993569'^^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 '18'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993569'^^xsd:integer;
  dwc:observationDate '2016-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993592_35993592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993592_35993592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993592_35993592> ;
  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/5871_35993592_35993592>
  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/5871_35993592_35993592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993592'^^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 '18'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993592'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_35993594_35993594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993594_35993594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993594_35993594> ;
  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/5871_35993594_35993594>
  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/5871_35993594_35993594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993594'^^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 '18'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993594'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993595_35993595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993595_35993595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993595_35993595> ;
  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/5871_35993595_35993595>
  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/5871_35993595_35993595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993595'^^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 '18'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993595'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993600_35993600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993600_35993600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993600_35993600> ;
  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/5871_35993600_35993600>
  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/5871_35993600_35993600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993600'^^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 '18'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993600'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993604_35993604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993604_35993604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993604_35993604> ;
  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/5871_35993604_35993604>
  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/5871_35993604_35993604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993604'^^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 '18'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993604'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993609_35993609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993609_35993609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993609_35993609> ;
  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/5871_35993609_35993609>
  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/5871_35993609_35993609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993609'^^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 '18'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993609'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993610_35993610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993610_35993610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993610_35993610> ;
  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/5871_35993610_35993610>
  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/5871_35993610_35993610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993610'^^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 '18'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993610'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993611_35993611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993611_35993611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993611_35993611> ;
  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/5871_35993611_35993611>
  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/5871_35993611_35993611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993611'^^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 '18'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993611'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993614_35993614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993614_35993614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993614_35993614> ;
  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/5871_35993614_35993614>
  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/5871_35993614_35993614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993614'^^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 '19'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993614'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993621_35993621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993621_35993621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993621_35993621> ;
  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/5871_35993621_35993621>
  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/5871_35993621_35993621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993621'^^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 '19'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993621'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993633_35993633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993633_35993633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993633_35993633> ;
  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/5871_35993633_35993633>
  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/5871_35993633_35993633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993633'^^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 '19'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993633'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993634_35993634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993634_35993634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993634_35993634> ;
  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/5871_35993634_35993634>
  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/5871_35993634_35993634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993634'^^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 '19'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993634'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_35993636_35993636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993636_35993636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993636_35993636> ;
  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/5871_35993636_35993636>
  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/5871_35993636_35993636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993636'^^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 '19'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993636'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993645_35993645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993645_35993645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993645_35993645> ;
  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/5871_35993645_35993645>
  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/5871_35993645_35993645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993645'^^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 '19'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993645'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993648_35993648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993648_35993648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993648_35993648> ;
  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/5871_35993648_35993648>
  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/5871_35993648_35993648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993648'^^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 '19'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993648'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993649_35993649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993649_35993649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993649_35993649> ;
  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/5871_35993649_35993649>
  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/5871_35993649_35993649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993649'^^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 '19'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993649'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28476453_28476453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28476453_28476453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28476453_28476453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.235423"^^xsd:decimal ;
  dwc:decimalLongitude "4.396673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_28476453_28476453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  geo-pos:lat "51.235423"^^xsd:decimal ;
  geo-pos:long "4.396673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_28476453_28476453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28476453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28476453'^^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 '19'^^xsd:integer;
  dwc:longitude '4.396673'^^xsd:double;
  dwc:latitude '51.235423'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28476453'^^xsd:integer;
  dwc:observationDate '2016-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-127716'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_28477915_28477915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_28477915_28477915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_28477915_28477915> ;
  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/5871_28477915_28477915>
  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/5871_28477915_28477915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "28477915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '28477915'^^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 '23'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '28477915'^^xsd:integer;
  dwc:observationDate '2016-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36991035_36991035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36991035_36991035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36991035_36991035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.235423"^^xsd:decimal ;
  dwc:decimalLongitude "4.396673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36991035_36991035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  geo-pos:lat "51.235423"^^xsd:decimal ;
  geo-pos:long "4.396673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36991035_36991035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36991035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36991035'^^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 '10'^^xsd:integer;
  dwc:longitude '4.396673'^^xsd:double;
  dwc:latitude '51.235423'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36991035'^^xsd:integer;
  dwc:observationDate '2016-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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127716'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36991036_36991036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36991036_36991036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36991036_36991036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.235423"^^xsd:decimal ;
  dwc:decimalLongitude "4.396673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36991036_36991036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  geo-pos:lat "51.235423"^^xsd:decimal ;
  geo-pos:long "4.396673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36991036_36991036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36991036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36991036'^^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 '10'^^xsd:integer;
  dwc:longitude '4.396673'^^xsd:double;
  dwc:latitude '51.235423'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36991036'^^xsd:integer;
  dwc:observationDate '2016-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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127716'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36991037_36991037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36991037_36991037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36991037_36991037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.235423"^^xsd:decimal ;
  dwc:decimalLongitude "4.396673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36991037_36991037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  geo-pos:lat "51.235423"^^xsd:decimal ;
  geo-pos:long "4.396673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36991037_36991037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36991037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36991037'^^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 '11'^^xsd:integer;
  dwc:longitude '4.396673'^^xsd:double;
  dwc:latitude '51.235423'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36991037'^^xsd:integer;
  dwc:observationDate '2016-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-127716'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993652_35993652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993652_35993652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993652_35993652> ;
  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/5871_35993652_35993652>
  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/5871_35993652_35993652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993652'^^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 '11'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993652'^^xsd:integer;
  dwc:observationDate '2016-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993657_35993657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993657_35993657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993657_35993657> ;
  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/5871_35993657_35993657>
  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/5871_35993657_35993657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993657'^^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 '11'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993657'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_36991038_36991038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36991038_36991038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36991038_36991038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.235423"^^xsd:decimal ;
  dwc:decimalLongitude "4.396673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36991038_36991038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  geo-pos:lat "51.235423"^^xsd:decimal ;
  geo-pos:long "4.396673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36991038_36991038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36991038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36991038'^^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 '12'^^xsd:integer;
  dwc:longitude '4.396673'^^xsd:double;
  dwc:latitude '51.235423'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36991038'^^xsd:integer;
  dwc:observationDate '2016-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-127716'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36991039_36991039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36991039_36991039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36991039_36991039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.235423"^^xsd:decimal ;
  dwc:decimalLongitude "4.396673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36991039_36991039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  geo-pos:lat "51.235423"^^xsd:decimal ;
  geo-pos:long "4.396673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36991039_36991039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36991039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36991039'^^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 '12'^^xsd:integer;
  dwc:longitude '4.396673'^^xsd:double;
  dwc:latitude '51.235423'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36991039'^^xsd:integer;
  dwc:observationDate '2016-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-127716'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_35993659_35993659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_35993659_35993659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_35993659_35993659> ;
  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/5871_35993659_35993659>
  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/5871_35993659_35993659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "35993659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '35993659'^^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 '13'^^xsd:integer;
  dwc:longitude '4.397469'^^xsd:double;
  dwc:latitude '51.239128'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '35993659'^^xsd:integer;
  dwc:observationDate '2016-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-126195'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37000984_37000984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37000984_37000984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37000984_37000984> ;
  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/5871_37000984_37000984>
  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/5871_37000984_37000984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37000984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37000984'^^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 '19'^^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 '37000984'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36999861_36999861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36999861_36999861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36999861_36999861> ;
  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/5871_36999861_36999861>
  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/5871_36999861_36999861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36999861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36999861'^^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.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 '36999861'^^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 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/5871_36991305_36991305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36991305_36991305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36991305_36991305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.235423"^^xsd:decimal ;
  dwc:decimalLongitude "4.396673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36991305_36991305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  geo-pos:lat "51.235423"^^xsd:decimal ;
  geo-pos:long "4.396673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36991305_36991305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36991305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36991305'^^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.396673'^^xsd:double;
  dwc:latitude '51.235423'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36991305'^^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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127716'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36991306_36991306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36991306_36991306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36991306_36991306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.235423"^^xsd:decimal ;
  dwc:decimalLongitude "4.396673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36991306_36991306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  geo-pos:lat "51.235423"^^xsd:decimal ;
  geo-pos:long "4.396673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36991306_36991306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36991306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36991306'^^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.396673'^^xsd:double;
  dwc:latitude '51.235423'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36991306'^^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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127716'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36991307_36991307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36991307_36991307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36991307_36991307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.235423"^^xsd:decimal ;
  dwc:decimalLongitude "4.396673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_36991307_36991307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  geo-pos:lat "51.235423"^^xsd:decimal ;
  geo-pos:long "4.396673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_36991307_36991307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36991307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36991307'^^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.396673'^^xsd:double;
  dwc:latitude '51.235423'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '36991307'^^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-127716'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36999647_36999647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36999647_36999647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36999647_36999647> ;
  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/5871_36999647_36999647>
  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/5871_36999647_36999647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36999647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36999647'^^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 '13'^^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 '36999647'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37000258_37000258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37000258_37000258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37000258_37000258> ;
  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/5871_37000258_37000258>
  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/5871_37000258_37000258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37000258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37000258'^^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 '13'^^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 '37000258'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003351_37003351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003351_37003351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003351_37003351> ;
  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/5871_37003351_37003351>
  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/5871_37003351_37003351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003351'^^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.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 '37003351'^^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 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/5871_37003352_37003352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003352_37003352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003352_37003352> ;
  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/5871_37003352_37003352>
  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/5871_37003352_37003352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003352'^^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 '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 '37003352'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003356_37003356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003356_37003356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003356_37003356> ;
  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/5871_37003356_37003356>
  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/5871_37003356_37003356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003356'^^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 '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 '37003356'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003361_37003361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003361_37003361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003361_37003361> ;
  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/5871_37003361_37003361>
  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/5871_37003361_37003361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003361'^^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 '18'^^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 '37003361'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003362_37003362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003362_37003362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003362_37003362> ;
  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/5871_37003362_37003362>
  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/5871_37003362_37003362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003362'^^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 '18'^^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 '37003362'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003377_37003377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003377_37003377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003377_37003377> ;
  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/5871_37003377_37003377>
  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/5871_37003377_37003377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003377'^^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 '18'^^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 '37003377'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003391_37003391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003391_37003391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003391_37003391> ;
  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/5871_37003391_37003391>
  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/5871_37003391_37003391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003391'^^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 '18'^^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 '37003391'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003399_37003399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003399_37003399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003399_37003399> ;
  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/5871_37003399_37003399>
  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/5871_37003399_37003399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003399'^^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 '18'^^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 '37003399'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003412_37003412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003412_37003412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003412_37003412> ;
  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/5871_37003412_37003412>
  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/5871_37003412_37003412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003412'^^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 '19'^^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 '37003412'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003413_37003413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003413_37003413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003413_37003413> ;
  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/5871_37003413_37003413>
  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/5871_37003413_37003413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003413'^^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 '19'^^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 '37003413'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003414_37003414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003414_37003414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003414_37003414> ;
  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/5871_37003414_37003414>
  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/5871_37003414_37003414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003414'^^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 '19'^^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 '37003414'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003415_37003415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003415_37003415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003415_37003415> ;
  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/5871_37003415_37003415>
  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/5871_37003415_37003415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003415'^^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 '19'^^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 '37003415'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003421_37003421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003421_37003421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003421_37003421> ;
  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/5871_37003421_37003421>
  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/5871_37003421_37003421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003421'^^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 '19'^^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 '37003421'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003468_37003468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003468_37003468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003468_37003468> ;
  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/5871_37003468_37003468>
  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/5871_37003468_37003468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003468'^^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.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 '37003468'^^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 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/5871_37003474_37003474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003474_37003474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003474_37003474> ;
  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/5871_37003474_37003474>
  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/5871_37003474_37003474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003474'^^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.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 '37003474'^^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 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/5871_37003485_37003485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003485_37003485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003485_37003485> ;
  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/5871_37003485_37003485>
  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/5871_37003485_37003485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003485'^^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.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 '37003485'^^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 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/5871_37003490_37003490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003490_37003490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003490_37003490> ;
  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/5871_37003490_37003490>
  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/5871_37003490_37003490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003490'^^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 '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 '37003490'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003491_37003491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003491_37003491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003491_37003491> ;
  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/5871_37003491_37003491>
  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/5871_37003491_37003491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003491'^^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 '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 '37003491'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003496_37003496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003496_37003496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003496_37003496> ;
  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/5871_37003496_37003496>
  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/5871_37003496_37003496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003496'^^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 '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 '37003496'^^xsd:integer;
  dwc:observationDate '2016-12-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/5871_37003502_37003502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003502_37003502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003502_37003502> ;
  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/5871_37003502_37003502>
  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/5871_37003502_37003502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003502'^^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 '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 '37003502'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003512_37003512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003512_37003512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003512_37003512> ;
  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/5871_37003512_37003512>
  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/5871_37003512_37003512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003512'^^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 '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 '37003512'^^xsd:integer;
  dwc:observationDate '2016-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003518_37003518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003518_37003518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003518_37003518> ;
  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/5871_37003518_37003518>
  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/5871_37003518_37003518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003518'^^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 '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 '37003518'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003519_37003519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003519_37003519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003519_37003519> ;
  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/5871_37003519_37003519>
  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/5871_37003519_37003519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003519'^^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 '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 '37003519'^^xsd:integer;
  dwc:observationDate '2016-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 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/5871_37003521_37003521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003521_37003521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003521_37003521> ;
  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/5871_37003521_37003521>
  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/5871_37003521_37003521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003521'^^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 '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 '37003521'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003522_37003522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003522_37003522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003522_37003522> ;
  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/5871_37003522_37003522>
  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/5871_37003522_37003522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003522'^^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 '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 '37003522'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003528_37003528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003528_37003528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003528_37003528> ;
  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/5871_37003528_37003528>
  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/5871_37003528_37003528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003528'^^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 '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 '37003528'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003544_37003544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003544_37003544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003544_37003544> ;
  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/5871_37003544_37003544>
  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/5871_37003544_37003544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003544'^^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 '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 '37003544'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003545_37003545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003545_37003545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003545_37003545> ;
  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/5871_37003545_37003545>
  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/5871_37003545_37003545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003545'^^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 '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 '37003545'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003546_37003546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003546_37003546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003546_37003546> ;
  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/5871_37003546_37003546>
  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/5871_37003546_37003546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003546'^^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 '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 '37003546'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003551_37003551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003551_37003551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003551_37003551> ;
  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/5871_37003551_37003551>
  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/5871_37003551_37003551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003551'^^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 '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 '37003551'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003552_37003552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003552_37003552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003552_37003552> ;
  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/5871_37003552_37003552>
  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/5871_37003552_37003552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003552'^^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 '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 '37003552'^^xsd:integer;
  dwc:observationDate '2016-12-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/5871_37003556_37003556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003556_37003556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003556_37003556> ;
  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/5871_37003556_37003556>
  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/5871_37003556_37003556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003556'^^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 '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 '37003556'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003557_37003557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003557_37003557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003557_37003557> ;
  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/5871_37003557_37003557>
  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/5871_37003557_37003557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003557'^^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 '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 '37003557'^^xsd:integer;
  dwc:observationDate '2016-12-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/5871_37003561_37003561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003561_37003561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003561_37003561> ;
  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/5871_37003561_37003561>
  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/5871_37003561_37003561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003561'^^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 '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 '37003561'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003563_37003563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003563_37003563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003563_37003563> ;
  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/5871_37003563_37003563>
  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/5871_37003563_37003563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003563'^^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 '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 '37003563'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003571_37003571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003571_37003571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003571_37003571> ;
  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/5871_37003571_37003571>
  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/5871_37003571_37003571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003571'^^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 '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 '37003571'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003584_37003584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003584_37003584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003584_37003584> ;
  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/5871_37003584_37003584>
  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/5871_37003584_37003584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003584'^^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 '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 '37003584'^^xsd:integer;
  dwc:observationDate '2016-12-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 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/5871_37003598_37003598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003598_37003598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003598_37003598> ;
  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/5871_37003598_37003598>
  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/5871_37003598_37003598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003598'^^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 '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 '37003598'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003613_37003613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003613_37003613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003613_37003613> ;
  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/5871_37003613_37003613>
  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/5871_37003613_37003613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003613'^^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 '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 '37003613'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003626_37003626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003626_37003626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003626_37003626> ;
  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/5871_37003626_37003626>
  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/5871_37003626_37003626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003626'^^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 '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 '37003626'^^xsd:integer;
  dwc:observationDate '2016-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003637_37003637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003637_37003637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003637_37003637> ;
  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/5871_37003637_37003637>
  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/5871_37003637_37003637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003637'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003637'^^xsd:integer;
  dwc:observationDate '2017-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003645_37003645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003645_37003645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003645_37003645> ;
  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/5871_37003645_37003645>
  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/5871_37003645_37003645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003645'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003645'^^xsd:integer;
  dwc:observationDate '2017-02-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/5871_37003648_37003648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003648_37003648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003648_37003648> ;
  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/5871_37003648_37003648>
  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/5871_37003648_37003648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003648'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003648'^^xsd:integer;
  dwc:observationDate '2017-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003650_37003650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003650_37003650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003650_37003650> ;
  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/5871_37003650_37003650>
  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/5871_37003650_37003650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003650'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^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 '37003650'^^xsd:integer;
  dwc:observationDate '2017-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003652_37003652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003652_37003652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003652_37003652> ;
  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/5871_37003652_37003652>
  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/5871_37003652_37003652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003652'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003652'^^xsd:integer;
  dwc:observationDate '2017-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003654_37003654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003654_37003654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003654_37003654> ;
  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/5871_37003654_37003654>
  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/5871_37003654_37003654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003654'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003654'^^xsd:integer;
  dwc:observationDate '2017-02-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/5871_37003655_37003655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003655_37003655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003655_37003655> ;
  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/5871_37003655_37003655>
  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/5871_37003655_37003655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003655'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003655'^^xsd:integer;
  dwc:observationDate '2017-02-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/5871_37003656_37003656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003656_37003656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003656_37003656> ;
  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/5871_37003656_37003656>
  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/5871_37003656_37003656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003656'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003656'^^xsd:integer;
  dwc:observationDate '2017-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003661_37003661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003661_37003661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003661_37003661> ;
  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/5871_37003661_37003661>
  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/5871_37003661_37003661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003661'^^xsd:integer;
  dwc:observationDate '2017-02-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/5871_37003663_37003663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003663_37003663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003663_37003663> ;
  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/5871_37003663_37003663>
  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/5871_37003663_37003663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003663'^^xsd:integer;
  dwc:observationDate '2017-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003667_37003667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003667_37003667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003667_37003667> ;
  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/5871_37003667_37003667>
  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/5871_37003667_37003667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003667'^^xsd:integer;
  dwc:observationDate '2017-02-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/5871_37003669_37003669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003669_37003669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003669_37003669> ;
  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/5871_37003669_37003669>
  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/5871_37003669_37003669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003669'^^xsd:integer;
  dwc:observationDate '2017-02-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/5871_37003675_37003675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003675_37003675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003675_37003675> ;
  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/5871_37003675_37003675>
  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/5871_37003675_37003675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003675'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003675'^^xsd:integer;
  dwc:observationDate '2017-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003680_37003680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003680_37003680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003680_37003680> ;
  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/5871_37003680_37003680>
  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/5871_37003680_37003680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003680'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003680'^^xsd:integer;
  dwc:observationDate '2017-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003689_37003689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003689_37003689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003689_37003689> ;
  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/5871_37003689_37003689>
  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/5871_37003689_37003689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003689'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003689'^^xsd:integer;
  dwc:observationDate '2017-02-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/5871_37003691_37003691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003691_37003691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003691_37003691> ;
  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/5871_37003691_37003691>
  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/5871_37003691_37003691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003691'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003691'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003696_37003696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003696_37003696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003696_37003696> ;
  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/5871_37003696_37003696>
  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/5871_37003696_37003696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003696'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003696'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_37003705_37003705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003705_37003705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003705_37003705> ;
  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/5871_37003705_37003705>
  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/5871_37003705_37003705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003705'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003705'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_37003714_37003714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003714_37003714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003714_37003714> ;
  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/5871_37003714_37003714>
  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/5871_37003714_37003714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003714'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003714'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_37003715_37003715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003715_37003715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003715_37003715> ;
  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/5871_37003715_37003715>
  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/5871_37003715_37003715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003715'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003715'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_37003724_37003724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003724_37003724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003724_37003724> ;
  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/5871_37003724_37003724>
  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/5871_37003724_37003724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003724'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_37003725_37003725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003725_37003725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003725_37003725> ;
  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/5871_37003725_37003725>
  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/5871_37003725_37003725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003725'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^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 '37003725'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_37003841_37003841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003841_37003841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003841_37003841> ;
  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/5871_37003841_37003841>
  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/5871_37003841_37003841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003841'^^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 '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 '37003841'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36999854_36999854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36999854_36999854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36999854_36999854> ;
  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/5871_36999854_36999854>
  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/5871_36999854_36999854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36999854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36999854'^^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 '29'^^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 '36999854'^^xsd:integer;
  dwc:observationDate '2017-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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_36999856_36999856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_36999856_36999856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_36999856_36999856> ;
  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/5871_36999856_36999856>
  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/5871_36999856_36999856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "36999856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '36999856'^^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 '30'^^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 '36999856'^^xsd:integer;
  dwc:observationDate '2017-03-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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37000918_37000918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37000918_37000918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37000918_37000918> ;
  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/5871_37000918_37000918>
  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/5871_37000918_37000918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37000918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37000918'^^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 '3'^^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 '37000918'^^xsd:integer;
  dwc:observationDate '2017-04-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-127719'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52201607_52201607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52201607_52201607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52201607_52201607> ;
  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/5871_52201607_52201607>
  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/5871_52201607_52201607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52201607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52201607'^^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 '3'^^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 '52201607'^^xsd:integer;
  dwc:observationDate '2017-04-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-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003842_37003842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003842_37003842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003842_37003842> ;
  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/5871_37003842_37003842>
  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/5871_37003842_37003842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003842'^^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 '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 '37003842'^^xsd:integer;
  dwc:observationDate '2017-04-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_37003846_37003846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_37003846_37003846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_37003846_37003846> ;
  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/5871_37003846_37003846>
  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/5871_37003846_37003846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "37003846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '37003846'^^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 '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 '37003846'^^xsd:integer;
  dwc:observationDate '2017-04-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/5871_52227379_52227379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227379_52227379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227379_52227379> ;
  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/5871_52227379_52227379>
  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/5871_52227379_52227379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227379'^^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 '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 '52227379'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52227380_52227380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227380_52227380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227380_52227380> ;
  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/5871_52227380_52227380>
  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/5871_52227380_52227380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227380'^^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 '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 '52227380'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52227381_52227381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227381_52227381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227381_52227381> ;
  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/5871_52227381_52227381>
  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/5871_52227381_52227381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227381'^^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 '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 '52227381'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52227382_52227382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227382_52227382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227382_52227382> ;
  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/5871_52227382_52227382>
  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/5871_52227382_52227382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227382'^^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 '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 '52227382'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_52227385_52227385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227385_52227385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227385_52227385> ;
  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/5871_52227385_52227385>
  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/5871_52227385_52227385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227385'^^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 '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 '52227385'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_52227396_52227396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227396_52227396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227396_52227396> ;
  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/5871_52227396_52227396>
  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/5871_52227396_52227396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227396'^^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 '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 '52227396'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_52227397_52227397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227397_52227397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227397_52227397> ;
  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/5871_52227397_52227397>
  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/5871_52227397_52227397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227397'^^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 '18'^^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 '52227397'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_52227410_52227410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227410_52227410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227410_52227410> ;
  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/5871_52227410_52227410>
  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/5871_52227410_52227410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227410'^^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.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 '52227410'^^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 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/5871_52227413_52227413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227413_52227413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227413_52227413> ;
  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/5871_52227413_52227413>
  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/5871_52227413_52227413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227413'^^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.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 '52227413'^^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 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/5871_52227418_52227418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227418_52227418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227418_52227418> ;
  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/5871_52227418_52227418>
  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/5871_52227418_52227418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227418'^^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 '52227418'^^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 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/5871_52227419_52227419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227419_52227419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227419_52227419> ;
  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/5871_52227419_52227419>
  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/5871_52227419_52227419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227419'^^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 '52227419'^^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 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/5871_52227421_52227421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227421_52227421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227421_52227421> ;
  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/5871_52227421_52227421>
  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/5871_52227421_52227421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227421'^^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.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 '52227421'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52227428_52227428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227428_52227428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227428_52227428> ;
  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/5871_52227428_52227428>
  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/5871_52227428_52227428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227428'^^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.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 '52227428'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52227429_52227429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227429_52227429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227429_52227429> ;
  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/5871_52227429_52227429>
  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/5871_52227429_52227429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227429'^^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.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 '52227429'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52227430_52227430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227430_52227430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227430_52227430> ;
  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/5871_52227430_52227430>
  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/5871_52227430_52227430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227430'^^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.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 '52227430'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52227432_52227432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227432_52227432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227432_52227432> ;
  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/5871_52227432_52227432>
  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/5871_52227432_52227432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227432'^^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.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 '52227432'^^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 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/5871_52227436_52227436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227436_52227436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227436_52227436> ;
  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/5871_52227436_52227436>
  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/5871_52227436_52227436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227436'^^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.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 '52227436'^^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 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/5871_52227439_52227439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227439_52227439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227439_52227439> ;
  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/5871_52227439_52227439>
  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/5871_52227439_52227439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227439'^^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.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 '52227439'^^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 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/5871_52227448_52227448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227448_52227448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227448_52227448> ;
  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/5871_52227448_52227448>
  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/5871_52227448_52227448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227448'^^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.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 '52227448'^^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 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/5871_52227452_52227452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227452_52227452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227452_52227452> ;
  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/5871_52227452_52227452>
  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/5871_52227452_52227452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227452'^^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.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 '52227452'^^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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52227557_52227557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227557_52227557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227557_52227557> ;
  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/5871_52227557_52227557>
  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/5871_52227557_52227557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227557'^^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.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 '52227557'^^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 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/5871_52227559_52227559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227559_52227559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227559_52227559> ;
  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/5871_52227559_52227559>
  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/5871_52227559_52227559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227559'^^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.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 '52227559'^^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 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/5871_52227565_52227565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227565_52227565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227565_52227565> ;
  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/5871_52227565_52227565>
  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/5871_52227565_52227565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227565'^^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.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 '52227565'^^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 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/5871_60523945_60523945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60523945_60523945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60523945_60523945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60523945_60523945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60523945_60523945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523945'^^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.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60523945'^^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 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/5871_60524181_60524181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524181_60524181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524181_60524181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524181_60524181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524181_60524181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524181'^^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.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524181'^^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 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/5871_60524183_60524183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524183_60524183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524183_60524183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524183_60524183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524183_60524183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524183'^^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.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524183'^^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 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/5871_60524185_60524185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524185_60524185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524185_60524185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524185_60524185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524185_60524185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524185'^^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.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524185'^^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 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/5871_60524186_60524186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524186_60524186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524186_60524186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524186_60524186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524186_60524186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524186'^^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.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524186'^^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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60523951_60523951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60523951_60523951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60523951_60523951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60523951_60523951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60523951_60523951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523951'^^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.442865645'^^xsd:double;
  dwc:latitude '51.05546566'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60523951'^^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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60523955_60523955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60523955_60523955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60523955_60523955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60523955_60523955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60523955_60523955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60523955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60523955'^^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 '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 '60523955'^^xsd:integer;
  dwc:observationDate '2017-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/5871_60524189_60524189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524189_60524189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524189_60524189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524189_60524189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524189_60524189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524189'^^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.471940005'^^xsd:double;
  dwc:latitude '51.0340958'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524189'^^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 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/5871_60526329_60526329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526329_60526329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526329_60526329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526329_60526329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526329_60526329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526329'^^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.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 '60526329'^^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 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/5871_60526331_60526331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526331_60526331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526331_60526331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526331_60526331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526331_60526331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526331'^^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.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 '60526331'^^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 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/5871_60526333_60526333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526333_60526333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526333_60526333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526333_60526333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526333_60526333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526333'^^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.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 '60526333'^^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-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60526335_60526335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526335_60526335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526335_60526335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526335_60526335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526335_60526335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526335'^^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.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 '60526335'^^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 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/5871_60526348_60526348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526348_60526348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526348_60526348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526348_60526348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526348_60526348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526348'^^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.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 '60526348'^^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-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60526349_60526349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526349_60526349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526349_60526349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526349_60526349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526349_60526349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526349'^^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.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 '60526349'^^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 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/5871_60526353_60526353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526353_60526353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526353_60526353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526353_60526353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526353_60526353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526353'^^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.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 '60526353'^^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 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/5871_60526358_60526358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526358_60526358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526358_60526358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526358_60526358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526358_60526358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526358'^^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.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 '60526358'^^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-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60526359_60526359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526359_60526359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526359_60526359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526359_60526359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526359_60526359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526359'^^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.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 '60526359'^^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-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60526365_60526365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526365_60526365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526365_60526365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526365_60526365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526365_60526365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526365'^^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.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 '60526365'^^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-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524281_60524281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524281_60524281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524281_60524281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524281_60524281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524281_60524281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524281'^^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.520968635'^^xsd:double;
  dwc:latitude '51.01136918'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524281'^^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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524284_60524284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524284_60524284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524284_60524284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524284_60524284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524284_60524284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524284'^^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 '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 '60524284'^^xsd:integer;
  dwc:observationDate '2017-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524285_60524285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524285_60524285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524285_60524285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524285_60524285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524285_60524285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524285'^^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 '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 '60524285'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_60524289_60524289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524289_60524289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524289_60524289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524289_60524289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524289_60524289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524289'^^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 '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 '60524289'^^xsd:integer;
  dwc:observationDate '2017-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524290_60524290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524290_60524290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524290_60524290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524290_60524290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524290_60524290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524290'^^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 '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 '60524290'^^xsd:integer;
  dwc:observationDate '2017-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524291_60524291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524291_60524291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524291_60524291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524291_60524291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524291_60524291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524291'^^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 '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 '60524291'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_60524313_60524313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524313_60524313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524313_60524313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524313_60524313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524313_60524313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524313'^^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 '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 '60524313'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_60524328_60524328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524328_60524328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524328_60524328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524328_60524328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524328_60524328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524328'^^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 '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 '60524328'^^xsd:integer;
  dwc:observationDate '2017-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524331_60524331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524331_60524331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524331_60524331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524331_60524331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524331_60524331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524331'^^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 '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 '60524331'^^xsd:integer;
  dwc:observationDate '2017-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/5871_60524332_60524332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524332_60524332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524332_60524332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524332_60524332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524332_60524332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524332'^^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 '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 '60524332'^^xsd:integer;
  dwc:observationDate '2017-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60526384_60526384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526384_60526384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526384_60526384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526384_60526384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526384_60526384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526384'^^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 '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 '60526384'^^xsd:integer;
  dwc:observationDate '2017-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-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524191_60524191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524191_60524191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524191_60524191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524191_60524191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524191_60524191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524191'^^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 '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 '60524191'^^xsd:integer;
  dwc:observationDate '2017-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524095_60524095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524095_60524095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524095_60524095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524095_60524095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524095_60524095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524095'^^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 '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 '60524095'^^xsd:integer;
  dwc:observationDate '2017-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/5871_52211559_52211559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52211559_52211559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52211559_52211559> ;
  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/5871_52211559_52211559>
  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/5871_52211559_52211559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211559'^^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 '11'^^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 '52211559'^^xsd:integer;
  dwc:observationDate '2017-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-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52211561_52211561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52211561_52211561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52211561_52211561> ;
  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/5871_52211561_52211561>
  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/5871_52211561_52211561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211561'^^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 '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 '52211561'^^xsd:integer;
  dwc:observationDate '2017-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-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52211562_52211562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52211562_52211562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52211562_52211562> ;
  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/5871_52211562_52211562>
  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/5871_52211562_52211562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211562'^^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 '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 '52211562'^^xsd:integer;
  dwc:observationDate '2017-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-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52211564_52211564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52211564_52211564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52211564_52211564> ;
  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/5871_52211564_52211564>
  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/5871_52211564_52211564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52211564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52211564'^^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 '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 '52211564'^^xsd:integer;
  dwc:observationDate '2017-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-112296'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52274668_52274668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52274668_52274668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52274668_52274668> ;
  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/5871_52274668_52274668>
  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/5871_52274668_52274668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274668'^^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 '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 '52274668'^^xsd:integer;
  dwc:observationDate '2017-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52274674_52274674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52274674_52274674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52274674_52274674> ;
  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/5871_52274674_52274674>
  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/5871_52274674_52274674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274674'^^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 '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 '52274674'^^xsd:integer;
  dwc:observationDate '2017-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-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52274679_52274679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52274679_52274679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52274679_52274679> ;
  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/5871_52274679_52274679>
  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/5871_52274679_52274679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52274679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52274679'^^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 '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 '52274679'^^xsd:integer;
  dwc:observationDate '2017-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-122336'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52218022_52218022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52218022_52218022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52218022_52218022> ;
  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/5871_52218022_52218022>
  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/5871_52218022_52218022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52218022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52218022'^^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 '24'^^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 '52218022'^^xsd:integer;
  dwc:observationDate '2017-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-115430'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52965726_52965726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52965726_52965726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52965726_52965726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12287"^^xsd:decimal ;
  dwc:decimalLongitude "4.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_52965726_52965726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12287 4.2184)"^^geo:wktLiteral ;
  geo-pos:lat "51.12287"^^xsd:decimal ;
  geo-pos:long "4.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_52965726_52965726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52965726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52965726'^^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 '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 '52965726'^^xsd:integer;
  dwc:observationDate '2017-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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52279947_52279947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52279947_52279947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52279947_52279947> ;
  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/5871_52279947_52279947>
  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/5871_52279947_52279947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52279947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52279947'^^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 '6'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52279947'^^xsd:integer;
  dwc:observationDate '2017-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52279949_52279949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52279949_52279949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52279949_52279949> ;
  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/5871_52279949_52279949>
  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/5871_52279949_52279949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52279949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52279949'^^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 '6'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52279949'^^xsd:integer;
  dwc:observationDate '2017-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52279951_52279951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52279951_52279951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52279951_52279951> ;
  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/5871_52279951_52279951>
  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/5871_52279951_52279951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52279951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52279951'^^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 '6'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52279951'^^xsd:integer;
  dwc:observationDate '2017-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52279953_52279953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52279953_52279953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52279953_52279953> ;
  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/5871_52279953_52279953>
  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/5871_52279953_52279953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52279953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52279953'^^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 '6'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52279953'^^xsd:integer;
  dwc:observationDate '2017-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52279959_52279959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52279959_52279959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52279959_52279959> ;
  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/5871_52279959_52279959>
  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/5871_52279959_52279959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52279959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52279959'^^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 '6'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52279959'^^xsd:integer;
  dwc:observationDate '2017-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52217799_52217799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52217799_52217799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52217799_52217799> ;
  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/5871_52217799_52217799>
  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/5871_52217799_52217799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52217799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52217799'^^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 '11'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52217799'^^xsd:integer;
  dwc:observationDate '2017-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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52279962_52279962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52279962_52279962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52279962_52279962> ;
  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/5871_52279962_52279962>
  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/5871_52279962_52279962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52279962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52279962'^^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 '12'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52279962'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_52279965_52279965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52279965_52279965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52279965_52279965> ;
  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/5871_52279965_52279965>
  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/5871_52279965_52279965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52279965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52279965'^^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 '22'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52279965'^^xsd:integer;
  dwc:observationDate '2017-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52217800_52217800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52217800_52217800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52217800_52217800> ;
  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/5871_52217800_52217800>
  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/5871_52217800_52217800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52217800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52217800'^^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 '23'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52217800'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_52217803_52217803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52217803_52217803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52217803_52217803> ;
  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/5871_52217803_52217803>
  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/5871_52217803_52217803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52217803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52217803'^^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 '23'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52217803'^^xsd:integer;
  dwc:observationDate '2017-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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52971598_52971598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52971598_52971598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52971598_52971598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.235423"^^xsd:decimal ;
  dwc:decimalLongitude "4.396673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_52971598_52971598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  geo-pos:lat "51.235423"^^xsd:decimal ;
  geo-pos:long "4.396673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_52971598_52971598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52971598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52971598'^^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 '25'^^xsd:integer;
  dwc:longitude '4.396673'^^xsd:double;
  dwc:latitude '51.235423'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52971598'^^xsd:integer;
  dwc:observationDate '2017-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-127716'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52971600_52971600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52971600_52971600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52971600_52971600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.235423"^^xsd:decimal ;
  dwc:decimalLongitude "4.396673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_52971600_52971600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.235423 4.396673)"^^geo:wktLiteral ;
  geo-pos:lat "51.235423"^^xsd:decimal ;
  geo-pos:long "4.396673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_52971600_52971600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52971600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52971600'^^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 '25'^^xsd:integer;
  dwc:longitude '4.396673'^^xsd:double;
  dwc:latitude '51.235423'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52971600'^^xsd:integer;
  dwc:observationDate '2017-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-127716'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52217804_52217804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52217804_52217804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52217804_52217804> ;
  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/5871_52217804_52217804>
  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/5871_52217804_52217804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52217804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52217804'^^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 '25'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52217804'^^xsd:integer;
  dwc:observationDate '2017-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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52279967_52279967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52279967_52279967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52279967_52279967> ;
  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/5871_52279967_52279967>
  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/5871_52279967_52279967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52279967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52279967'^^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 '28'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52279967'^^xsd:integer;
  dwc:observationDate '2017-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52217805_52217805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52217805_52217805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52217805_52217805> ;
  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/5871_52217805_52217805>
  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/5871_52217805_52217805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52217805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52217805'^^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 '29'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52217805'^^xsd:integer;
  dwc:observationDate '2017-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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52217806_52217806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52217806_52217806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52217806_52217806> ;
  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/5871_52217806_52217806>
  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/5871_52217806_52217806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52217806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52217806'^^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 '3'^^xsd:integer;
  dwc:longitude '4.32954'^^xsd:double;
  dwc:latitude '51.19069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52217806'^^xsd:integer;
  dwc:observationDate '2017-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-113528'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52279968_52279968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52279968_52279968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52279968_52279968> ;
  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/5871_52279968_52279968>
  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/5871_52279968_52279968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52279968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52279968'^^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 '5'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52279968'^^xsd:integer;
  dwc:observationDate '2017-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52279977_52279977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52279977_52279977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52279977_52279977> ;
  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/5871_52279977_52279977>
  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/5871_52279977_52279977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52279977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52279977'^^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 '6'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52279977'^^xsd:integer;
  dwc:observationDate '2017-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52279979_52279979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52279979_52279979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52279979_52279979> ;
  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/5871_52279979_52279979>
  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/5871_52279979_52279979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52279979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52279979'^^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 '6'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52279979'^^xsd:integer;
  dwc:observationDate '2017-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52279981_52279981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52279981_52279981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52279981_52279981> ;
  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/5871_52279981_52279981>
  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/5871_52279981_52279981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52279981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52279981'^^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 '8'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '52279981'^^xsd:integer;
  dwc:observationDate '2017-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52279475_52279475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52279475_52279475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52279475_52279475> ;
  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/5871_52279475_52279475>
  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/5871_52279475_52279475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52279475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52279475'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^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 '52279475'^^xsd:integer;
  dwc:observationDate '2017-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-127719'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52227723_52227723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52227723_52227723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52227723_52227723> ;
  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/5871_52227723_52227723>
  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/5871_52227723_52227723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52227723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52227723'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^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 '52227723'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_52213079_52213079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_52213079_52213079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_52213079_52213079> ;
  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/5871_52213079_52213079>
  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/5871_52213079_52213079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "52213079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '52213079'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^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 '52213079'^^xsd:integer;
  dwc:observationDate '2017-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-112295'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56437293_56437293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56437293_56437293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56437293_56437293> ;
  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/5871_56437293_56437293>
  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/5871_56437293_56437293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56437293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56437293'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^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 '56437293'^^xsd:integer;
  dwc:observationDate '2017-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-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56437294_56437294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56437294_56437294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56437294_56437294> ;
  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/5871_56437294_56437294>
  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/5871_56437294_56437294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56437294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56437294'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^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 '56437294'^^xsd:integer;
  dwc:observationDate '2017-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-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56437295_56437295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56437295_56437295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56437295_56437295> ;
  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/5871_56437295_56437295>
  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/5871_56437295_56437295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56437295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56437295'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^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 '56437295'^^xsd:integer;
  dwc:observationDate '2017-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-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524096_60524096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524096_60524096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524096_60524096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524096_60524096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524096_60524096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524096'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^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 '60524096'^^xsd:integer;
  dwc:observationDate '2017-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524098_60524098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524098_60524098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524098_60524098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524098_60524098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524098_60524098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524098'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^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 '60524098'^^xsd:integer;
  dwc:observationDate '2017-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56437297_56437297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56437297_56437297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56437297_56437297> ;
  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/5871_56437297_56437297>
  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/5871_56437297_56437297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56437297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56437297'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^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 '56437297'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56470926_56470926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56470926_56470926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56470926_56470926> ;
  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/5871_56470926_56470926>
  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/5871_56470926_56470926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56470926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56470926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56470926'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56470927_56470927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56470927_56470927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56470927_56470927> ;
  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/5871_56470927_56470927>
  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/5871_56470927_56470927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56470927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56470927'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56470927'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471534_56471534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471534_56471534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471534_56471534> ;
  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/5871_56471534_56471534>
  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/5871_56471534_56471534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56471534'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471537_56471537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471537_56471537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471537_56471537> ;
  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/5871_56471537_56471537>
  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/5871_56471537_56471537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471537'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56471537'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471539_56471539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471539_56471539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471539_56471539> ;
  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/5871_56471539_56471539>
  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/5871_56471539_56471539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471539'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56471539'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471540_56471540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471540_56471540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471540_56471540> ;
  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/5871_56471540_56471540>
  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/5871_56471540_56471540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471540'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56471540'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471544_56471544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471544_56471544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471544_56471544> ;
  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/5871_56471544_56471544>
  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/5871_56471544_56471544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471544'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56471544'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471547_56471547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471547_56471547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471547_56471547> ;
  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/5871_56471547_56471547>
  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/5871_56471547_56471547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471547'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56471547'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471548_56471548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471548_56471548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471548_56471548> ;
  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/5871_56471548_56471548>
  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/5871_56471548_56471548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471548'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56471548'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471557_56471557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471557_56471557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471557_56471557> ;
  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/5871_56471557_56471557>
  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/5871_56471557_56471557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471557'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56471557'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471558_56471558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471558_56471558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471558_56471558> ;
  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/5871_56471558_56471558>
  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/5871_56471558_56471558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471558'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56471558'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471561_56471561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471561_56471561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471561_56471561> ;
  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/5871_56471561_56471561>
  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/5871_56471561_56471561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471561'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56471561'^^xsd:integer;
  dwc:observationDate '2017-11-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/5871_56471565_56471565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471565_56471565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471565_56471565> ;
  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/5871_56471565_56471565>
  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/5871_56471565_56471565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471565'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56471565'^^xsd:integer;
  dwc:observationDate '2017-11-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/5871_56471581_56471581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471581_56471581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471581_56471581> ;
  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/5871_56471581_56471581>
  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/5871_56471581_56471581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471581'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^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 '56471581'^^xsd:integer;
  dwc:observationDate '2017-11-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/5871_56471614_56471614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471614_56471614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471614_56471614> ;
  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/5871_56471614_56471614>
  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/5871_56471614_56471614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471614'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471614'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471615_56471615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471615_56471615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471615_56471615> ;
  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/5871_56471615_56471615>
  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/5871_56471615_56471615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471615'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^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 '56471615'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471623_56471623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471623_56471623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471623_56471623> ;
  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/5871_56471623_56471623>
  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/5871_56471623_56471623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471623'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^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 '56471623'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471628_56471628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471628_56471628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471628_56471628> ;
  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/5871_56471628_56471628>
  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/5871_56471628_56471628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471628'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^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 '56471628'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471629_56471629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471629_56471629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471629_56471629> ;
  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/5871_56471629_56471629>
  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/5871_56471629_56471629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471629'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471629'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471630_56471630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471630_56471630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471630_56471630> ;
  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/5871_56471630_56471630>
  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/5871_56471630_56471630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471630'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471630'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471632_56471632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471632_56471632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471632_56471632> ;
  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/5871_56471632_56471632>
  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/5871_56471632_56471632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471632'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471632'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471633_56471633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471633_56471633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471633_56471633> ;
  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/5871_56471633_56471633>
  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/5871_56471633_56471633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471633'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471633'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471634_56471634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471634_56471634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471634_56471634> ;
  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/5871_56471634_56471634>
  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/5871_56471634_56471634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471634'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471634'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471641_56471641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471641_56471641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471641_56471641> ;
  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/5871_56471641_56471641>
  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/5871_56471641_56471641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471641'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471648_56471648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471648_56471648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471648_56471648> ;
  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/5871_56471648_56471648>
  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/5871_56471648_56471648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471648'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471648'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471649_56471649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471649_56471649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471649_56471649> ;
  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/5871_56471649_56471649>
  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/5871_56471649_56471649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471649'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471649'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471650_56471650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471650_56471650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471650_56471650> ;
  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/5871_56471650_56471650>
  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/5871_56471650_56471650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471650'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471650'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471652_56471652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471652_56471652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471652_56471652> ;
  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/5871_56471652_56471652>
  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/5871_56471652_56471652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471652'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471652'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471654_56471654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471654_56471654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471654_56471654> ;
  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/5871_56471654_56471654>
  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/5871_56471654_56471654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471654'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471654'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471657_56471657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471657_56471657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471657_56471657> ;
  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/5871_56471657_56471657>
  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/5871_56471657_56471657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471657'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471657'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471658_56471658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471658_56471658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471658_56471658> ;
  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/5871_56471658_56471658>
  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/5871_56471658_56471658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471658'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471658'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471671_56471671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471671_56471671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471671_56471671> ;
  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/5871_56471671_56471671>
  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/5871_56471671_56471671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471671'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471671'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471672_56471672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471672_56471672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471672_56471672> ;
  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/5871_56471672_56471672>
  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/5871_56471672_56471672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471672'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471672'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471673_56471673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471673_56471673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471673_56471673> ;
  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/5871_56471673_56471673>
  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/5871_56471673_56471673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471673'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471673'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471678_56471678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471678_56471678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471678_56471678> ;
  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/5871_56471678_56471678>
  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/5871_56471678_56471678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471678'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471678'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471681_56471681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471681_56471681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471681_56471681> ;
  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/5871_56471681_56471681>
  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/5871_56471681_56471681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471681'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471681'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471685_56471685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471685_56471685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471685_56471685> ;
  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/5871_56471685_56471685>
  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/5871_56471685_56471685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471685'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471692_56471692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471692_56471692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471692_56471692> ;
  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/5871_56471692_56471692>
  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/5871_56471692_56471692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471692'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471692'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471697_56471697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471697_56471697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471697_56471697> ;
  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/5871_56471697_56471697>
  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/5871_56471697_56471697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471697'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471698_56471698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471698_56471698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471698_56471698> ;
  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/5871_56471698_56471698>
  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/5871_56471698_56471698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471698'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471698'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471701_56471701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471701_56471701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471701_56471701> ;
  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/5871_56471701_56471701>
  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/5871_56471701_56471701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471701'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471701'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471705_56471705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471705_56471705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471705_56471705> ;
  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/5871_56471705_56471705>
  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/5871_56471705_56471705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471705'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471705'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471717_56471717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471717_56471717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471717_56471717> ;
  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/5871_56471717_56471717>
  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/5871_56471717_56471717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471717'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471717'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471720_56471720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471720_56471720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471720_56471720> ;
  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/5871_56471720_56471720>
  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/5871_56471720_56471720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471720'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471720'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471746_56471746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471746_56471746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471746_56471746> ;
  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/5871_56471746_56471746>
  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/5871_56471746_56471746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471746'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471746'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471767_56471767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471767_56471767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471767_56471767> ;
  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/5871_56471767_56471767>
  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/5871_56471767_56471767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471767'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471767'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471779_56471779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471779_56471779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471779_56471779> ;
  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/5871_56471779_56471779>
  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/5871_56471779_56471779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471779'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471779'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471780_56471780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471780_56471780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471780_56471780> ;
  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/5871_56471780_56471780>
  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/5871_56471780_56471780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471780'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471793_56471793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471793_56471793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471793_56471793> ;
  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/5871_56471793_56471793>
  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/5871_56471793_56471793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471793'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471793'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471795_56471795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471795_56471795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471795_56471795> ;
  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/5871_56471795_56471795>
  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/5871_56471795_56471795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471795'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471795'^^xsd:integer;
  dwc:observationDate '2017-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471796_56471796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471796_56471796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471796_56471796> ;
  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/5871_56471796_56471796>
  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/5871_56471796_56471796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471796'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471797_56471797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471797_56471797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471797_56471797> ;
  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/5871_56471797_56471797>
  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/5871_56471797_56471797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471797'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471797'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471801_56471801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471801_56471801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471801_56471801> ;
  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/5871_56471801_56471801>
  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/5871_56471801_56471801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471801'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471801'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471803_56471803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471803_56471803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471803_56471803> ;
  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/5871_56471803_56471803>
  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/5871_56471803_56471803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471803'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471803'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471806_56471806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471806_56471806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471806_56471806> ;
  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/5871_56471806_56471806>
  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/5871_56471806_56471806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471806'^^xsd:integer;
  dwc:observationDate '2017-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 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/5871_56471813_56471813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471813_56471813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471813_56471813> ;
  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/5871_56471813_56471813>
  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/5871_56471813_56471813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471813'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471813'^^xsd:integer;
  dwc:observationDate '2017-12-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 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/5871_56471827_56471827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471827_56471827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471827_56471827> ;
  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/5871_56471827_56471827>
  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/5871_56471827_56471827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471827'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471827'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471838_56471838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471838_56471838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471838_56471838> ;
  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/5871_56471838_56471838>
  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/5871_56471838_56471838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471838'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471838'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471839_56471839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471839_56471839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471839_56471839> ;
  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/5871_56471839_56471839>
  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/5871_56471839_56471839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471839'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471839'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471842_56471842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471842_56471842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471842_56471842> ;
  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/5871_56471842_56471842>
  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/5871_56471842_56471842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471842'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471842'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471844_56471844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471844_56471844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471844_56471844> ;
  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/5871_56471844_56471844>
  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/5871_56471844_56471844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471844'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471844'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471849_56471849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471849_56471849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471849_56471849> ;
  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/5871_56471849_56471849>
  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/5871_56471849_56471849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471849'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471849'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471850_56471850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471850_56471850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471850_56471850> ;
  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/5871_56471850_56471850>
  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/5871_56471850_56471850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471850'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471850'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471852_56471852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471852_56471852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471852_56471852> ;
  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/5871_56471852_56471852>
  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/5871_56471852_56471852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471852'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471852'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471858_56471858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471858_56471858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471858_56471858> ;
  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/5871_56471858_56471858>
  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/5871_56471858_56471858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471858'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471858'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471861_56471861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471861_56471861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471861_56471861> ;
  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/5871_56471861_56471861>
  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/5871_56471861_56471861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471861'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471861'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471863_56471863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471863_56471863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471863_56471863> ;
  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/5871_56471863_56471863>
  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/5871_56471863_56471863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471863'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471863'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471865_56471865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471865_56471865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471865_56471865> ;
  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/5871_56471865_56471865>
  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/5871_56471865_56471865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471865'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471865'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471866_56471866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471866_56471866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471866_56471866> ;
  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/5871_56471866_56471866>
  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/5871_56471866_56471866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471866'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471866'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471871_56471871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471871_56471871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471871_56471871> ;
  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/5871_56471871_56471871>
  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/5871_56471871_56471871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471871'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471871'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471877_56471877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471877_56471877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471877_56471877> ;
  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/5871_56471877_56471877>
  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/5871_56471877_56471877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471877'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471877'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471883_56471883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471883_56471883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471883_56471883> ;
  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/5871_56471883_56471883>
  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/5871_56471883_56471883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471883'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471883'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471887_56471887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471887_56471887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471887_56471887> ;
  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/5871_56471887_56471887>
  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/5871_56471887_56471887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471887'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471887'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471890_56471890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471890_56471890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471890_56471890> ;
  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/5871_56471890_56471890>
  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/5871_56471890_56471890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471890'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471890'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471891_56471891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471891_56471891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471891_56471891> ;
  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/5871_56471891_56471891>
  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/5871_56471891_56471891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471891'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471891'^^xsd:integer;
  dwc:observationDate '2017-12-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/5871_56471896_56471896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471896_56471896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471896_56471896> ;
  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/5871_56471896_56471896>
  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/5871_56471896_56471896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^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 '56471896'^^xsd:integer;
  dwc:observationDate '2017-12-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471900_56471900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471900_56471900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471900_56471900> ;
  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/5871_56471900_56471900>
  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/5871_56471900_56471900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471900'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471900'^^xsd:integer;
  dwc:observationDate '2018-01-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/5871_56471901_56471901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471901_56471901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471901_56471901> ;
  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/5871_56471901_56471901>
  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/5871_56471901_56471901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471901'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471901'^^xsd:integer;
  dwc:observationDate '2018-01-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/5871_56471902_56471902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471902_56471902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471902_56471902> ;
  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/5871_56471902_56471902>
  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/5871_56471902_56471902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471902'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471902'^^xsd:integer;
  dwc:observationDate '2018-01-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/5871_56471903_56471903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471903_56471903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471903_56471903> ;
  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/5871_56471903_56471903>
  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/5871_56471903_56471903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471903'^^xsd:integer;
  dwc:observationDate '2018-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471914_56471914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471914_56471914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471914_56471914> ;
  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/5871_56471914_56471914>
  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/5871_56471914_56471914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471914'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471914'^^xsd:integer;
  dwc:observationDate '2018-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471920_56471920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471920_56471920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471920_56471920> ;
  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/5871_56471920_56471920>
  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/5871_56471920_56471920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471920'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471920'^^xsd:integer;
  dwc:observationDate '2018-01-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/5871_56471921_56471921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471921_56471921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471921_56471921> ;
  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/5871_56471921_56471921>
  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/5871_56471921_56471921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471921'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471921'^^xsd:integer;
  dwc:observationDate '2018-01-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/5871_56471922_56471922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471922_56471922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471922_56471922> ;
  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/5871_56471922_56471922>
  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/5871_56471922_56471922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471922'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471922'^^xsd:integer;
  dwc:observationDate '2018-01-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/5871_56471924_56471924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471924_56471924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471924_56471924> ;
  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/5871_56471924_56471924>
  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/5871_56471924_56471924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471924'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471924'^^xsd:integer;
  dwc:observationDate '2018-01-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/5871_56471927_56471927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471927_56471927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471927_56471927> ;
  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/5871_56471927_56471927>
  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/5871_56471927_56471927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471927'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471927'^^xsd:integer;
  dwc:observationDate '2018-01-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/5871_56471929_56471929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471929_56471929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471929_56471929> ;
  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/5871_56471929_56471929>
  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/5871_56471929_56471929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471929'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471929'^^xsd:integer;
  dwc:observationDate '2018-01-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/5871_56471930_56471930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471930_56471930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471930_56471930> ;
  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/5871_56471930_56471930>
  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/5871_56471930_56471930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471930'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471930'^^xsd:integer;
  dwc:observationDate '2018-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471935_56471935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471935_56471935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471935_56471935> ;
  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/5871_56471935_56471935>
  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/5871_56471935_56471935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471935'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471935'^^xsd:integer;
  dwc:observationDate '2018-01-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/5871_56471937_56471937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471937_56471937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471937_56471937> ;
  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/5871_56471937_56471937>
  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/5871_56471937_56471937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471937'^^xsd:integer;
  dwc:observationDate '2018-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471955_56471955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471955_56471955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471955_56471955> ;
  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/5871_56471955_56471955>
  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/5871_56471955_56471955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471955'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471955'^^xsd:integer;
  dwc:observationDate '2018-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471973_56471973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471973_56471973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471973_56471973> ;
  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/5871_56471973_56471973>
  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/5871_56471973_56471973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471973'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471973'^^xsd:integer;
  dwc:observationDate '2018-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56471995_56471995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56471995_56471995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56471995_56471995> ;
  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/5871_56471995_56471995>
  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/5871_56471995_56471995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56471995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56471995'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56471995'^^xsd:integer;
  dwc:observationDate '2018-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56472006_56472006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56472006_56472006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56472006_56472006> ;
  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/5871_56472006_56472006>
  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/5871_56472006_56472006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56472006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56472006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56472006'^^xsd:integer;
  dwc:observationDate '2018-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56472017_56472017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56472017_56472017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56472017_56472017> ;
  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/5871_56472017_56472017>
  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/5871_56472017_56472017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56472017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56472017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56472017'^^xsd:integer;
  dwc:observationDate '2018-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56472025_56472025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56472025_56472025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56472025_56472025> ;
  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/5871_56472025_56472025>
  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/5871_56472025_56472025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56472025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56472025'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56472025'^^xsd:integer;
  dwc:observationDate '2018-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56472034_56472034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56472034_56472034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56472034_56472034> ;
  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/5871_56472034_56472034>
  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/5871_56472034_56472034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56472034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56472034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56472034'^^xsd:integer;
  dwc:observationDate '2018-01-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/5871_56472036_56472036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56472036_56472036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56472036_56472036> ;
  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/5871_56472036_56472036>
  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/5871_56472036_56472036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56472036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56472036'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56472036'^^xsd:integer;
  dwc:observationDate '2018-01-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/5871_56472038_56472038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56472038_56472038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56472038_56472038> ;
  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/5871_56472038_56472038>
  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/5871_56472038_56472038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56472038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56472038'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56472038'^^xsd:integer;
  dwc:observationDate '2018-01-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/5871_56472045_56472045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56472045_56472045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56472045_56472045> ;
  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/5871_56472045_56472045>
  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/5871_56472045_56472045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56472045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56472045'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56472045'^^xsd:integer;
  dwc:observationDate '2018-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56472057_56472057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56472057_56472057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56472057_56472057> ;
  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/5871_56472057_56472057>
  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/5871_56472057_56472057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56472057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56472057'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56472057'^^xsd:integer;
  dwc:observationDate '2018-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56472067_56472067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56472067_56472067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56472067_56472067> ;
  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/5871_56472067_56472067>
  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/5871_56472067_56472067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56472067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56472067'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^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 '56472067'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60561933_60561933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561933_60561933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561933_60561933> ;
  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/5871_60561933_60561933>
  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/5871_60561933_60561933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561933'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^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 '60561933'^^xsd:integer;
  dwc:observationDate '2018-01-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60561934_60561934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561934_60561934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561934_60561934> ;
  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/5871_60561934_60561934>
  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/5871_60561934_60561934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561934'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561934'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60561943_60561943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561943_60561943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561943_60561943> ;
  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/5871_60561943_60561943>
  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/5871_60561943_60561943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561943'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561943'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60561954_60561954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561954_60561954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561954_60561954> ;
  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/5871_60561954_60561954>
  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/5871_60561954_60561954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561954'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561954'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60561957_60561957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561957_60561957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561957_60561957> ;
  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/5871_60561957_60561957>
  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/5871_60561957_60561957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561957'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561957'^^xsd:integer;
  dwc:observationDate '2018-02-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/5871_60561958_60561958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561958_60561958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561958_60561958> ;
  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/5871_60561958_60561958>
  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/5871_60561958_60561958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561958'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561958'^^xsd:integer;
  dwc:observationDate '2018-02-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/5871_60561959_60561959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561959_60561959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561959_60561959> ;
  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/5871_60561959_60561959>
  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/5871_60561959_60561959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561959'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561959'^^xsd:integer;
  dwc:observationDate '2018-02-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/5871_60561960_60561960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561960_60561960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561960_60561960> ;
  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/5871_60561960_60561960>
  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/5871_60561960_60561960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561960'^^xsd:integer;
  dwc:observationDate '2018-02-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/5871_60561964_60561964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561964_60561964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561964_60561964> ;
  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/5871_60561964_60561964>
  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/5871_60561964_60561964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561964'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561964'^^xsd:integer;
  dwc:observationDate '2018-02-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/5871_60561970_60561970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561970_60561970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561970_60561970> ;
  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/5871_60561970_60561970>
  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/5871_60561970_60561970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561970'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561970'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60561971_60561971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561971_60561971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561971_60561971> ;
  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/5871_60561971_60561971>
  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/5871_60561971_60561971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561971'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561971'^^xsd:integer;
  dwc:observationDate '2018-02-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/5871_60561972_60561972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561972_60561972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561972_60561972> ;
  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/5871_60561972_60561972>
  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/5871_60561972_60561972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561972'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561972'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60561976_60561976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561976_60561976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561976_60561976> ;
  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/5871_60561976_60561976>
  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/5871_60561976_60561976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561976'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561976'^^xsd:integer;
  dwc:observationDate '2018-02-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/5871_60561979_60561979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561979_60561979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561979_60561979> ;
  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/5871_60561979_60561979>
  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/5871_60561979_60561979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561979'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561979'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60561988_60561988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561988_60561988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561988_60561988> ;
  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/5871_60561988_60561988>
  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/5871_60561988_60561988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561988'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60561988'^^xsd:integer;
  dwc:observationDate '2018-02-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562010_60562010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562010_60562010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562010_60562010> ;
  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/5871_60562010_60562010>
  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/5871_60562010_60562010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562010'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562017_60562017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562017_60562017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562017_60562017> ;
  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/5871_60562017_60562017>
  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/5871_60562017_60562017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562017'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562025_60562025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562025_60562025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562025_60562025> ;
  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/5871_60562025_60562025>
  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/5871_60562025_60562025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562025'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562025'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562038_60562038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562038_60562038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562038_60562038> ;
  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/5871_60562038_60562038>
  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/5871_60562038_60562038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562038'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562038'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562054_60562054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562054_60562054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562054_60562054> ;
  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/5871_60562054_60562054>
  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/5871_60562054_60562054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562054'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562054'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562064_60562064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562064_60562064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562064_60562064> ;
  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/5871_60562064_60562064>
  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/5871_60562064_60562064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562064'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562064'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562074_60562074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562074_60562074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562074_60562074> ;
  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/5871_60562074_60562074>
  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/5871_60562074_60562074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562074'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562074'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562084_60562084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562084_60562084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562084_60562084> ;
  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/5871_60562084_60562084>
  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/5871_60562084_60562084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562084'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562084'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562093_60562093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562093_60562093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562093_60562093> ;
  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/5871_60562093_60562093>
  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/5871_60562093_60562093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562093'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562093'^^xsd:integer;
  dwc:observationDate '2018-02-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/5871_60562095_60562095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562095_60562095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562095_60562095> ;
  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/5871_60562095_60562095>
  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/5871_60562095_60562095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562095'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562095'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562101_60562101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562101_60562101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562101_60562101> ;
  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/5871_60562101_60562101>
  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/5871_60562101_60562101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562101'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562101'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562107_60562107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562107_60562107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562107_60562107> ;
  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/5871_60562107_60562107>
  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/5871_60562107_60562107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562107'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562107'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562122_60562122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562122_60562122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562122_60562122> ;
  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/5871_60562122_60562122>
  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/5871_60562122_60562122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562122'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562122'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562123_60562123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562123_60562123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562123_60562123> ;
  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/5871_60562123_60562123>
  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/5871_60562123_60562123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562123'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562125_60562125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562125_60562125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562125_60562125> ;
  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/5871_60562125_60562125>
  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/5871_60562125_60562125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562125'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562125'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562126_60562126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562126_60562126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562126_60562126> ;
  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/5871_60562126_60562126>
  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/5871_60562126_60562126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562126'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562126'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562129_60562129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562129_60562129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562129_60562129> ;
  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/5871_60562129_60562129>
  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/5871_60562129_60562129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562129'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562129'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562137_60562137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562137_60562137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562137_60562137> ;
  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/5871_60562137_60562137>
  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/5871_60562137_60562137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562137'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562137'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562145_60562145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562145_60562145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562145_60562145> ;
  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/5871_60562145_60562145>
  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/5871_60562145_60562145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562145'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562145'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562147_60562147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562147_60562147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562147_60562147> ;
  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/5871_60562147_60562147>
  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/5871_60562147_60562147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562147'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562147'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562153_60562153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562153_60562153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562153_60562153> ;
  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/5871_60562153_60562153>
  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/5871_60562153_60562153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562153'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562153'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562165_60562165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562165_60562165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562165_60562165> ;
  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/5871_60562165_60562165>
  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/5871_60562165_60562165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562165'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562165'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562192_60562192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562192_60562192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562192_60562192> ;
  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/5871_60562192_60562192>
  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/5871_60562192_60562192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562192'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562192'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562197_60562197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562197_60562197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562197_60562197> ;
  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/5871_60562197_60562197>
  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/5871_60562197_60562197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562197'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562197'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562198_60562198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562198_60562198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562198_60562198> ;
  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/5871_60562198_60562198>
  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/5871_60562198_60562198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562198'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^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 '60562198'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562200_60562200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562200_60562200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562200_60562200> ;
  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/5871_60562200_60562200>
  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/5871_60562200_60562200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562200'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562200'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562208_60562208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562208_60562208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562208_60562208> ;
  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/5871_60562208_60562208>
  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/5871_60562208_60562208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562208'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562208'^^xsd:integer;
  dwc:observationDate '2018-02-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 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/5871_60562231_60562231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562231_60562231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562231_60562231> ;
  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/5871_60562231_60562231>
  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/5871_60562231_60562231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562231'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562231'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562235_60562235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562235_60562235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562235_60562235> ;
  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/5871_60562235_60562235>
  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/5871_60562235_60562235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562235'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562235'^^xsd:integer;
  dwc:observationDate '2018-02-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 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/5871_60562255_60562255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562255_60562255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562255_60562255> ;
  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/5871_60562255_60562255>
  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/5871_60562255_60562255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562255'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562255'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562262_60562262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562262_60562262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562262_60562262> ;
  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/5871_60562262_60562262>
  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/5871_60562262_60562262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562262'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562262'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562283_60562283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562283_60562283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562283_60562283> ;
  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/5871_60562283_60562283>
  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/5871_60562283_60562283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562283'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562283'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562311_60562311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562311_60562311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562311_60562311> ;
  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/5871_60562311_60562311>
  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/5871_60562311_60562311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562311'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562311'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562321_60562321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562321_60562321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562321_60562321> ;
  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/5871_60562321_60562321>
  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/5871_60562321_60562321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562321'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562321'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562335_60562335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562335_60562335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562335_60562335> ;
  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/5871_60562335_60562335>
  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/5871_60562335_60562335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562335'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562337_60562337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562337_60562337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562337_60562337> ;
  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/5871_60562337_60562337>
  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/5871_60562337_60562337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562337'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562337'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562344_60562344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562344_60562344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562344_60562344> ;
  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/5871_60562344_60562344>
  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/5871_60562344_60562344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562344'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562344'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562363_60562363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562363_60562363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562363_60562363> ;
  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/5871_60562363_60562363>
  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/5871_60562363_60562363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562363'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562363'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562367_60562367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562367_60562367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562367_60562367> ;
  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/5871_60562367_60562367>
  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/5871_60562367_60562367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562367'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562367'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562368_60562368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562368_60562368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562368_60562368> ;
  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/5871_60562368_60562368>
  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/5871_60562368_60562368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562368'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562368'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562369_60562369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562369_60562369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562369_60562369> ;
  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/5871_60562369_60562369>
  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/5871_60562369_60562369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562369'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562369'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562374_60562374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562374_60562374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562374_60562374> ;
  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/5871_60562374_60562374>
  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/5871_60562374_60562374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562374'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562374'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562376_60562376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562376_60562376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562376_60562376> ;
  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/5871_60562376_60562376>
  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/5871_60562376_60562376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562376'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562376'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562381_60562381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562381_60562381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562381_60562381> ;
  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/5871_60562381_60562381>
  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/5871_60562381_60562381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562381'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562381'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562393_60562393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562393_60562393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562393_60562393> ;
  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/5871_60562393_60562393>
  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/5871_60562393_60562393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562393'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562393'^^xsd:integer;
  dwc:observationDate '2018-02-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/5871_60562394_60562394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562394_60562394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562394_60562394> ;
  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/5871_60562394_60562394>
  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/5871_60562394_60562394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562394'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562394'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562396_60562396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562396_60562396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562396_60562396> ;
  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/5871_60562396_60562396>
  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/5871_60562396_60562396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562396'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562396'^^xsd:integer;
  dwc:observationDate '2018-02-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/5871_60562397_60562397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562397_60562397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562397_60562397> ;
  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/5871_60562397_60562397>
  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/5871_60562397_60562397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562397'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562397'^^xsd:integer;
  dwc:observationDate '2018-02-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/5871_60562398_60562398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562398_60562398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562398_60562398> ;
  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/5871_60562398_60562398>
  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/5871_60562398_60562398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562398'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562398'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562407_60562407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562407_60562407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562407_60562407> ;
  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/5871_60562407_60562407>
  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/5871_60562407_60562407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562407'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562407'^^xsd:integer;
  dwc:observationDate '2018-02-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/5871_60562408_60562408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562408_60562408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562408_60562408> ;
  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/5871_60562408_60562408>
  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/5871_60562408_60562408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562408'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562408'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562411_60562411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562411_60562411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562411_60562411> ;
  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/5871_60562411_60562411>
  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/5871_60562411_60562411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562411'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562411'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562418_60562418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562418_60562418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562418_60562418> ;
  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/5871_60562418_60562418>
  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/5871_60562418_60562418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562418'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562418'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562421_60562421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562421_60562421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562421_60562421> ;
  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/5871_60562421_60562421>
  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/5871_60562421_60562421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562421'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562429_60562429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562429_60562429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562429_60562429> ;
  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/5871_60562429_60562429>
  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/5871_60562429_60562429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562429'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562429'^^xsd:integer;
  dwc:observationDate '2018-02-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/5871_60562430_60562430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562430_60562430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562430_60562430> ;
  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/5871_60562430_60562430>
  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/5871_60562430_60562430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562430'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562430'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562432_60562432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562432_60562432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562432_60562432> ;
  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/5871_60562432_60562432>
  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/5871_60562432_60562432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562432'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562432'^^xsd:integer;
  dwc:observationDate '2018-02-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 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/5871_60562451_60562451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562451_60562451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562451_60562451> ;
  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/5871_60562451_60562451>
  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/5871_60562451_60562451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562451'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562451'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562468_60562468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562468_60562468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562468_60562468> ;
  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/5871_60562468_60562468>
  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/5871_60562468_60562468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562468'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562468'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562472_60562472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562472_60562472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562472_60562472> ;
  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/5871_60562472_60562472>
  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/5871_60562472_60562472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562472'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562472'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562484_60562484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562484_60562484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562484_60562484> ;
  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/5871_60562484_60562484>
  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/5871_60562484_60562484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562484'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562484'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562496_60562496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562496_60562496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562496_60562496> ;
  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/5871_60562496_60562496>
  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/5871_60562496_60562496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562496'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562496'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562499_60562499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562499_60562499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562499_60562499> ;
  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/5871_60562499_60562499>
  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/5871_60562499_60562499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562499'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562499'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562508_60562508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562508_60562508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562508_60562508> ;
  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/5871_60562508_60562508>
  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/5871_60562508_60562508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562508'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562508'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562520_60562520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562520_60562520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562520_60562520> ;
  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/5871_60562520_60562520>
  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/5871_60562520_60562520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562520'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^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 '60562520'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562524_60562524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562524_60562524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562524_60562524> ;
  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/5871_60562524_60562524>
  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/5871_60562524_60562524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562524'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^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 '60562524'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562526_60562526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562526_60562526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562526_60562526> ;
  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/5871_60562526_60562526>
  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/5871_60562526_60562526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562526'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^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 '60562526'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562533_60562533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562533_60562533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562533_60562533> ;
  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/5871_60562533_60562533>
  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/5871_60562533_60562533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562533'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^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 '60562533'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562535_60562535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562535_60562535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562535_60562535> ;
  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/5871_60562535_60562535>
  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/5871_60562535_60562535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562535'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^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 '60562535'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562536_60562536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562536_60562536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562536_60562536> ;
  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/5871_60562536_60562536>
  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/5871_60562536_60562536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^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 '60562536'^^xsd:integer;
  dwc:observationDate '2018-02-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562537_60562537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562537_60562537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562537_60562537> ;
  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/5871_60562537_60562537>
  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/5871_60562537_60562537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562537'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562537'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60562542_60562542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562542_60562542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562542_60562542> ;
  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/5871_60562542_60562542>
  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/5871_60562542_60562542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562542'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^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 '60562542'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60562544_60562544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562544_60562544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562544_60562544> ;
  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/5871_60562544_60562544>
  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/5871_60562544_60562544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562544'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^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 '60562544'^^xsd:integer;
  dwc:observationDate '2018-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562548_60562548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562548_60562548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562548_60562548> ;
  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/5871_60562548_60562548>
  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/5871_60562548_60562548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562548'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^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 '60562548'^^xsd:integer;
  dwc:observationDate '2018-03-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-115442'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60562549_60562549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60562549_60562549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60562549_60562549> ;
  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/5871_60562549_60562549>
  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/5871_60562549_60562549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60562549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60562549'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60562549'^^xsd:integer;
  dwc:observationDate '2018-04-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/5871_56649811_56649811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56649811_56649811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56649811_56649811> ;
  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/5871_56649811_56649811>
  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/5871_56649811_56649811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56649811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56649811'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^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 '56649811'^^xsd:integer;
  dwc:observationDate '2018-04-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-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56649814_56649814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56649814_56649814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56649814_56649814> ;
  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/5871_56649814_56649814>
  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/5871_56649814_56649814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56649814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56649814'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^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 '56649814'^^xsd:integer;
  dwc:observationDate '2018-04-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-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56649815_56649815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56649815_56649815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56649815_56649815> ;
  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/5871_56649815_56649815>
  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/5871_56649815_56649815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56649815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56649815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '56649815'^^xsd:integer;
  dwc:observationDate '2018-04-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-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_56649816_56649816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_56649816_56649816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_56649816_56649816> ;
  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/5871_56649816_56649816>
  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/5871_56649816_56649816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "56649816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '56649816'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '56649816'^^xsd:integer;
  dwc:observationDate '2018-04-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-113524'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524192_60524192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524192_60524192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524192_60524192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524192_60524192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524192_60524192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524192'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60524192'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524100_60524100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524100_60524100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524100_60524100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524100_60524100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524100_60524100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524100'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60524100'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524101_60524101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524101_60524101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524101_60524101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524101_60524101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524101_60524101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524101'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60524101'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524195_60524195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524195_60524195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524195_60524195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524195_60524195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524195_60524195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524195'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60524195'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524196_60524196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524196_60524196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524196_60524196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524196_60524196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524196_60524196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524196'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60524196'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524202_60524202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524202_60524202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524202_60524202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524202_60524202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524202_60524202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524202'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60524202'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524225_60524225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524225_60524225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524225_60524225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524225_60524225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524225_60524225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524225'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60524225'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524231_60524231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524231_60524231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524231_60524231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524231_60524231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524231_60524231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524231'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60524231'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60526385_60526385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526385_60526385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526385_60526385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526385_60526385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526385_60526385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526385'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60526385'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524239_60524239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524239_60524239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524239_60524239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524239_60524239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524239_60524239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524239'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524239'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524245_60524245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524245_60524245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524245_60524245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524245_60524245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524245_60524245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524245'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524245'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524249_60524249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524249_60524249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524249_60524249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524249_60524249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524249_60524249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524249'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524249'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60526388_60526388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526388_60526388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526388_60526388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526388_60526388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526388_60526388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526388'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60526388'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524255_60524255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524255_60524255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524255_60524255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524255_60524255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524255_60524255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524255'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60524255'^^xsd:integer;
  dwc:observationDate '2018-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524102_60524102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524102_60524102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524102_60524102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524102_60524102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524102_60524102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524102'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60524102'^^xsd:integer;
  dwc:observationDate '2018-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524103_60524103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524103_60524103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524103_60524103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524103_60524103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524103_60524103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524103'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^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 '60524103'^^xsd:integer;
  dwc:observationDate '2018-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524108_60524108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524108_60524108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524108_60524108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524108_60524108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524108_60524108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524108'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524108'^^xsd:integer;
  dwc:observationDate '2018-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/5871_60524113_60524113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524113_60524113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524113_60524113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524113_60524113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524113_60524113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524113'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524113'^^xsd:integer;
  dwc:observationDate '2018-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/5871_60524120_60524120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524120_60524120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524120_60524120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524120_60524120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524120_60524120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524120'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524120'^^xsd:integer;
  dwc:observationDate '2018-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/5871_60524125_60524125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524125_60524125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524125_60524125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524125_60524125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524125_60524125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524125'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524125'^^xsd:integer;
  dwc:observationDate '2018-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524263_60524263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524263_60524263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524263_60524263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524263_60524263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524263_60524263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524263'^^xsd:integer;
  dwc:observationDate '2018-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/5871_60561816_60561816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561816_60561816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561816_60561816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12267069 4.21890556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12267069"^^xsd:decimal ;
  dwc:decimalLongitude "4.21890556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60561816_60561816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12267069 4.21890556)"^^geo:wktLiteral ;
  geo-pos:lat "51.12267069"^^xsd:decimal ;
  geo-pos:long "4.21890556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60561816_60561816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561816'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.21890556'^^xsd:double;
  dwc:latitude '51.12267069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60561816'^^xsd:integer;
  dwc:observationDate '2018-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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60561817_60561817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60561817_60561817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60561817_60561817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12267069 4.21890556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12267069"^^xsd:decimal ;
  dwc:decimalLongitude "4.21890556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60561817_60561817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12267069 4.21890556)"^^geo:wktLiteral ;
  geo-pos:lat "51.12267069"^^xsd:decimal ;
  geo-pos:long "4.21890556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60561817_60561817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60561817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60561817'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.21890556'^^xsd:double;
  dwc:latitude '51.12267069'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60561817'^^xsd:integer;
  dwc:observationDate '2018-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-115441'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524128_60524128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524128_60524128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524128_60524128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524128_60524128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524128_60524128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524128'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524128'^^xsd:integer;
  dwc:observationDate '2018-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524130_60524130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524130_60524130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524130_60524130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524130_60524130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524130_60524130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524130'^^xsd:integer;
  dwc:observationDate '2018-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524132_60524132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524132_60524132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524132_60524132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524132_60524132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524132_60524132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524132'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524132'^^xsd:integer;
  dwc:observationDate '2018-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524143_60524143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524143_60524143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524143_60524143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524143_60524143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524143_60524143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524143'^^xsd:integer;
  dwc:observationDate '2018-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524144_60524144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524144_60524144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524144_60524144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524144_60524144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524144_60524144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524144'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524144'^^xsd:integer;
  dwc:observationDate '2018-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524148_60524148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524148_60524148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524148_60524148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524148_60524148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524148_60524148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524148'^^xsd:integer;
  dwc:observationDate '2018-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/5871_60524265_60524265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524265_60524265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524265_60524265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524265_60524265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524265_60524265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^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 '60524265'^^xsd:integer;
  dwc:observationDate '2018-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524268_60524268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524268_60524268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524268_60524268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524268_60524268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524268_60524268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524268'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^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 '60524268'^^xsd:integer;
  dwc:observationDate '2018-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60526390_60526390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526390_60526390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526390_60526390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526390_60526390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526390_60526390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526390'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60526390'^^xsd:integer;
  dwc:observationDate '2018-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-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60526392_60526392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526392_60526392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526392_60526392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526392_60526392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526392_60526392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526392'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60526392'^^xsd:integer;
  dwc:observationDate '2018-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-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60526401_60526401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526401_60526401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526401_60526401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526401_60526401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526401_60526401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526401'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60526401'^^xsd:integer;
  dwc:observationDate '2018-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-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524149_60524149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524149_60524149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524149_60524149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524149_60524149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524149_60524149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524149'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524149'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524270_60524270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524270_60524270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524270_60524270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524270_60524270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524270_60524270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524270'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524270'^^xsd:integer;
  dwc:observationDate '2018-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60526406_60526406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526406_60526406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526406_60526406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526406_60526406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526406_60526406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526406'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60526406'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524150_60524150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524150_60524150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524150_60524150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524150_60524150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524150_60524150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524150'^^xsd:integer;
  dwc:observationDate '2018-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524155_60524155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524155_60524155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524155_60524155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524155_60524155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524155_60524155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524155'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524155'^^xsd:integer;
  dwc:observationDate '2018-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/5871_60524157_60524157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524157_60524157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524157_60524157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524157_60524157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524157_60524157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524157'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524157'^^xsd:integer;
  dwc:observationDate '2018-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524160_60524160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524160_60524160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524160_60524160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524160_60524160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524160_60524160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524160'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524160'^^xsd:integer;
  dwc:observationDate '2018-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524161_60524161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524161_60524161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524161_60524161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524161_60524161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524161_60524161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524161'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524161'^^xsd:integer;
  dwc:observationDate '2018-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524171_60524171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524171_60524171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524171_60524171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05546566"^^xsd:decimal ;
  dwc:decimalLongitude "4.442865645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524171_60524171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05546566 4.442865645)"^^geo:wktLiteral ;
  geo-pos:lat "51.05546566"^^xsd:decimal ;
  geo-pos:long "4.442865645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524171_60524171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524171'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60524171'^^xsd:integer;
  dwc:observationDate '2018-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524274_60524274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524274_60524274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524274_60524274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0340958"^^xsd:decimal ;
  dwc:decimalLongitude "4.471940005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524274_60524274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0340958 4.471940005)"^^geo:wktLiteral ;
  geo-pos:lat "51.0340958"^^xsd:decimal ;
  geo-pos:long "4.471940005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524274_60524274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524274'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^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 '60524274'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60526407_60526407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526407_60526407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526407_60526407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526407_60526407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526407_60526407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526407'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60526407'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60526409_60526409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526409_60526409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526409_60526409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526409_60526409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526409_60526409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60526409'^^xsd:integer;
  dwc:observationDate '2018-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-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60526410_60526410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526410_60526410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526410_60526410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526410_60526410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526410_60526410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526410'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60526410'^^xsd:integer;
  dwc:observationDate '2018-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-127026'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60526412_60526412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60526412_60526412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60526412_60526412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.025057"^^xsd:decimal ;
  dwc:decimalLongitude "4.495476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60526412_60526412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.025057 4.495476)"^^geo:wktLiteral ;
  geo-pos:lat "51.025057"^^xsd:decimal ;
  geo-pos:long "4.495476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60526412_60526412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60526412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60526412'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '60526412'^^xsd:integer;
  dwc:observationDate '2018-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 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/5871_60524334_60524334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524334_60524334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524334_60524334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524334_60524334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524334_60524334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524334'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524334'^^xsd:integer;
  dwc:observationDate '2018-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_60524336_60524336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_60524336_60524336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_60524336_60524336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01136918"^^xsd:decimal ;
  dwc:decimalLongitude "4.520968635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_60524336_60524336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01136918 4.520968635)"^^geo:wktLiteral ;
  geo-pos:lat "51.01136918"^^xsd:decimal ;
  geo-pos:long "4.520968635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_60524336_60524336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "60524336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '60524336'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^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 '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '60524336'^^xsd:integer;
  dwc:observationDate '2018-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_77114772_77114772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_77114772_77114772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_77114772_77114772> ;
  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/5871_77114772_77114772>
  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/5871_77114772_77114772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "77114772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '77114772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '77114772'^^xsd:integer;
  dwc:observationDate '2018-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_77114774_77114774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_77114774_77114774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_77114774_77114774> ;
  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/5871_77114774_77114774>
  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/5871_77114774_77114774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "77114774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '77114774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '77114774'^^xsd:integer;
  dwc:observationDate '2018-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_77114775_77114775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_77114775_77114775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_77114775_77114775> ;
  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/5871_77114775_77114775>
  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/5871_77114775_77114775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "77114775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '77114775'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.33602'^^xsd:double;
  dwc:latitude '51.19068'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '77114775'^^xsd:integer;
  dwc:observationDate '2018-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_77114776_77114776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_77114776_77114776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_77114776_77114776> ;
  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/5871_77114776_77114776>
  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/5871_77114776_77114776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "77114776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '77114776'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^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 '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '77114776'^^xsd:integer;
  dwc:observationDate '2018-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-127738'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_77114442_77114442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_77114442_77114442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_77114442_77114442> ;
  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/5871_77114442_77114442>
  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/5871_77114442_77114442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "77114442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '77114442'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^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 '77114442'^^xsd:integer;
  dwc:observationDate '2018-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-127719'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_370_1171782_capture_370_1171782_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_370_1171782_capture_370_1171782_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_370_1171782_capture_370_1171782_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991228 5.049235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991228"^^xsd:decimal ;
  dwc:decimalLongitude "5.049235"^^xsd:decimal ;
  dwc: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/5871_370_1171782_capture_370_1171782_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991228 5.049235)"^^geo:wktLiteral ;
  geo-pos:lat "50.991228"^^xsd:decimal ;
  geo-pos:long "5.049235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_370_1171782_capture_370_1171782_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "370_1171782_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '370_1171782_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.049235'^^xsd:double;
  dwc:latitude '50.991228'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '370_1171782_capture'^^xsd:string;
  dwc:observationDate '2014-05-20'^^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/5871_370_1171782_release_370_1171782_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_370_1171782_release_370_1171782_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_370_1171782_release_370_1171782_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc: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/5871_370_1171782_release_370_1171782_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_370_1171782_release_370_1171782_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "370_1171782_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '370_1171782_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '370_1171782_release'^^xsd:string;
  dwc:observationDate '2014-05-20'^^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/5871_21058150_21058150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21058150_21058150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21058150_21058150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21058150_21058150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21058150_21058150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21058150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21058150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21058150'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22386976_22386976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22386976_22386976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22386976_22386976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22386976_22386976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22386976_22386976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22386976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22386976'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22386976'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21699347_21699347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21699347_21699347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21699347_21699347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21699347_21699347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21699347_21699347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21699347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21699347'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21699347'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21770731_21770731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21770731_21770731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21770731_21770731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21770731_21770731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21770731_21770731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21770731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21770731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21770731'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21463007_21463007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21463007_21463007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21463007_21463007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21463007_21463007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21463007_21463007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21463007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21463007'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21463007'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22449214_22449214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22449214_22449214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22449214_22449214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22449214_22449214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22449214_22449214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22449214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22449214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22449214'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21066685_21066685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21066685_21066685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21066685_21066685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21066685_21066685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21066685_21066685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21066685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21066685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21066685'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22609515_22609515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22609515_22609515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22609515_22609515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22609515_22609515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22609515_22609515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22609515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22609515'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22609515'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21402521_21402521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21402521_21402521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21402521_21402521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21402521_21402521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21402521_21402521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21402521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21402521'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21402521'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20796918_20796918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20796918_20796918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20796918_20796918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20796918_20796918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20796918_20796918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20796918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20796918'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20796918'^^xsd:integer;
  dwc:observationDate '2014-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 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21025279_21025279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21025279_21025279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21025279_21025279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21025279_21025279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21025279_21025279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21025279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21025279'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21025279'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21172681_21172681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21172681_21172681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21172681_21172681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21172681_21172681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21172681_21172681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21172681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21172681'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21172681'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21562124_21562124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21562124_21562124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21562124_21562124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21562124_21562124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21562124_21562124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21562124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21562124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21562124'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20668456_20668456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20668456_20668456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20668456_20668456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20668456_20668456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20668456_20668456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20668456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20668456'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20668456'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22532543_22532543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22532543_22532543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22532543_22532543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22532543_22532543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22532543_22532543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22532543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22532543'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22532543'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21019148_21019148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21019148_21019148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21019148_21019148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21019148_21019148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21019148_21019148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21019148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21019148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21019148'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20719222_20719222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20719222_20719222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20719222_20719222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20719222_20719222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20719222_20719222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20719222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20719222'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20719222'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22271258_22271258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22271258_22271258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22271258_22271258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22271258_22271258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22271258_22271258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22271258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22271258'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22271258'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21657201_21657201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21657201_21657201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21657201_21657201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21657201_21657201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21657201_21657201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21657201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21657201'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21657201'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21662082_21662082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21662082_21662082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21662082_21662082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21662082_21662082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21662082_21662082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21662082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21662082'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21662082'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22358304_22358304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22358304_22358304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22358304_22358304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22358304_22358304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22358304_22358304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22358304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22358304'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22358304'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21159509_21159509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21159509_21159509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21159509_21159509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21159509_21159509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21159509_21159509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21159509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21159509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21159509'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22093322_22093322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22093322_22093322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22093322_22093322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22093322_22093322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22093322_22093322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22093322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22093322'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22093322'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21712669_21712669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21712669_21712669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21712669_21712669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21712669_21712669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21712669_21712669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21712669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21712669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21712669'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20711831_20711831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20711831_20711831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20711831_20711831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20711831_20711831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20711831_20711831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20711831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20711831'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20711831'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22320031_22320031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22320031_22320031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22320031_22320031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22320031_22320031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22320031_22320031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22320031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22320031'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22320031'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21844929_21844929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21844929_21844929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21844929_21844929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21844929_21844929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21844929_21844929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21844929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21844929'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21844929'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22657370_22657370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22657370_22657370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22657370_22657370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22657370_22657370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22657370_22657370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22657370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22657370'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22657370'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21463557_21463557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21463557_21463557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21463557_21463557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21463557_21463557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21463557_21463557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21463557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21463557'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21463557'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21910995_21910995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21910995_21910995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21910995_21910995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21910995_21910995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21910995_21910995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21910995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21910995'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21910995'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21919487_21919487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21919487_21919487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21919487_21919487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21919487_21919487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21919487_21919487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21919487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21919487'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21919487'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22218875_22218875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22218875_22218875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22218875_22218875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22218875_22218875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22218875_22218875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22218875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22218875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22218875'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21960132_21960132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21960132_21960132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21960132_21960132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21960132_21960132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21960132_21960132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21960132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21960132'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21960132'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21710988_21710988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21710988_21710988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21710988_21710988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21710988_21710988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21710988_21710988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21710988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21710988'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21710988'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21006615_21006615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21006615_21006615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21006615_21006615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21006615_21006615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21006615_21006615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21006615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21006615'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21006615'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20732284_20732284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20732284_20732284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20732284_20732284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20732284_20732284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20732284_20732284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20732284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20732284'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20732284'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20842944_20842944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20842944_20842944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20842944_20842944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20842944_20842944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20842944_20842944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20842944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20842944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20842944'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22689254_22689254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22689254_22689254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22689254_22689254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22689254_22689254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22689254_22689254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22689254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22689254'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22689254'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21443779_21443779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21443779_21443779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21443779_21443779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21443779_21443779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21443779_21443779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21443779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21443779'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21443779'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22066207_22066207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22066207_22066207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22066207_22066207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22066207_22066207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22066207_22066207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22066207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22066207'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22066207'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22597759_22597759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22597759_22597759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22597759_22597759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22597759_22597759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22597759_22597759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22597759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22597759'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22597759'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22515415_22515415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22515415_22515415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22515415_22515415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22515415_22515415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22515415_22515415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22515415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22515415'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22515415'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21915388_21915388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21915388_21915388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21915388_21915388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21915388_21915388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21915388_21915388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21915388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21915388'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21915388'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21391152_21391152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21391152_21391152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21391152_21391152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21391152_21391152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21391152_21391152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21391152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21391152'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21391152'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22308375_22308375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22308375_22308375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22308375_22308375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22308375_22308375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22308375_22308375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22308375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22308375'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22308375'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21845406_21845406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21845406_21845406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21845406_21845406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21845406_21845406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21845406_21845406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21845406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21845406'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21845406'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21178489_21178489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21178489_21178489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21178489_21178489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21178489_21178489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21178489_21178489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21178489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21178489'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21178489'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21786698_21786698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21786698_21786698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21786698_21786698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21786698_21786698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21786698_21786698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21786698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21786698'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21786698'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21214891_21214891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21214891_21214891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21214891_21214891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21214891_21214891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21214891_21214891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21214891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21214891'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21214891'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21856578_21856578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21856578_21856578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21856578_21856578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21856578_21856578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21856578_21856578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21856578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21856578'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21856578'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21269293_21269293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21269293_21269293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21269293_21269293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21269293_21269293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21269293_21269293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21269293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21269293'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21269293'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21074832_21074832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21074832_21074832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21074832_21074832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21074832_21074832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21074832_21074832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21074832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21074832'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21074832'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22007093_22007093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22007093_22007093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22007093_22007093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22007093_22007093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22007093_22007093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22007093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22007093'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22007093'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22683398_22683398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22683398_22683398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22683398_22683398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22683398_22683398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22683398_22683398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22683398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22683398'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22683398'^^xsd:integer;
  dwc:observationDate '2014-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 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21807302_21807302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21807302_21807302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21807302_21807302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21807302_21807302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21807302_21807302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21807302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21807302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21807302'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20730913_20730913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20730913_20730913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20730913_20730913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20730913_20730913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20730913_20730913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20730913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20730913'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20730913'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22300795_22300795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22300795_22300795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22300795_22300795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22300795_22300795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22300795_22300795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22300795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22300795'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22300795'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22199992_22199992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22199992_22199992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22199992_22199992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22199992_22199992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22199992_22199992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22199992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22199992'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22199992'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21329329_21329329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21329329_21329329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21329329_21329329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21329329_21329329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21329329_21329329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21329329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21329329'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21329329'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21222897_21222897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21222897_21222897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21222897_21222897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21222897_21222897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21222897_21222897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21222897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21222897'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21222897'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20959032_20959032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20959032_20959032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20959032_20959032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20959032_20959032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20959032_20959032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20959032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20959032'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20959032'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22294661_22294661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22294661_22294661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22294661_22294661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22294661_22294661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22294661_22294661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22294661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22294661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22294661'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20947593_20947593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20947593_20947593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20947593_20947593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20947593_20947593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20947593_20947593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20947593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20947593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20947593'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22115734_22115734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22115734_22115734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22115734_22115734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22115734_22115734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22115734_22115734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22115734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22115734'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22115734'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21791611_21791611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21791611_21791611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21791611_21791611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21791611_21791611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21791611_21791611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21791611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21791611'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21791611'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20991717_20991717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20991717_20991717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20991717_20991717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20991717_20991717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20991717_20991717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20991717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20991717'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20991717'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22412154_22412154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22412154_22412154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22412154_22412154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22412154_22412154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22412154_22412154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22412154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22412154'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22412154'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20860035_20860035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20860035_20860035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20860035_20860035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20860035_20860035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20860035_20860035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20860035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20860035'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20860035'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21574820_21574820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21574820_21574820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21574820_21574820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21574820_21574820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21574820_21574820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21574820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21574820'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21574820'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22692796_22692796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22692796_22692796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22692796_22692796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22692796_22692796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22692796_22692796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22692796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22692796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22692796'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21825438_21825438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21825438_21825438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21825438_21825438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21825438_21825438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21825438_21825438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21825438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21825438'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21825438'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22357093_22357093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22357093_22357093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22357093_22357093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22357093_22357093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22357093_22357093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22357093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22357093'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22357093'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21962487_21962487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21962487_21962487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21962487_21962487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21962487_21962487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21962487_21962487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21962487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21962487'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21962487'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20728968_20728968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20728968_20728968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20728968_20728968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20728968_20728968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20728968_20728968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20728968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20728968'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20728968'^^xsd:integer;
  dwc:observationDate '2014-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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22328855_22328855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22328855_22328855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22328855_22328855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22328855_22328855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22328855_22328855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22328855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22328855'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22328855'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20840638_20840638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20840638_20840638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20840638_20840638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20840638_20840638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20840638_20840638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20840638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20840638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20840638'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21911009_21911009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21911009_21911009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21911009_21911009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21911009_21911009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21911009_21911009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21911009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21911009'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21911009'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22686108_22686108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22686108_22686108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22686108_22686108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22686108_22686108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22686108_22686108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22686108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22686108'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22686108'^^xsd:integer;
  dwc:observationDate '2014-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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20707782_20707782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20707782_20707782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20707782_20707782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20707782_20707782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20707782_20707782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20707782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20707782'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20707782'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21482455_21482455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21482455_21482455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21482455_21482455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21482455_21482455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21482455_21482455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21482455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21482455'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21482455'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22689903_22689903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22689903_22689903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22689903_22689903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22689903_22689903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22689903_22689903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22689903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22689903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22689903'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22409015_22409015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22409015_22409015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22409015_22409015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22409015_22409015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22409015_22409015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22409015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22409015'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22409015'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22371568_22371568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22371568_22371568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22371568_22371568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22371568_22371568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22371568_22371568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22371568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22371568'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22371568'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21764744_21764744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21764744_21764744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21764744_21764744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21764744_21764744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21764744_21764744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21764744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21764744'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21764744'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22646385_22646385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22646385_22646385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22646385_22646385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22646385_22646385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22646385_22646385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22646385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22646385'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22646385'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20819278_20819278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20819278_20819278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20819278_20819278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20819278_20819278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20819278_20819278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20819278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20819278'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20819278'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21954954_21954954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21954954_21954954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21954954_21954954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21954954_21954954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21954954_21954954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21954954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21954954'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21954954'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20757191_20757191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20757191_20757191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20757191_20757191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20757191_20757191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20757191_20757191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20757191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20757191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20757191'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21316143_21316143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21316143_21316143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21316143_21316143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21316143_21316143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21316143_21316143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21316143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21316143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21316143'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21700584_21700584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21700584_21700584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21700584_21700584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21700584_21700584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21700584_21700584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21700584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21700584'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21700584'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21836074_21836074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21836074_21836074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21836074_21836074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21836074_21836074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21836074_21836074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21836074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21836074'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21836074'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21228364_21228364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21228364_21228364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21228364_21228364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21228364_21228364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21228364_21228364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21228364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21228364'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21228364'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22143907_22143907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22143907_22143907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22143907_22143907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22143907_22143907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22143907_22143907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22143907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22143907'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22143907'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20669968_20669968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20669968_20669968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20669968_20669968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20669968_20669968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20669968_20669968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20669968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20669968'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20669968'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21233108_21233108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21233108_21233108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21233108_21233108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21233108_21233108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21233108_21233108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21233108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21233108'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21233108'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22701464_22701464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22701464_22701464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22701464_22701464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22701464_22701464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22701464_22701464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22701464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22701464'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22701464'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22677202_22677202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22677202_22677202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22677202_22677202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22677202_22677202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22677202_22677202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22677202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22677202'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22677202'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22037192_22037192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22037192_22037192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22037192_22037192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22037192_22037192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22037192_22037192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22037192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22037192'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22037192'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22439773_22439773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22439773_22439773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22439773_22439773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22439773_22439773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22439773_22439773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22439773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22439773'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22439773'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21297856_21297856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21297856_21297856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21297856_21297856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21297856_21297856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21297856_21297856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21297856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21297856'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21297856'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21223666_21223666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21223666_21223666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21223666_21223666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21223666_21223666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21223666_21223666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21223666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21223666'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21223666'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21536331_21536331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21536331_21536331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21536331_21536331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21536331_21536331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21536331_21536331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21536331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21536331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21536331'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21863611_21863611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21863611_21863611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21863611_21863611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21863611_21863611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21863611_21863611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21863611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21863611'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21863611'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21246340_21246340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21246340_21246340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21246340_21246340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21246340_21246340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21246340_21246340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21246340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21246340'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21246340'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22589196_22589196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22589196_22589196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22589196_22589196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22589196_22589196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22589196_22589196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22589196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22589196'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22589196'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21039066_21039066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21039066_21039066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21039066_21039066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21039066_21039066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21039066_21039066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21039066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21039066'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21039066'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21870325_21870325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21870325_21870325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21870325_21870325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21870325_21870325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21870325_21870325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21870325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21870325'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21870325'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21979090_21979090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21979090_21979090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21979090_21979090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21979090_21979090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21979090_21979090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21979090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21979090'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21979090'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21520415_21520415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21520415_21520415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21520415_21520415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21520415_21520415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21520415_21520415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21520415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21520415'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21520415'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22637945_22637945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22637945_22637945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22637945_22637945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22637945_22637945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22637945_22637945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22637945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22637945'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22637945'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22081866_22081866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22081866_22081866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22081866_22081866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22081866_22081866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22081866_22081866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22081866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22081866'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22081866'^^xsd:integer;
  dwc:observationDate '2014-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21280411_21280411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21280411_21280411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21280411_21280411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21280411_21280411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21280411_21280411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21280411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21280411'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21280411'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22279214_22279214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22279214_22279214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22279214_22279214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22279214_22279214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22279214_22279214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22279214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22279214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22279214'^^xsd:integer;
  dwc:observationDate '2014-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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_44766193_44766193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_44766193_44766193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_44766193_44766193> ;
  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/5871_44766193_44766193>
  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/5871_44766193_44766193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "44766193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '44766193'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^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 '44766193'^^xsd:integer;
  dwc:observationDate '2014-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-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22668663_22668663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22668663_22668663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22668663_22668663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22668663_22668663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22668663_22668663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22668663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22668663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22668663'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21831822_21831822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21831822_21831822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21831822_21831822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21831822_21831822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21831822_21831822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21831822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21831822'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21831822'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21425409_21425409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21425409_21425409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21425409_21425409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21425409_21425409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21425409_21425409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21425409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21425409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21425409'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21408397_21408397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21408397_21408397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21408397_21408397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21408397_21408397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21408397_21408397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21408397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21408397'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21408397'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21395755_21395755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21395755_21395755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21395755_21395755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21395755_21395755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21395755_21395755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21395755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21395755'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21395755'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21320531_21320531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21320531_21320531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21320531_21320531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21320531_21320531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21320531_21320531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21320531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21320531'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21320531'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21967527_21967527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21967527_21967527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21967527_21967527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21967527_21967527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21967527_21967527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21967527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21967527'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21967527'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22274802_22274802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22274802_22274802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22274802_22274802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22274802_22274802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22274802_22274802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22274802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22274802'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22274802'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20736769_20736769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20736769_20736769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20736769_20736769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20736769_20736769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20736769_20736769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20736769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20736769'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20736769'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21226473_21226473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21226473_21226473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21226473_21226473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21226473_21226473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21226473_21226473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21226473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21226473'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21226473'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21371280_21371280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21371280_21371280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21371280_21371280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21371280_21371280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21371280_21371280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21371280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21371280'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21371280'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21861268_21861268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21861268_21861268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21861268_21861268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21861268_21861268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21861268_21861268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21861268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21861268'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21861268'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20639796_20639796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20639796_20639796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20639796_20639796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20639796_20639796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20639796_20639796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20639796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20639796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20639796'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21973442_21973442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21973442_21973442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21973442_21973442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21973442_21973442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21973442_21973442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21973442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21973442'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21973442'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22348070_22348070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22348070_22348070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22348070_22348070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22348070_22348070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22348070_22348070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22348070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22348070'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22348070'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22311826_22311826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22311826_22311826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22311826_22311826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22311826_22311826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22311826_22311826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22311826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22311826'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22311826'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21754524_21754524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21754524_21754524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21754524_21754524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21754524_21754524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21754524_21754524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21754524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21754524'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21754524'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22192946_22192946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22192946_22192946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22192946_22192946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22192946_22192946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22192946_22192946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22192946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22192946'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22192946'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22536920_22536920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22536920_22536920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22536920_22536920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22536920_22536920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22536920_22536920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22536920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22536920'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22536920'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20789507_20789507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20789507_20789507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20789507_20789507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20789507_20789507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20789507_20789507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20789507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20789507'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20789507'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21103761_21103761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21103761_21103761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21103761_21103761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21103761_21103761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21103761_21103761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21103761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21103761'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21103761'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20608030_20608030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20608030_20608030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20608030_20608030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20608030_20608030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20608030_20608030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20608030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20608030'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20608030'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22282023_22282023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22282023_22282023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22282023_22282023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22282023_22282023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22282023_22282023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22282023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22282023'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22282023'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20994165_20994165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20994165_20994165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20994165_20994165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20994165_20994165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20994165_20994165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20994165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20994165'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20994165'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20954780_20954780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20954780_20954780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20954780_20954780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20954780_20954780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20954780_20954780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20954780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20954780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20954780'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22633308_22633308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22633308_22633308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22633308_22633308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22633308_22633308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22633308_22633308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22633308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22633308'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22633308'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21127571_21127571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21127571_21127571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21127571_21127571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21127571_21127571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21127571_21127571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21127571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21127571'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21127571'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21810701_21810701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21810701_21810701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21810701_21810701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21810701_21810701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21810701_21810701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21810701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21810701'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21810701'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22403222_22403222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22403222_22403222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22403222_22403222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22403222_22403222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22403222_22403222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22403222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22403222'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22403222'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20999021_20999021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20999021_20999021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20999021_20999021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20999021_20999021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20999021_20999021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20999021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20999021'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20999021'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21988162_21988162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21988162_21988162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21988162_21988162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21988162_21988162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21988162_21988162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21988162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21988162'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21988162'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21141835_21141835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21141835_21141835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21141835_21141835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21141835_21141835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21141835_21141835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21141835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21141835'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21141835'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22390664_22390664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22390664_22390664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22390664_22390664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22390664_22390664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22390664_22390664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22390664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22390664'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22390664'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20784083_20784083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20784083_20784083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20784083_20784083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20784083_20784083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20784083_20784083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20784083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20784083'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20784083'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22370669_22370669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22370669_22370669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22370669_22370669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22370669_22370669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22370669_22370669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22370669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22370669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22370669'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22070577_22070577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22070577_22070577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22070577_22070577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22070577_22070577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22070577_22070577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22070577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22070577'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22070577'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22033166_22033166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22033166_22033166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22033166_22033166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22033166_22033166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22033166_22033166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22033166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22033166'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22033166'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21131041_21131041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21131041_21131041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21131041_21131041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21131041_21131041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21131041_21131041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21131041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21131041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21131041'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21769986_21769986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21769986_21769986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21769986_21769986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21769986_21769986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21769986_21769986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21769986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21769986'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21769986'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22055451_22055451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22055451_22055451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22055451_22055451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22055451_22055451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22055451_22055451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22055451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22055451'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22055451'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21874355_21874355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21874355_21874355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21874355_21874355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21874355_21874355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21874355_21874355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21874355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21874355'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21874355'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21146311_21146311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21146311_21146311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21146311_21146311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21146311_21146311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21146311_21146311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21146311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21146311'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21146311'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21376923_21376923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21376923_21376923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21376923_21376923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21376923_21376923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21376923_21376923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21376923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21376923'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21376923'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20907638_20907638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20907638_20907638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20907638_20907638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20907638_20907638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20907638_20907638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20907638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20907638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20907638'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21062157_21062157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21062157_21062157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21062157_21062157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21062157_21062157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21062157_21062157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21062157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21062157'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21062157'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20775369_20775369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20775369_20775369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20775369_20775369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20775369_20775369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20775369_20775369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20775369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20775369'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20775369'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22334622_22334622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22334622_22334622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22334622_22334622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22334622_22334622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22334622_22334622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22334622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22334622'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22334622'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20779200_20779200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20779200_20779200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20779200_20779200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20779200_20779200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20779200_20779200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20779200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20779200'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20779200'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22150845_22150845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22150845_22150845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22150845_22150845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22150845_22150845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22150845_22150845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22150845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22150845'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22150845'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22537489_22537489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22537489_22537489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22537489_22537489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22537489_22537489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22537489_22537489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22537489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22537489'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22537489'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22270536_22270536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22270536_22270536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22270536_22270536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22270536_22270536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22270536_22270536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22270536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22270536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22270536'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20968946_20968946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20968946_20968946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20968946_20968946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20968946_20968946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20968946_20968946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20968946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20968946'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20968946'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22263282_22263282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22263282_22263282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22263282_22263282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22263282_22263282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22263282_22263282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22263282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22263282'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22263282'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21604402_21604402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21604402_21604402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21604402_21604402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21604402_21604402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21604402_21604402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21604402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21604402'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21604402'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21147378_21147378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21147378_21147378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21147378_21147378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21147378_21147378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21147378_21147378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21147378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21147378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21147378'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21094032_21094032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21094032_21094032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21094032_21094032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21094032_21094032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21094032_21094032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21094032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21094032'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21094032'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22193330_22193330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22193330_22193330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22193330_22193330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22193330_22193330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22193330_22193330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22193330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22193330'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22193330'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22041871_22041871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22041871_22041871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22041871_22041871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22041871_22041871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22041871_22041871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22041871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22041871'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22041871'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21115179_21115179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21115179_21115179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21115179_21115179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21115179_21115179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21115179_21115179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21115179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21115179'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21115179'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20997722_20997722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20997722_20997722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20997722_20997722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20997722_20997722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20997722_20997722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20997722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20997722'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20997722'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22037581_22037581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22037581_22037581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22037581_22037581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22037581_22037581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22037581_22037581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22037581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22037581'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22037581'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20883845_20883845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20883845_20883845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20883845_20883845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20883845_20883845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20883845_20883845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20883845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20883845'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20883845'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21409182_21409182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21409182_21409182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21409182_21409182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21409182_21409182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21409182_21409182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21409182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21409182'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21409182'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21532862_21532862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21532862_21532862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21532862_21532862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21532862_21532862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21532862_21532862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21532862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21532862'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21532862'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22131122_22131122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22131122_22131122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22131122_22131122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22131122_22131122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22131122_22131122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22131122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22131122'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22131122'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21698030_21698030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21698030_21698030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21698030_21698030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21698030_21698030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21698030_21698030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21698030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21698030'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21698030'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21001047_21001047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21001047_21001047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21001047_21001047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21001047_21001047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21001047_21001047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21001047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21001047'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21001047'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21451867_21451867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21451867_21451867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21451867_21451867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21451867_21451867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21451867_21451867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21451867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21451867'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21451867'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21474764_21474764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21474764_21474764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21474764_21474764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21474764_21474764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21474764_21474764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21474764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21474764'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21474764'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21633903_21633903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21633903_21633903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21633903_21633903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21633903_21633903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21633903_21633903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21633903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21633903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21633903'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22152194_22152194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22152194_22152194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22152194_22152194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22152194_22152194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22152194_22152194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22152194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22152194'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22152194'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22602631_22602631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22602631_22602631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22602631_22602631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22602631_22602631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22602631_22602631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22602631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22602631'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22602631'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20782848_20782848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20782848_20782848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20782848_20782848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20782848_20782848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20782848_20782848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20782848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20782848'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20782848'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22435375_22435375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22435375_22435375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22435375_22435375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22435375_22435375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22435375_22435375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22435375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22435375'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22435375'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20961406_20961406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20961406_20961406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20961406_20961406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20961406_20961406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20961406_20961406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20961406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20961406'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20961406'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22379349_22379349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22379349_22379349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22379349_22379349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22379349_22379349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22379349_22379349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22379349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22379349'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22379349'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22101320_22101320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22101320_22101320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22101320_22101320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22101320_22101320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22101320_22101320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22101320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22101320'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22101320'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21916383_21916383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21916383_21916383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21916383_21916383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21916383_21916383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21916383_21916383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21916383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21916383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21916383'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20835471_20835471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20835471_20835471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20835471_20835471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20835471_20835471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20835471_20835471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20835471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20835471'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20835471'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20673503_20673503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20673503_20673503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20673503_20673503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20673503_20673503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20673503_20673503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20673503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20673503'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20673503'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21610180_21610180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21610180_21610180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21610180_21610180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21610180_21610180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21610180_21610180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21610180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21610180'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21610180'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22468266_22468266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22468266_22468266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22468266_22468266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22468266_22468266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22468266_22468266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22468266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22468266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22468266'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21409123_21409123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21409123_21409123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21409123_21409123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21409123_21409123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21409123_21409123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21409123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21409123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21409123'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21251405_21251405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21251405_21251405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21251405_21251405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21251405_21251405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21251405_21251405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21251405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21251405'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21251405'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21055767_21055767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21055767_21055767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21055767_21055767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21055767_21055767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21055767_21055767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21055767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21055767'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21055767'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21843731_21843731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21843731_21843731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21843731_21843731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21843731_21843731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21843731_21843731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21843731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21843731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21843731'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21470979_21470979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21470979_21470979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21470979_21470979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21470979_21470979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21470979_21470979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21470979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21470979'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21470979'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22314151_22314151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22314151_22314151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22314151_22314151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22314151_22314151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22314151_22314151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22314151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22314151'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22314151'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20739830_20739830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20739830_20739830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20739830_20739830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20739830_20739830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20739830_20739830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20739830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20739830'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20739830'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22657633_22657633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22657633_22657633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22657633_22657633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22657633_22657633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22657633_22657633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22657633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22657633'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22657633'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21753733_21753733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21753733_21753733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21753733_21753733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21753733_21753733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21753733_21753733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21753733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21753733'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21753733'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20784077_20784077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20784077_20784077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20784077_20784077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20784077_20784077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20784077_20784077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20784077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20784077'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20784077'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21292781_21292781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21292781_21292781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21292781_21292781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21292781_21292781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21292781_21292781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21292781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21292781'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21292781'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20636443_20636443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20636443_20636443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20636443_20636443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20636443_20636443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20636443_20636443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20636443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20636443'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20636443'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21858593_21858593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21858593_21858593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21858593_21858593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21858593_21858593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21858593_21858593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21858593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21858593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21858593'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21639075_21639075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21639075_21639075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21639075_21639075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21639075_21639075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21639075_21639075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21639075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21639075'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21639075'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21247597_21247597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21247597_21247597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21247597_21247597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21247597_21247597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21247597_21247597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21247597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21247597'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21247597'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21320926_21320926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21320926_21320926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21320926_21320926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21320926_21320926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21320926_21320926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21320926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21320926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21320926'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22712151_22712151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22712151_22712151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22712151_22712151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22712151_22712151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22712151_22712151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22712151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22712151'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22712151'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21165364_21165364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21165364_21165364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21165364_21165364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21165364_21165364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21165364_21165364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21165364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21165364'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21165364'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20941653_20941653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20941653_20941653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20941653_20941653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20941653_20941653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20941653_20941653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20941653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20941653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20941653'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21400601_21400601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21400601_21400601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21400601_21400601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21400601_21400601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21400601_21400601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21400601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21400601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21400601'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20983192_20983192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20983192_20983192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20983192_20983192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20983192_20983192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20983192_20983192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20983192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20983192'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20983192'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20674826_20674826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20674826_20674826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20674826_20674826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20674826_20674826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20674826_20674826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20674826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20674826'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20674826'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20590359_20590359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20590359_20590359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20590359_20590359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20590359_20590359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20590359_20590359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20590359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20590359'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20590359'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21387351_21387351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21387351_21387351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21387351_21387351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21387351_21387351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21387351_21387351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21387351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21387351'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21387351'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21653237_21653237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21653237_21653237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21653237_21653237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21653237_21653237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21653237_21653237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21653237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21653237'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21653237'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22419353_22419353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22419353_22419353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22419353_22419353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22419353_22419353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22419353_22419353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22419353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22419353'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22419353'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22563531_22563531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22563531_22563531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22563531_22563531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22563531_22563531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22563531_22563531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22563531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22563531'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22563531'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20848453_20848453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20848453_20848453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20848453_20848453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20848453_20848453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20848453_20848453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20848453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20848453'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20848453'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22474819_22474819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22474819_22474819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22474819_22474819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22474819_22474819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22474819_22474819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22474819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22474819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22474819'^^xsd:integer;
  dwc:observationDate '2014-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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20958891_20958891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20958891_20958891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20958891_20958891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20958891_20958891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20958891_20958891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20958891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20958891'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20958891'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22555183_22555183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22555183_22555183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22555183_22555183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22555183_22555183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22555183_22555183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22555183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22555183'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22555183'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21190306_21190306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21190306_21190306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21190306_21190306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21190306_21190306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21190306_21190306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21190306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21190306'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21190306'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20801430_20801430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20801430_20801430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20801430_20801430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20801430_20801430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20801430_20801430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20801430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20801430'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20801430'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22378660_22378660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22378660_22378660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22378660_22378660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22378660_22378660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22378660_22378660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22378660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22378660'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22378660'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21364223_21364223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21364223_21364223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21364223_21364223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21364223_21364223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21364223_21364223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21364223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21364223'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21364223'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22422661_22422661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22422661_22422661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22422661_22422661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22422661_22422661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22422661_22422661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22422661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22422661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22422661'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21888512_21888512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21888512_21888512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21888512_21888512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21888512_21888512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21888512_21888512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21888512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21888512'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21888512'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22075796_22075796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22075796_22075796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22075796_22075796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22075796_22075796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22075796_22075796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22075796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22075796'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22075796'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21661021_21661021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21661021_21661021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21661021_21661021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21661021_21661021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21661021_21661021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21661021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21661021'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21661021'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21280532_21280532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21280532_21280532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21280532_21280532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21280532_21280532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21280532_21280532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21280532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21280532'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21280532'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22086455_22086455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22086455_22086455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22086455_22086455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22086455_22086455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22086455_22086455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22086455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22086455'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22086455'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21552093_21552093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21552093_21552093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21552093_21552093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21552093_21552093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21552093_21552093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21552093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21552093'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21552093'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21065425_21065425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21065425_21065425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21065425_21065425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21065425_21065425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21065425_21065425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21065425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21065425'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21065425'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22275366_22275366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22275366_22275366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22275366_22275366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22275366_22275366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22275366_22275366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22275366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22275366'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22275366'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20616680_20616680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20616680_20616680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20616680_20616680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20616680_20616680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20616680_20616680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20616680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20616680'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20616680'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21921663_21921663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21921663_21921663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21921663_21921663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21921663_21921663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21921663_21921663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21921663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21921663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21921663'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21260131_21260131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21260131_21260131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21260131_21260131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21260131_21260131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21260131_21260131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21260131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21260131'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21260131'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22396758_22396758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22396758_22396758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22396758_22396758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22396758_22396758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22396758_22396758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22396758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22396758'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22396758'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22027359_22027359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22027359_22027359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22027359_22027359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22027359_22027359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22027359_22027359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22027359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22027359'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22027359'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21820774_21820774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21820774_21820774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21820774_21820774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21820774_21820774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21820774_21820774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21820774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21820774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21820774'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22506011_22506011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22506011_22506011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22506011_22506011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22506011_22506011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22506011_22506011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22506011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22506011'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22506011'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21510832_21510832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21510832_21510832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21510832_21510832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21510832_21510832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21510832_21510832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21510832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21510832'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21510832'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20582170_20582170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20582170_20582170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20582170_20582170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20582170_20582170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20582170_20582170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20582170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20582170'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20582170'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20658532_20658532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20658532_20658532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20658532_20658532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20658532_20658532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20658532_20658532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20658532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20658532'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20658532'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21609528_21609528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21609528_21609528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21609528_21609528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21609528_21609528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21609528_21609528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21609528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21609528'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21609528'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20790945_20790945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20790945_20790945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20790945_20790945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20790945_20790945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20790945_20790945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20790945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20790945'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20790945'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21026170_21026170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21026170_21026170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21026170_21026170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21026170_21026170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21026170_21026170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21026170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21026170'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21026170'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22661419_22661419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22661419_22661419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22661419_22661419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22661419_22661419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22661419_22661419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22661419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22661419'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22661419'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22416356_22416356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22416356_22416356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22416356_22416356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22416356_22416356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22416356_22416356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22416356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22416356'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22416356'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22267492_22267492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22267492_22267492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22267492_22267492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22267492_22267492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22267492_22267492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22267492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22267492'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22267492'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21258413_21258413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21258413_21258413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21258413_21258413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21258413_21258413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21258413_21258413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21258413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21258413'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21258413'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22360199_22360199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22360199_22360199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22360199_22360199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22360199_22360199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22360199_22360199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22360199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22360199'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22360199'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21473800_21473800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21473800_21473800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21473800_21473800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21473800_21473800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21473800_21473800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21473800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21473800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21473800'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22384728_22384728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22384728_22384728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22384728_22384728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22384728_22384728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22384728_22384728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22384728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22384728'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22384728'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22602936_22602936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22602936_22602936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22602936_22602936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22602936_22602936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22602936_22602936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22602936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22602936'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22602936'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22702573_22702573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22702573_22702573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22702573_22702573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22702573_22702573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22702573_22702573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22702573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22702573'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22702573'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21331082_21331082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21331082_21331082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21331082_21331082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21331082_21331082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21331082_21331082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21331082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21331082'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21331082'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20800875_20800875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20800875_20800875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20800875_20800875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20800875_20800875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20800875_20800875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20800875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20800875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20800875'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21981285_21981285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21981285_21981285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21981285_21981285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21981285_21981285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21981285_21981285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21981285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21981285'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21981285'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21593067_21593067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21593067_21593067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21593067_21593067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21593067_21593067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21593067_21593067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21593067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21593067'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21593067'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22300770_22300770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22300770_22300770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22300770_22300770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22300770_22300770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22300770_22300770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22300770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22300770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22300770'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20587274_20587274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20587274_20587274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20587274_20587274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20587274_20587274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20587274_20587274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20587274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20587274'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20587274'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22579034_22579034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22579034_22579034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22579034_22579034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22579034_22579034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22579034_22579034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22579034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22579034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22579034'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22421749_22421749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22421749_22421749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22421749_22421749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22421749_22421749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22421749_22421749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22421749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22421749'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22421749'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21684912_21684912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21684912_21684912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21684912_21684912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21684912_21684912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21684912_21684912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21684912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21684912'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21684912'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21511380_21511380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21511380_21511380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21511380_21511380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21511380_21511380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21511380_21511380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21511380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21511380'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21511380'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22144340_22144340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22144340_22144340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22144340_22144340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22144340_22144340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22144340_22144340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22144340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22144340'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22144340'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21243567_21243567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21243567_21243567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21243567_21243567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21243567_21243567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21243567_21243567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21243567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21243567'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21243567'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21015873_21015873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21015873_21015873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21015873_21015873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21015873_21015873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21015873_21015873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21015873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21015873'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21015873'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22569884_22569884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22569884_22569884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22569884_22569884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22569884_22569884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22569884_22569884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22569884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22569884'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22569884'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20729660_20729660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20729660_20729660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20729660_20729660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20729660_20729660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20729660_20729660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20729660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20729660'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20729660'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21627697_21627697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21627697_21627697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21627697_21627697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21627697_21627697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21627697_21627697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21627697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21627697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21627697'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22309007_22309007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22309007_22309007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22309007_22309007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22309007_22309007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22309007_22309007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22309007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22309007'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22309007'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21907085_21907085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21907085_21907085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21907085_21907085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21907085_21907085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21907085_21907085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21907085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21907085'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21907085'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22338353_22338353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22338353_22338353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22338353_22338353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22338353_22338353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22338353_22338353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22338353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22338353'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22338353'^^xsd:integer;
  dwc:observationDate '2014-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21013090_21013090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21013090_21013090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21013090_21013090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21013090_21013090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21013090_21013090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21013090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21013090'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21013090'^^xsd:integer;
  dwc:observationDate '2014-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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_44766212_44766212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_44766212_44766212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_44766212_44766212> ;
  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/5871_44766212_44766212>
  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/5871_44766212_44766212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "44766212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '44766212'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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 '44766212'^^xsd:integer;
  dwc:observationDate '2014-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-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22351891_22351891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22351891_22351891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22351891_22351891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22351891_22351891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22351891_22351891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22351891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22351891'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22351891'^^xsd:integer;
  dwc:observationDate '2014-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-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20866363_20866363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20866363_20866363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20866363_20866363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20866363_20866363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20866363_20866363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20866363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20866363'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20866363'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22111802_22111802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22111802_22111802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22111802_22111802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22111802_22111802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22111802_22111802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22111802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22111802'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22111802'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21629149_21629149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21629149_21629149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21629149_21629149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21629149_21629149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21629149_21629149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21629149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21629149'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21629149'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20931032_20931032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20931032_20931032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20931032_20931032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20931032_20931032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20931032_20931032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20931032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20931032'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20931032'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21121507_21121507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21121507_21121507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21121507_21121507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21121507_21121507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21121507_21121507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21121507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21121507'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21121507'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21053605_21053605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21053605_21053605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21053605_21053605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21053605_21053605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21053605_21053605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21053605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21053605'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21053605'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21091990_21091990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21091990_21091990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21091990_21091990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21091990_21091990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21091990_21091990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21091990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21091990'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21091990'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20793513_20793513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20793513_20793513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20793513_20793513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20793513_20793513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20793513_20793513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20793513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20793513'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20793513'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21987264_21987264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21987264_21987264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21987264_21987264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21987264_21987264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21987264_21987264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21987264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21987264'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21987264'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21768525_21768525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21768525_21768525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21768525_21768525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21768525_21768525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21768525_21768525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21768525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21768525'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21768525'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21708991_21708991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21708991_21708991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21708991_21708991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21708991_21708991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21708991_21708991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21708991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21708991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21708991'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21404465_21404465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21404465_21404465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21404465_21404465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21404465_21404465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21404465_21404465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21404465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21404465'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21404465'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22669380_22669380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22669380_22669380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22669380_22669380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22669380_22669380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22669380_22669380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22669380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22669380'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22669380'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20861833_20861833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20861833_20861833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20861833_20861833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20861833_20861833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20861833_20861833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20861833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20861833'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20861833'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21739554_21739554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21739554_21739554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21739554_21739554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21739554_21739554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21739554_21739554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21739554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21739554'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21739554'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22657079_22657079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22657079_22657079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22657079_22657079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22657079_22657079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22657079_22657079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22657079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22657079'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22657079'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20792589_20792589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20792589_20792589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20792589_20792589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20792589_20792589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20792589_20792589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20792589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20792589'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20792589'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21914557_21914557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21914557_21914557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21914557_21914557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21914557_21914557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21914557_21914557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21914557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21914557'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21914557'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22656763_22656763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22656763_22656763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22656763_22656763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22656763_22656763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22656763_22656763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22656763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22656763'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22656763'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21701409_21701409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21701409_21701409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21701409_21701409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21701409_21701409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21701409_21701409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21701409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21701409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21701409'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20724045_20724045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20724045_20724045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20724045_20724045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20724045_20724045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20724045_20724045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20724045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20724045'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20724045'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21678395_21678395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21678395_21678395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21678395_21678395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21678395_21678395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21678395_21678395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21678395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21678395'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21678395'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21495850_21495850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21495850_21495850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21495850_21495850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21495850_21495850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21495850_21495850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21495850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21495850'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21495850'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21284893_21284893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21284893_21284893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21284893_21284893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21284893_21284893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21284893_21284893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21284893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21284893'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21284893'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21983459_21983459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21983459_21983459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21983459_21983459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21983459_21983459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21983459_21983459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21983459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21983459'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21983459'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22642857_22642857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22642857_22642857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22642857_22642857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22642857_22642857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22642857_22642857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22642857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22642857'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22642857'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21386778_21386778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21386778_21386778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21386778_21386778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21386778_21386778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21386778_21386778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21386778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21386778'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21386778'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21762065_21762065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21762065_21762065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21762065_21762065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21762065_21762065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21762065_21762065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21762065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21762065'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21762065'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20841598_20841598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20841598_20841598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20841598_20841598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20841598_20841598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20841598_20841598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20841598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20841598'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20841598'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21940919_21940919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21940919_21940919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21940919_21940919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21940919_21940919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21940919_21940919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21940919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21940919'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21940919'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21719759_21719759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21719759_21719759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21719759_21719759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21719759_21719759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21719759_21719759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21719759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21719759'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21719759'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21692681_21692681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21692681_21692681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21692681_21692681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21692681_21692681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21692681_21692681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21692681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21692681'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21692681'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20675684_20675684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20675684_20675684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20675684_20675684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20675684_20675684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20675684_20675684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20675684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20675684'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20675684'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22182933_22182933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22182933_22182933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22182933_22182933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22182933_22182933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22182933_22182933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22182933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22182933'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22182933'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21452936_21452936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21452936_21452936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21452936_21452936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21452936_21452936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21452936_21452936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21452936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21452936'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21452936'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21674418_21674418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21674418_21674418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21674418_21674418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21674418_21674418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21674418_21674418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21674418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21674418'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21674418'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21955558_21955558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21955558_21955558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21955558_21955558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21955558_21955558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21955558_21955558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21955558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21955558'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21955558'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21850708_21850708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21850708_21850708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21850708_21850708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21850708_21850708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21850708_21850708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21850708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21850708'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21850708'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21842975_21842975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21842975_21842975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21842975_21842975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21842975_21842975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21842975_21842975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21842975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21842975'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21842975'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20598428_20598428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20598428_20598428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20598428_20598428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20598428_20598428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20598428_20598428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20598428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20598428'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20598428'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21977096_21977096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21977096_21977096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21977096_21977096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21977096_21977096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21977096_21977096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21977096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21977096'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21977096'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21909806_21909806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21909806_21909806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21909806_21909806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21909806_21909806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21909806_21909806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21909806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21909806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21909806'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21164159_21164159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21164159_21164159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21164159_21164159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21164159_21164159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21164159_21164159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21164159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21164159'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21164159'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21756910_21756910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21756910_21756910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21756910_21756910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21756910_21756910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21756910_21756910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21756910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21756910'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21756910'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21547484_21547484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21547484_21547484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21547484_21547484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21547484_21547484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21547484_21547484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21547484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21547484'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21547484'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21720769_21720769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21720769_21720769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21720769_21720769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21720769_21720769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21720769_21720769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21720769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21720769'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21720769'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21801934_21801934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21801934_21801934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21801934_21801934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21801934_21801934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21801934_21801934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21801934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21801934'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21801934'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22407059_22407059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22407059_22407059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22407059_22407059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22407059_22407059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22407059_22407059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22407059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22407059'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22407059'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20945021_20945021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20945021_20945021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20945021_20945021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20945021_20945021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20945021_20945021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20945021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20945021'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20945021'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20668753_20668753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20668753_20668753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20668753_20668753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20668753_20668753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20668753_20668753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20668753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20668753'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20668753'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22257744_22257744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22257744_22257744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22257744_22257744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22257744_22257744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22257744_22257744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22257744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22257744'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22257744'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20628316_20628316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20628316_20628316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20628316_20628316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20628316_20628316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20628316_20628316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20628316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20628316'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20628316'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21666915_21666915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21666915_21666915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21666915_21666915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21666915_21666915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21666915_21666915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21666915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21666915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21666915'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20912483_20912483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20912483_20912483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20912483_20912483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20912483_20912483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20912483_20912483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20912483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20912483'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20912483'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20678389_20678389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20678389_20678389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20678389_20678389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20678389_20678389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20678389_20678389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20678389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20678389'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20678389'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20837666_20837666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20837666_20837666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20837666_20837666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20837666_20837666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20837666_20837666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20837666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20837666'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20837666'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22406436_22406436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22406436_22406436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22406436_22406436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22406436_22406436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22406436_22406436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22406436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22406436'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22406436'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21403534_21403534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21403534_21403534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21403534_21403534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21403534_21403534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21403534_21403534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21403534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21403534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21403534'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22557098_22557098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22557098_22557098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22557098_22557098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22557098_22557098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22557098_22557098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22557098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22557098'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22557098'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21901849_21901849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21901849_21901849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21901849_21901849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21901849_21901849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21901849_21901849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21901849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21901849'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21901849'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22487661_22487661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22487661_22487661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22487661_22487661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22487661_22487661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22487661_22487661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22487661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22487661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22487661'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21663498_21663498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21663498_21663498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21663498_21663498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21663498_21663498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21663498_21663498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21663498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21663498'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21663498'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21260126_21260126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21260126_21260126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21260126_21260126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21260126_21260126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21260126_21260126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21260126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21260126'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21260126'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22304110_22304110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22304110_22304110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22304110_22304110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22304110_22304110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22304110_22304110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22304110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22304110'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22304110'^^xsd:integer;
  dwc:observationDate '2014-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21809825_21809825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21809825_21809825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21809825_21809825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21809825_21809825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21809825_21809825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21809825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21809825'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21809825'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21760218_21760218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21760218_21760218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21760218_21760218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21760218_21760218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21760218_21760218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21760218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21760218'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21760218'^^xsd:integer;
  dwc:observationDate '2014-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20584905_20584905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20584905_20584905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20584905_20584905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20584905_20584905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20584905_20584905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20584905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20584905'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20584905'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20635373_20635373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20635373_20635373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20635373_20635373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20635373_20635373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20635373_20635373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20635373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20635373'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20635373'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22119540_22119540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22119540_22119540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22119540_22119540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22119540_22119540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22119540_22119540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22119540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22119540'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22119540'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22355791_22355791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22355791_22355791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22355791_22355791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22355791_22355791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22355791_22355791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22355791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22355791'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22355791'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22210685_22210685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22210685_22210685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22210685_22210685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22210685_22210685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22210685_22210685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22210685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22210685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22210685'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20876225_20876225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20876225_20876225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20876225_20876225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20876225_20876225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20876225_20876225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20876225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20876225'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20876225'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22504836_22504836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22504836_22504836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22504836_22504836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22504836_22504836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22504836_22504836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22504836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22504836'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22504836'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20654706_20654706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20654706_20654706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20654706_20654706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20654706_20654706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20654706_20654706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20654706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20654706'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20654706'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22192626_22192626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22192626_22192626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22192626_22192626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22192626_22192626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22192626_22192626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22192626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22192626'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22192626'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21348079_21348079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21348079_21348079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21348079_21348079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21348079_21348079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21348079_21348079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21348079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21348079'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21348079'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21686585_21686585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21686585_21686585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21686585_21686585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21686585_21686585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21686585_21686585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21686585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21686585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21686585'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20684863_20684863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20684863_20684863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20684863_20684863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20684863_20684863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20684863_20684863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20684863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20684863'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20684863'^^xsd:integer;
  dwc:observationDate '2014-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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22259953_22259953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22259953_22259953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22259953_22259953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22259953_22259953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22259953_22259953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22259953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22259953'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22259953'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21624038_21624038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21624038_21624038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21624038_21624038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21624038_21624038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21624038_21624038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21624038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21624038'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21624038'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20647277_20647277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20647277_20647277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20647277_20647277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20647277_20647277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20647277_20647277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20647277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20647277'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20647277'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22204639_22204639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22204639_22204639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22204639_22204639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22204639_22204639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22204639_22204639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22204639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22204639'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22204639'^^xsd:integer;
  dwc:observationDate '2014-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20983221_20983221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20983221_20983221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20983221_20983221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20983221_20983221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20983221_20983221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20983221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20983221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20983221'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21993710_21993710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21993710_21993710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21993710_21993710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21993710_21993710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21993710_21993710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21993710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21993710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21993710'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21837214_21837214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21837214_21837214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21837214_21837214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21837214_21837214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21837214_21837214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21837214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21837214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21837214'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22399077_22399077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22399077_22399077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22399077_22399077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22399077_22399077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22399077_22399077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22399077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22399077'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22399077'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20616583_20616583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20616583_20616583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20616583_20616583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20616583_20616583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20616583_20616583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20616583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20616583'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20616583'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21735921_21735921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21735921_21735921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21735921_21735921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21735921_21735921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21735921_21735921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21735921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21735921'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21735921'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22589072_22589072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22589072_22589072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22589072_22589072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22589072_22589072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22589072_22589072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22589072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22589072'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22589072'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21719145_21719145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21719145_21719145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21719145_21719145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21719145_21719145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21719145_21719145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21719145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21719145'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21719145'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21754825_21754825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21754825_21754825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21754825_21754825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21754825_21754825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21754825_21754825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21754825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21754825'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21754825'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21656437_21656437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21656437_21656437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21656437_21656437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21656437_21656437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21656437_21656437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21656437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21656437'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21656437'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21200996_21200996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21200996_21200996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21200996_21200996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21200996_21200996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21200996_21200996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21200996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21200996'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21200996'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21119875_21119875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21119875_21119875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21119875_21119875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21119875_21119875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21119875_21119875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21119875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21119875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21119875'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22265203_22265203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22265203_22265203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22265203_22265203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22265203_22265203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22265203_22265203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22265203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22265203'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22265203'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22215585_22215585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22215585_22215585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22215585_22215585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22215585_22215585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22215585_22215585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22215585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22215585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22215585'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20844360_20844360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20844360_20844360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20844360_20844360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20844360_20844360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20844360_20844360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20844360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20844360'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20844360'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22019557_22019557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22019557_22019557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22019557_22019557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22019557_22019557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22019557_22019557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22019557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22019557'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22019557'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22345274_22345274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22345274_22345274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22345274_22345274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22345274_22345274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22345274_22345274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22345274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22345274'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22345274'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21292520_21292520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21292520_21292520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21292520_21292520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21292520_21292520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21292520_21292520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21292520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21292520'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21292520'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20701831_20701831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20701831_20701831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20701831_20701831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20701831_20701831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20701831_20701831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20701831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20701831'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20701831'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21565171_21565171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21565171_21565171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21565171_21565171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21565171_21565171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21565171_21565171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21565171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21565171'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21565171'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21298602_21298602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21298602_21298602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21298602_21298602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21298602_21298602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21298602_21298602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21298602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21298602'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21298602'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21793871_21793871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21793871_21793871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21793871_21793871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21793871_21793871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21793871_21793871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21793871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21793871'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21793871'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21558380_21558380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21558380_21558380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21558380_21558380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21558380_21558380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21558380_21558380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21558380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21558380'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21558380'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20863699_20863699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20863699_20863699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20863699_20863699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20863699_20863699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20863699_20863699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20863699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20863699'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20863699'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22496615_22496615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22496615_22496615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22496615_22496615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22496615_22496615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22496615_22496615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22496615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22496615'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22496615'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20705857_20705857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20705857_20705857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20705857_20705857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20705857_20705857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20705857_20705857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20705857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20705857'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20705857'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21844600_21844600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21844600_21844600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21844600_21844600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21844600_21844600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21844600_21844600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21844600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21844600'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21844600'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21119362_21119362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21119362_21119362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21119362_21119362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21119362_21119362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21119362_21119362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21119362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21119362'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21119362'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22343024_22343024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22343024_22343024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22343024_22343024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22343024_22343024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22343024_22343024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22343024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22343024'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22343024'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21871185_21871185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21871185_21871185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21871185_21871185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21871185_21871185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21871185_21871185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21871185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21871185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21871185'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22026248_22026248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22026248_22026248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22026248_22026248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22026248_22026248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22026248_22026248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22026248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22026248'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22026248'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21694075_21694075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21694075_21694075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21694075_21694075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21694075_21694075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21694075_21694075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21694075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21694075'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21694075'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21338263_21338263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21338263_21338263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21338263_21338263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21338263_21338263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21338263_21338263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21338263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21338263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21338263'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20811025_20811025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20811025_20811025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20811025_20811025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20811025_20811025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20811025_20811025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20811025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20811025'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20811025'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21896651_21896651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21896651_21896651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21896651_21896651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21896651_21896651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21896651_21896651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21896651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21896651'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21896651'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22595153_22595153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22595153_22595153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22595153_22595153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22595153_22595153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22595153_22595153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22595153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22595153'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22595153'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22029279_22029279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22029279_22029279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22029279_22029279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22029279_22029279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22029279_22029279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22029279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22029279'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22029279'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21458314_21458314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21458314_21458314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21458314_21458314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21458314_21458314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21458314_21458314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21458314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21458314'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21458314'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21823688_21823688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21823688_21823688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21823688_21823688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21823688_21823688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21823688_21823688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21823688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21823688'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21823688'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22367555_22367555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22367555_22367555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22367555_22367555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22367555_22367555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22367555_22367555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22367555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22367555'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22367555'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20992613_20992613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20992613_20992613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20992613_20992613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20992613_20992613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20992613_20992613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20992613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20992613'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20992613'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22606103_22606103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22606103_22606103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22606103_22606103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22606103_22606103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22606103_22606103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22606103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22606103'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22606103'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22713314_22713314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22713314_22713314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22713314_22713314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22713314_22713314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22713314_22713314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22713314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22713314'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22713314'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22542942_22542942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22542942_22542942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22542942_22542942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22542942_22542942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22542942_22542942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22542942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22542942'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22542942'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20600360_20600360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20600360_20600360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20600360_20600360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20600360_20600360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20600360_20600360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20600360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20600360'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20600360'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20811956_20811956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20811956_20811956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20811956_20811956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20811956_20811956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20811956_20811956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20811956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20811956'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20811956'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22469925_22469925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22469925_22469925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22469925_22469925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22469925_22469925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22469925_22469925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22469925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22469925'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22469925'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21569506_21569506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21569506_21569506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21569506_21569506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21569506_21569506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21569506_21569506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21569506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21569506'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21569506'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21145944_21145944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21145944_21145944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21145944_21145944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21145944_21145944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21145944_21145944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21145944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21145944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21145944'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21669596_21669596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21669596_21669596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21669596_21669596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21669596_21669596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21669596_21669596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21669596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21669596'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21669596'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21814248_21814248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21814248_21814248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21814248_21814248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21814248_21814248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21814248_21814248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21814248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21814248'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21814248'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22587288_22587288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22587288_22587288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22587288_22587288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22587288_22587288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22587288_22587288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22587288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22587288'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22587288'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22280459_22280459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22280459_22280459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22280459_22280459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22280459_22280459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22280459_22280459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22280459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22280459'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22280459'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21821601_21821601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21821601_21821601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21821601_21821601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21821601_21821601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21821601_21821601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21821601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21821601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21821601'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22466004_22466004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22466004_22466004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22466004_22466004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22466004_22466004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22466004_22466004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22466004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22466004'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22466004'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20794510_20794510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20794510_20794510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20794510_20794510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20794510_20794510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20794510_20794510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20794510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20794510'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20794510'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21890174_21890174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21890174_21890174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21890174_21890174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21890174_21890174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21890174_21890174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21890174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21890174'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21890174'^^xsd:integer;
  dwc:observationDate '2014-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 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21437880_21437880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21437880_21437880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21437880_21437880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21437880_21437880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21437880_21437880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21437880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21437880'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21437880'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22665969_22665969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22665969_22665969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22665969_22665969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22665969_22665969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22665969_22665969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22665969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22665969'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22665969'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21899162_21899162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21899162_21899162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21899162_21899162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21899162_21899162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21899162_21899162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21899162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21899162'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21899162'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21287340_21287340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21287340_21287340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21287340_21287340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21287340_21287340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21287340_21287340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21287340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21287340'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21287340'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21016323_21016323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21016323_21016323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21016323_21016323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21016323_21016323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21016323_21016323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21016323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21016323'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21016323'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21482526_21482526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21482526_21482526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21482526_21482526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21482526_21482526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21482526_21482526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21482526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21482526'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21482526'^^xsd:integer;
  dwc:observationDate '2014-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 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22300535_22300535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22300535_22300535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22300535_22300535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22300535_22300535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22300535_22300535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22300535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22300535'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22300535'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20984153_20984153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20984153_20984153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20984153_20984153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20984153_20984153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20984153_20984153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20984153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20984153'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20984153'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21625214_21625214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21625214_21625214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21625214_21625214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21625214_21625214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21625214_21625214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21625214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21625214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21625214'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22414082_22414082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22414082_22414082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22414082_22414082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22414082_22414082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22414082_22414082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22414082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22414082'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22414082'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22713260_22713260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22713260_22713260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22713260_22713260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22713260_22713260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22713260_22713260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22713260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22713260'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22713260'^^xsd:integer;
  dwc:observationDate '2014-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 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20850146_20850146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20850146_20850146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20850146_20850146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20850146_20850146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20850146_20850146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20850146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20850146'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20850146'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21786986_21786986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21786986_21786986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21786986_21786986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21786986_21786986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21786986_21786986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21786986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21786986'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21786986'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21902265_21902265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21902265_21902265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21902265_21902265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21902265_21902265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21902265_21902265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21902265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21902265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21902265'^^xsd:integer;
  dwc:observationDate '2014-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 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21826474_21826474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21826474_21826474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21826474_21826474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21826474_21826474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21826474_21826474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21826474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21826474'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21826474'^^xsd:integer;
  dwc:observationDate '2014-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 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21418486_21418486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21418486_21418486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21418486_21418486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21418486_21418486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21418486_21418486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21418486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21418486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21418486'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21274665_21274665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21274665_21274665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21274665_21274665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21274665_21274665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21274665_21274665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21274665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21274665'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21274665'^^xsd:integer;
  dwc:observationDate '2014-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 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22209937_22209937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22209937_22209937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22209937_22209937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22209937_22209937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22209937_22209937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22209937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22209937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22209937'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21635915_21635915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21635915_21635915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21635915_21635915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21635915_21635915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21635915_21635915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21635915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21635915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21635915'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22637430_22637430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22637430_22637430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22637430_22637430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22637430_22637430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22637430_22637430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22637430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22637430'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22637430'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20685209_20685209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20685209_20685209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20685209_20685209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20685209_20685209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20685209_20685209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20685209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20685209'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20685209'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20726634_20726634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20726634_20726634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20726634_20726634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20726634_20726634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20726634_20726634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20726634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20726634'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20726634'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20967149_20967149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20967149_20967149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20967149_20967149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20967149_20967149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20967149_20967149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20967149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20967149'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20967149'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21453545_21453545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21453545_21453545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21453545_21453545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21453545_21453545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21453545_21453545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21453545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21453545'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21453545'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21942122_21942122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21942122_21942122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21942122_21942122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21942122_21942122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21942122_21942122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21942122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21942122'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21942122'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21588757_21588757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21588757_21588757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21588757_21588757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21588757_21588757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21588757_21588757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21588757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21588757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21588757'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21023421_21023421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21023421_21023421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21023421_21023421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21023421_21023421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21023421_21023421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21023421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21023421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21023421'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20945053_20945053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20945053_20945053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20945053_20945053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20945053_20945053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20945053_20945053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20945053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20945053'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20945053'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22642960_22642960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22642960_22642960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22642960_22642960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22642960_22642960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22642960_22642960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22642960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22642960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22642960'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22650003_22650003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22650003_22650003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22650003_22650003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22650003_22650003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22650003_22650003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22650003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22650003'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22650003'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22481150_22481150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22481150_22481150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22481150_22481150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22481150_22481150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22481150_22481150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22481150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22481150'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22481150'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22668817_22668817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22668817_22668817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22668817_22668817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22668817_22668817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22668817_22668817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22668817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22668817'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22668817'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21977395_21977395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21977395_21977395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21977395_21977395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21977395_21977395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21977395_21977395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21977395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21977395'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21977395'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22152589_22152589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22152589_22152589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22152589_22152589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22152589_22152589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22152589_22152589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22152589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22152589'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22152589'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20821685_20821685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20821685_20821685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20821685_20821685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20821685_20821685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20821685_20821685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20821685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20821685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20821685'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22618506_22618506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22618506_22618506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22618506_22618506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22618506_22618506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22618506_22618506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22618506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22618506'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22618506'^^xsd:integer;
  dwc:observationDate '2014-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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21196437_21196437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21196437_21196437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21196437_21196437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21196437_21196437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21196437_21196437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21196437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21196437'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21196437'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21176122_21176122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21176122_21176122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21176122_21176122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21176122_21176122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21176122_21176122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21176122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21176122'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21176122'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21038800_21038800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21038800_21038800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21038800_21038800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21038800_21038800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21038800_21038800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21038800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21038800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21038800'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21251240_21251240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21251240_21251240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21251240_21251240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21251240_21251240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21251240_21251240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21251240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21251240'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21251240'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22703289_22703289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22703289_22703289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22703289_22703289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22703289_22703289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22703289_22703289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22703289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22703289'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22703289'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20919505_20919505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20919505_20919505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20919505_20919505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20919505_20919505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20919505_20919505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20919505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20919505'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20919505'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22152926_22152926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22152926_22152926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22152926_22152926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22152926_22152926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22152926_22152926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22152926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22152926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22152926'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_371_1171783_capture_371_1171783_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_371_1171783_capture_371_1171783_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_371_1171783_capture_371_1171783_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.986511 5.070678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.986511"^^xsd:decimal ;
  dwc:decimalLongitude "5.070678"^^xsd:decimal ;
  dwc: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/5871_371_1171783_capture_371_1171783_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.986511 5.070678)"^^geo:wktLiteral ;
  geo-pos:lat "50.986511"^^xsd:decimal ;
  geo-pos:long "5.070678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_371_1171783_capture_371_1171783_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "371_1171783_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '371_1171783_capture'^^xsd:string;
  dwc:scientificName 'Petromyzon marinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.070678'^^xsd:double;
  dwc:latitude '50.986511'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '101174'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '371_1171783_capture'^^xsd:string;
  dwc:observationDate '2014-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_371_1171783_release_371_1171783_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_371_1171783_release_371_1171783_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_371_1171783_release_371_1171783_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc: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/5871_371_1171783_release_371_1171783_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_371_1171783_release_371_1171783_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "371_1171783_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '371_1171783_release'^^xsd:string;
  dwc:scientificName 'Petromyzon marinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '101174'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '371_1171783_release'^^xsd:string;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '101174'^^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/5871_372_1171784_capture_372_1171784_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_372_1171784_capture_372_1171784_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_372_1171784_capture_372_1171784_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902 5.062271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902"^^xsd:decimal ;
  dwc:decimalLongitude "5.062271"^^xsd:decimal ;
  dwc: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/5871_372_1171784_capture_372_1171784_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902 5.062271)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902"^^xsd:decimal ;
  geo-pos:long "5.062271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_372_1171784_capture_372_1171784_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "372_1171784_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '372_1171784_capture'^^xsd:string;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.062271'^^xsd:double;
  dwc:latitude '50.9902'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '372_1171784_capture'^^xsd:string;
  dwc:observationDate '2014-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_372_1171784_release_372_1171784_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_372_1171784_release_372_1171784_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_372_1171784_release_372_1171784_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc: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/5871_372_1171784_release_372_1171784_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_372_1171784_release_372_1171784_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "372_1171784_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '372_1171784_release'^^xsd:string;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '372_1171784_release'^^xsd:string;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_382_1157779_capture_382_1157779_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_382_1157779_capture_382_1157779_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_382_1157779_capture_382_1157779_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.986511 5.070678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.986511"^^xsd:decimal ;
  dwc:decimalLongitude "5.070678"^^xsd:decimal ;
  dwc: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/5871_382_1157779_capture_382_1157779_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.986511 5.070678)"^^geo:wktLiteral ;
  geo-pos:lat "50.986511"^^xsd:decimal ;
  geo-pos:long "5.070678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_382_1157779_capture_382_1157779_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "382_1157779_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '382_1157779_capture'^^xsd:string;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.070678'^^xsd:double;
  dwc:latitude '50.986511'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '382_1157779_capture'^^xsd:string;
  dwc:observationDate '2014-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20796033_20796033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20796033_20796033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20796033_20796033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20796033_20796033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20796033_20796033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20796033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20796033'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20796033'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_382_1157779_release_382_1157779_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_382_1157779_release_382_1157779_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_382_1157779_release_382_1157779_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc: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/5871_382_1157779_release_382_1157779_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_382_1157779_release_382_1157779_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "382_1157779_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '382_1157779_release'^^xsd:string;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '382_1157779_release'^^xsd:string;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21887694_21887694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21887694_21887694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21887694_21887694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21887694_21887694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21887694_21887694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21887694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21887694'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21887694'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20972159_20972159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20972159_20972159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20972159_20972159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20972159_20972159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20972159_20972159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20972159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20972159'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20972159'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21987609_21987609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21987609_21987609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21987609_21987609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21987609_21987609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21987609_21987609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21987609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21987609'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21987609'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21046735_21046735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21046735_21046735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21046735_21046735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21046735_21046735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21046735_21046735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21046735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21046735'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21046735'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20921476_20921476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20921476_20921476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20921476_20921476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20921476_20921476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20921476_20921476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20921476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20921476'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20921476'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21265112_21265112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21265112_21265112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21265112_21265112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21265112_21265112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21265112_21265112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21265112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21265112'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21265112'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21840772_21840772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21840772_21840772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21840772_21840772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21840772_21840772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21840772_21840772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21840772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21840772'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21840772'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21812073_21812073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21812073_21812073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21812073_21812073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21812073_21812073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21812073_21812073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21812073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21812073'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21812073'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20601746_20601746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20601746_20601746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20601746_20601746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20601746_20601746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20601746_20601746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20601746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20601746'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20601746'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21718357_21718357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21718357_21718357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21718357_21718357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21718357_21718357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21718357_21718357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21718357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21718357'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21718357'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21469112_21469112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21469112_21469112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21469112_21469112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21469112_21469112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21469112_21469112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21469112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21469112'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21469112'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20990783_20990783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20990783_20990783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20990783_20990783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20990783_20990783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20990783_20990783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20990783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20990783'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20990783'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21717576_21717576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21717576_21717576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21717576_21717576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21717576_21717576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21717576_21717576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21717576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21717576'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21717576'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21544671_21544671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21544671_21544671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21544671_21544671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21544671_21544671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21544671_21544671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21544671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21544671'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21544671'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22202350_22202350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22202350_22202350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22202350_22202350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22202350_22202350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22202350_22202350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22202350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22202350'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22202350'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20925789_20925789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20925789_20925789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20925789_20925789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20925789_20925789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20925789_20925789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20925789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20925789'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20925789'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20716616_20716616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20716616_20716616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20716616_20716616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20716616_20716616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20716616_20716616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20716616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20716616'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20716616'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21344671_21344671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21344671_21344671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21344671_21344671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21344671_21344671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21344671_21344671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21344671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21344671'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21344671'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22549978_22549978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22549978_22549978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22549978_22549978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22549978_22549978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22549978_22549978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22549978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22549978'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22549978'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21336151_21336151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21336151_21336151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21336151_21336151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21336151_21336151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21336151_21336151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21336151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21336151'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21336151'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21641402_21641402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21641402_21641402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21641402_21641402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21641402_21641402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21641402_21641402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21641402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21641402'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21641402'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22671959_22671959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22671959_22671959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22671959_22671959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22671959_22671959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22671959_22671959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22671959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22671959'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22671959'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20809342_20809342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20809342_20809342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20809342_20809342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20809342_20809342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20809342_20809342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20809342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20809342'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20809342'^^xsd:integer;
  dwc:observationDate '2014-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21397893_21397893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21397893_21397893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21397893_21397893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21397893_21397893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21397893_21397893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21397893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21397893'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21397893'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22468158_22468158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22468158_22468158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22468158_22468158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22468158_22468158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22468158_22468158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22468158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22468158'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22468158'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21909972_21909972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21909972_21909972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21909972_21909972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21909972_21909972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21909972_21909972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21909972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21909972'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21909972'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22703384_22703384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22703384_22703384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22703384_22703384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22703384_22703384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22703384_22703384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22703384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22703384'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22703384'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20890400_20890400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20890400_20890400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20890400_20890400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20890400_20890400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20890400_20890400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20890400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20890400'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20890400'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21677489_21677489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21677489_21677489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21677489_21677489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21677489_21677489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21677489_21677489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21677489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21677489'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21677489'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21840219_21840219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21840219_21840219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21840219_21840219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21840219_21840219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21840219_21840219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21840219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21840219'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21840219'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21322490_21322490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21322490_21322490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21322490_21322490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21322490_21322490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21322490_21322490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21322490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21322490'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21322490'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22385582_22385582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22385582_22385582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22385582_22385582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22385582_22385582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22385582_22385582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22385582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22385582'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22385582'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22695844_22695844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22695844_22695844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22695844_22695844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22695844_22695844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22695844_22695844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22695844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22695844'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22695844'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21450613_21450613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21450613_21450613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21450613_21450613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21450613_21450613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21450613_21450613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21450613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21450613'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21450613'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21550266_21550266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21550266_21550266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21550266_21550266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21550266_21550266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21550266_21550266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21550266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21550266'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21550266'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21302670_21302670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21302670_21302670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21302670_21302670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21302670_21302670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21302670_21302670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21302670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21302670'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21302670'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20647592_20647592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20647592_20647592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20647592_20647592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20647592_20647592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20647592_20647592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20647592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20647592'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20647592'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20592628_20592628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20592628_20592628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20592628_20592628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20592628_20592628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20592628_20592628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20592628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20592628'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20592628'^^xsd:integer;
  dwc:observationDate '2014-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22032511_22032511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22032511_22032511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22032511_22032511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22032511_22032511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22032511_22032511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22032511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22032511'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22032511'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21614277_21614277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21614277_21614277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21614277_21614277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21614277_21614277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21614277_21614277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21614277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21614277'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21614277'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20709760_20709760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20709760_20709760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20709760_20709760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20709760_20709760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20709760_20709760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20709760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20709760'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20709760'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21242722_21242722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21242722_21242722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21242722_21242722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21242722_21242722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21242722_21242722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21242722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21242722'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21242722'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21405029_21405029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21405029_21405029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21405029_21405029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21405029_21405029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21405029_21405029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21405029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21405029'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21405029'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21377197_21377197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21377197_21377197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21377197_21377197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21377197_21377197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21377197_21377197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21377197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21377197'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21377197'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22036517_22036517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22036517_22036517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22036517_22036517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22036517_22036517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22036517_22036517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22036517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22036517'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22036517'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21362812_21362812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21362812_21362812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21362812_21362812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21362812_21362812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21362812_21362812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21362812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21362812'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21362812'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21360975_21360975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21360975_21360975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21360975_21360975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21360975_21360975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21360975_21360975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21360975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21360975'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21360975'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21433167_21433167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21433167_21433167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21433167_21433167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21433167_21433167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21433167_21433167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21433167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21433167'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21433167'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21909617_21909617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21909617_21909617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21909617_21909617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21909617_21909617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21909617_21909617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21909617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21909617'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21909617'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20934219_20934219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20934219_20934219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20934219_20934219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20934219_20934219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20934219_20934219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20934219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20934219'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20934219'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21826798_21826798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21826798_21826798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21826798_21826798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21826798_21826798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21826798_21826798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21826798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21826798'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21826798'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21489515_21489515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21489515_21489515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21489515_21489515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21489515_21489515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21489515_21489515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21489515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21489515'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21489515'^^xsd:integer;
  dwc:observationDate '2014-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21610977_21610977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21610977_21610977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21610977_21610977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21610977_21610977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21610977_21610977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21610977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21610977'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21610977'^^xsd:integer;
  dwc:observationDate '2014-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22300863_22300863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22300863_22300863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22300863_22300863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22300863_22300863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22300863_22300863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22300863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22300863'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22300863'^^xsd:integer;
  dwc:observationDate '2014-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21601799_21601799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21601799_21601799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21601799_21601799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21601799_21601799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21601799_21601799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21601799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21601799'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21601799'^^xsd:integer;
  dwc:observationDate '2014-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20958187_20958187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20958187_20958187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20958187_20958187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20958187_20958187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20958187_20958187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20958187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20958187'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20958187'^^xsd:integer;
  dwc:observationDate '2014-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21795085_21795085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21795085_21795085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21795085_21795085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21795085_21795085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21795085_21795085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21795085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21795085'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21795085'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22256778_22256778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22256778_22256778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22256778_22256778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22256778_22256778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22256778_22256778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22256778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22256778'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22256778'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22450605_22450605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22450605_22450605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22450605_22450605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22450605_22450605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22450605_22450605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22450605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22450605'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22450605'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21676978_21676978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21676978_21676978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21676978_21676978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21676978_21676978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21676978_21676978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21676978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21676978'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21676978'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21273587_21273587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21273587_21273587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21273587_21273587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21273587_21273587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21273587_21273587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21273587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21273587'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21273587'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20968857_20968857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20968857_20968857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20968857_20968857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20968857_20968857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20968857_20968857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20968857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20968857'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20968857'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22091241_22091241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22091241_22091241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22091241_22091241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22091241_22091241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22091241_22091241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22091241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22091241'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22091241'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22360790_22360790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22360790_22360790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22360790_22360790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22360790_22360790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22360790_22360790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22360790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22360790'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22360790'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21420252_21420252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21420252_21420252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21420252_21420252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21420252_21420252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21420252_21420252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21420252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21420252'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21420252'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21188731_21188731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21188731_21188731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21188731_21188731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21188731_21188731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21188731_21188731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21188731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21188731'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21188731'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21672875_21672875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21672875_21672875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21672875_21672875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21672875_21672875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21672875_21672875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21672875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21672875'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21672875'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21994380_21994380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21994380_21994380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21994380_21994380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21994380_21994380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21994380_21994380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21994380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21994380'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21994380'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21142086_21142086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21142086_21142086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21142086_21142086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21142086_21142086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21142086_21142086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21142086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21142086'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21142086'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21479718_21479718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21479718_21479718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21479718_21479718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21479718_21479718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21479718_21479718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21479718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21479718'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21479718'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21265874_21265874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21265874_21265874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21265874_21265874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21265874_21265874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21265874_21265874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21265874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21265874'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21265874'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22159452_22159452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22159452_22159452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22159452_22159452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22159452_22159452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22159452_22159452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22159452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22159452'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22159452'^^xsd:integer;
  dwc:observationDate '2014-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22644346_22644346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22644346_22644346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22644346_22644346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22644346_22644346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22644346_22644346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22644346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22644346'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22644346'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20689702_20689702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20689702_20689702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20689702_20689702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20689702_20689702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20689702_20689702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20689702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20689702'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20689702'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21170109_21170109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21170109_21170109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21170109_21170109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21170109_21170109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21170109_21170109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21170109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21170109'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21170109'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21274028_21274028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21274028_21274028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21274028_21274028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21274028_21274028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21274028_21274028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21274028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21274028'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21274028'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21433777_21433777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21433777_21433777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21433777_21433777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21433777_21433777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21433777_21433777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21433777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21433777'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21433777'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21814953_21814953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21814953_21814953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21814953_21814953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21814953_21814953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21814953_21814953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21814953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21814953'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21814953'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21025434_21025434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21025434_21025434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21025434_21025434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21025434_21025434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21025434_21025434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21025434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21025434'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21025434'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21526874_21526874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21526874_21526874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21526874_21526874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21526874_21526874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21526874_21526874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21526874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21526874'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21526874'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22269706_22269706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22269706_22269706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22269706_22269706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22269706_22269706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22269706_22269706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22269706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22269706'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22269706'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22032525_22032525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22032525_22032525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22032525_22032525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22032525_22032525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22032525_22032525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22032525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22032525'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22032525'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21730883_21730883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21730883_21730883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21730883_21730883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21730883_21730883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21730883_21730883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21730883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21730883'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21730883'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21682570_21682570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21682570_21682570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21682570_21682570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21682570_21682570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21682570_21682570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21682570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21682570'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21682570'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21912654_21912654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21912654_21912654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21912654_21912654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21912654_21912654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21912654_21912654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21912654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21912654'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21912654'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20824171_20824171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20824171_20824171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20824171_20824171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20824171_20824171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20824171_20824171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20824171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20824171'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20824171'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21468247_21468247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21468247_21468247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21468247_21468247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21468247_21468247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21468247_21468247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21468247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21468247'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21468247'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21693983_21693983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21693983_21693983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21693983_21693983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21693983_21693983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21693983_21693983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21693983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21693983'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21693983'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20909845_20909845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20909845_20909845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20909845_20909845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20909845_20909845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20909845_20909845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20909845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20909845'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20909845'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22065207_22065207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22065207_22065207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22065207_22065207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22065207_22065207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22065207_22065207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22065207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22065207'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22065207'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21818659_21818659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21818659_21818659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21818659_21818659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21818659_21818659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21818659_21818659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21818659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21818659'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21818659'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21388343_21388343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21388343_21388343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21388343_21388343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21388343_21388343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21388343_21388343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21388343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21388343'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21388343'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22159389_22159389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22159389_22159389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22159389_22159389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22159389_22159389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22159389_22159389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22159389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22159389'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22159389'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21947702_21947702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21947702_21947702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21947702_21947702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21947702_21947702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21947702_21947702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21947702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21947702'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21947702'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20827113_20827113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20827113_20827113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20827113_20827113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20827113_20827113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20827113_20827113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20827113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20827113'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20827113'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22491048_22491048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22491048_22491048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22491048_22491048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22491048_22491048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22491048_22491048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22491048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22491048'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22491048'^^xsd:integer;
  dwc:observationDate '2014-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20640773_20640773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20640773_20640773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20640773_20640773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20640773_20640773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20640773_20640773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20640773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20640773'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20640773'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22404372_22404372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22404372_22404372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22404372_22404372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22404372_22404372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22404372_22404372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22404372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22404372'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22404372'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21845375_21845375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21845375_21845375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21845375_21845375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21845375_21845375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21845375_21845375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21845375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21845375'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21845375'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20748604_20748604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20748604_20748604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20748604_20748604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20748604_20748604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20748604_20748604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20748604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20748604'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20748604'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21799400_21799400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21799400_21799400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21799400_21799400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21799400_21799400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21799400_21799400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21799400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21799400'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21799400'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21920824_21920824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21920824_21920824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21920824_21920824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21920824_21920824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21920824_21920824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21920824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21920824'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21920824'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21538321_21538321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21538321_21538321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21538321_21538321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21538321_21538321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21538321_21538321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21538321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21538321'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21538321'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21501609_21501609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21501609_21501609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21501609_21501609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21501609_21501609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21501609_21501609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21501609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21501609'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21501609'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21471739_21471739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21471739_21471739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21471739_21471739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21471739_21471739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21471739_21471739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21471739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21471739'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21471739'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21109259_21109259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21109259_21109259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21109259_21109259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21109259_21109259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21109259_21109259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21109259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21109259'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21109259'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22261461_22261461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22261461_22261461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22261461_22261461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22261461_22261461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22261461_22261461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22261461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22261461'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22261461'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22628056_22628056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22628056_22628056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22628056_22628056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22628056_22628056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22628056_22628056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22628056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22628056'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22628056'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22132394_22132394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22132394_22132394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22132394_22132394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22132394_22132394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22132394_22132394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22132394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22132394'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22132394'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21724053_21724053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21724053_21724053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21724053_21724053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21724053_21724053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21724053_21724053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21724053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21724053'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21724053'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22355266_22355266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22355266_22355266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22355266_22355266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22355266_22355266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22355266_22355266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22355266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22355266'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22355266'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21213148_21213148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21213148_21213148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21213148_21213148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21213148_21213148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21213148_21213148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21213148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21213148'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21213148'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21320788_21320788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21320788_21320788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21320788_21320788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21320788_21320788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21320788_21320788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21320788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21320788'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21320788'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21536773_21536773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21536773_21536773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21536773_21536773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21536773_21536773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21536773_21536773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21536773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21536773'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21536773'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22607846_22607846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22607846_22607846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22607846_22607846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22607846_22607846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22607846_22607846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22607846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22607846'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22607846'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21765956_21765956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21765956_21765956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21765956_21765956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21765956_21765956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21765956_21765956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21765956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21765956'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21765956'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20959484_20959484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20959484_20959484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20959484_20959484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20959484_20959484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20959484_20959484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20959484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20959484'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20959484'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21766789_21766789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21766789_21766789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21766789_21766789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21766789_21766789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21766789_21766789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21766789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21766789'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21766789'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22192315_22192315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22192315_22192315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22192315_22192315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22192315_22192315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22192315_22192315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22192315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22192315'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22192315'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22496067_22496067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22496067_22496067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22496067_22496067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22496067_22496067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22496067_22496067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22496067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22496067'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22496067'^^xsd:integer;
  dwc:observationDate '2014-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22303943_22303943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22303943_22303943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22303943_22303943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22303943_22303943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22303943_22303943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22303943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22303943'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22303943'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22076951_22076951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22076951_22076951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22076951_22076951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22076951_22076951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22076951_22076951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22076951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22076951'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22076951'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21524814_21524814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21524814_21524814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21524814_21524814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21524814_21524814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21524814_21524814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21524814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21524814'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21524814'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22271275_22271275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22271275_22271275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22271275_22271275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22271275_22271275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22271275_22271275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22271275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22271275'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22271275'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21808751_21808751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21808751_21808751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21808751_21808751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21808751_21808751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21808751_21808751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21808751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21808751'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21808751'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22509895_22509895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22509895_22509895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22509895_22509895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22509895_22509895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22509895_22509895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22509895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22509895'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22509895'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20642769_20642769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20642769_20642769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20642769_20642769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20642769_20642769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20642769_20642769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20642769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20642769'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20642769'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22700034_22700034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22700034_22700034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22700034_22700034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22700034_22700034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22700034_22700034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22700034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22700034'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22700034'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21905574_21905574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21905574_21905574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21905574_21905574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21905574_21905574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21905574_21905574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21905574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21905574'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21905574'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21907423_21907423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21907423_21907423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21907423_21907423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21907423_21907423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21907423_21907423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21907423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21907423'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21907423'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21148363_21148363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21148363_21148363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21148363_21148363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21148363_21148363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21148363_21148363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21148363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21148363'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21148363'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20844691_20844691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20844691_20844691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20844691_20844691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20844691_20844691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20844691_20844691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20844691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20844691'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20844691'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22617468_22617468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22617468_22617468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22617468_22617468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22617468_22617468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22617468_22617468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22617468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22617468'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22617468'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21430449_21430449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21430449_21430449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21430449_21430449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21430449_21430449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21430449_21430449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21430449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21430449'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21430449'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21888536_21888536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21888536_21888536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21888536_21888536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21888536_21888536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21888536_21888536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21888536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21888536'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21888536'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21813226_21813226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21813226_21813226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21813226_21813226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21813226_21813226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21813226_21813226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21813226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21813226'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21813226'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22390025_22390025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22390025_22390025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22390025_22390025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22390025_22390025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22390025_22390025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22390025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22390025'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22390025'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21676899_21676899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21676899_21676899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21676899_21676899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21676899_21676899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21676899_21676899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21676899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21676899'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21676899'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22299927_22299927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22299927_22299927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22299927_22299927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22299927_22299927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22299927_22299927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22299927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22299927'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22299927'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20966019_20966019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20966019_20966019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20966019_20966019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20966019_20966019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20966019_20966019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20966019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20966019'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20966019'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21687700_21687700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21687700_21687700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21687700_21687700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21687700_21687700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21687700_21687700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21687700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21687700'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21687700'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21683713_21683713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21683713_21683713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21683713_21683713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21683713_21683713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21683713_21683713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21683713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21683713'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21683713'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21717560_21717560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21717560_21717560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21717560_21717560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21717560_21717560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21717560_21717560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21717560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21717560'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21717560'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21376533_21376533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21376533_21376533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21376533_21376533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21376533_21376533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21376533_21376533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21376533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21376533'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21376533'^^xsd:integer;
  dwc:observationDate '2014-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20669978_20669978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20669978_20669978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20669978_20669978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20669978_20669978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20669978_20669978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20669978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20669978'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20669978'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21072278_21072278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21072278_21072278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21072278_21072278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21072278_21072278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21072278_21072278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21072278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21072278'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21072278'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21384675_21384675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21384675_21384675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21384675_21384675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21384675_21384675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21384675_21384675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21384675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21384675'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21384675'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22586377_22586377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22586377_22586377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22586377_22586377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22586377_22586377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22586377_22586377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22586377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22586377'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22586377'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20810759_20810759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20810759_20810759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20810759_20810759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20810759_20810759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20810759_20810759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20810759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20810759'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20810759'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21774250_21774250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21774250_21774250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21774250_21774250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21774250_21774250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21774250_21774250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21774250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21774250'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21774250'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21161364_21161364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21161364_21161364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21161364_21161364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21161364_21161364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21161364_21161364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21161364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21161364'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21161364'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21922383_21922383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21922383_21922383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21922383_21922383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21922383_21922383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21922383_21922383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21922383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21922383'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21922383'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20862354_20862354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20862354_20862354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20862354_20862354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20862354_20862354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20862354_20862354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20862354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20862354'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20862354'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21997034_21997034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21997034_21997034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21997034_21997034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21997034_21997034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21997034_21997034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21997034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21997034'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21997034'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20770600_20770600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20770600_20770600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20770600_20770600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20770600_20770600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20770600_20770600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20770600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20770600'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20770600'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21375797_21375797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21375797_21375797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21375797_21375797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21375797_21375797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21375797_21375797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21375797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21375797'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21375797'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21156561_21156561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21156561_21156561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21156561_21156561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21156561_21156561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21156561_21156561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21156561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21156561'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21156561'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22502040_22502040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22502040_22502040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22502040_22502040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22502040_22502040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22502040_22502040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22502040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22502040'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22502040'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21860131_21860131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21860131_21860131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21860131_21860131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21860131_21860131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21860131_21860131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21860131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21860131'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21860131'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22131815_22131815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22131815_22131815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22131815_22131815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22131815_22131815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22131815_22131815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22131815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22131815'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22131815'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20979155_20979155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20979155_20979155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20979155_20979155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20979155_20979155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20979155_20979155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20979155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20979155'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20979155'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22524551_22524551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22524551_22524551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22524551_22524551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22524551_22524551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22524551_22524551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22524551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22524551'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22524551'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21669667_21669667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21669667_21669667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21669667_21669667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21669667_21669667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21669667_21669667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21669667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21669667'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21669667'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21243962_21243962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21243962_21243962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21243962_21243962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21243962_21243962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21243962_21243962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21243962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21243962'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21243962'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20770544_20770544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20770544_20770544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20770544_20770544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20770544_20770544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20770544_20770544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20770544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20770544'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20770544'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22341874_22341874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22341874_22341874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22341874_22341874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22341874_22341874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22341874_22341874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22341874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22341874'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22341874'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22399543_22399543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22399543_22399543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22399543_22399543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22399543_22399543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22399543_22399543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22399543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22399543'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22399543'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21561442_21561442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21561442_21561442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21561442_21561442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21561442_21561442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21561442_21561442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21561442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21561442'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21561442'^^xsd:integer;
  dwc:observationDate '2014-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21227981_21227981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21227981_21227981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21227981_21227981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21227981_21227981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21227981_21227981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21227981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21227981'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21227981'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22128456_22128456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22128456_22128456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22128456_22128456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22128456_22128456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22128456_22128456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22128456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22128456'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22128456'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21712373_21712373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21712373_21712373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21712373_21712373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21712373_21712373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21712373_21712373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21712373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21712373'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21712373'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21627127_21627127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21627127_21627127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21627127_21627127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21627127_21627127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21627127_21627127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21627127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21627127'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21627127'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21204836_21204836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21204836_21204836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21204836_21204836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21204836_21204836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21204836_21204836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21204836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21204836'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21204836'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22708589_22708589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22708589_22708589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22708589_22708589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22708589_22708589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22708589_22708589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22708589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22708589'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22708589'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21696600_21696600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21696600_21696600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21696600_21696600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21696600_21696600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21696600_21696600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21696600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21696600'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21696600'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22374418_22374418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22374418_22374418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22374418_22374418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22374418_22374418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22374418_22374418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22374418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22374418'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22374418'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20623883_20623883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20623883_20623883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20623883_20623883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20623883_20623883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20623883_20623883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20623883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20623883'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20623883'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22632097_22632097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22632097_22632097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22632097_22632097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22632097_22632097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22632097_22632097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22632097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22632097'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22632097'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21870608_21870608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21870608_21870608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21870608_21870608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21870608_21870608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21870608_21870608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21870608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21870608'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21870608'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21987166_21987166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21987166_21987166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21987166_21987166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21987166_21987166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21987166_21987166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21987166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21987166'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21987166'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20965303_20965303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20965303_20965303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20965303_20965303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20965303_20965303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20965303_20965303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20965303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20965303'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20965303'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22116031_22116031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22116031_22116031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22116031_22116031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22116031_22116031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22116031_22116031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22116031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22116031'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22116031'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20801676_20801676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20801676_20801676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20801676_20801676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20801676_20801676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20801676_20801676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20801676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20801676'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20801676'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22060475_22060475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22060475_22060475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22060475_22060475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22060475_22060475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22060475_22060475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22060475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22060475'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22060475'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21724289_21724289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21724289_21724289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21724289_21724289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21724289_21724289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21724289_21724289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21724289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21724289'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21724289'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22309430_22309430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22309430_22309430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22309430_22309430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22309430_22309430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22309430_22309430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22309430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22309430'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22309430'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21589551_21589551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21589551_21589551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21589551_21589551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21589551_21589551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21589551_21589551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21589551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21589551'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21589551'^^xsd:integer;
  dwc:observationDate '2014-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21072739_21072739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21072739_21072739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21072739_21072739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21072739_21072739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21072739_21072739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21072739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21072739'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21072739'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22539384_22539384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22539384_22539384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22539384_22539384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22539384_22539384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22539384_22539384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22539384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22539384'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22539384'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20867840_20867840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20867840_20867840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20867840_20867840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20867840_20867840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20867840_20867840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20867840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20867840'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20867840'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21232876_21232876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21232876_21232876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21232876_21232876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21232876_21232876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21232876_21232876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21232876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21232876'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21232876'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21965476_21965476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21965476_21965476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21965476_21965476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21965476_21965476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21965476_21965476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21965476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21965476'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21965476'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22469541_22469541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22469541_22469541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22469541_22469541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22469541_22469541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22469541_22469541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22469541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22469541'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22469541'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22172385_22172385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22172385_22172385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22172385_22172385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22172385_22172385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22172385_22172385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22172385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22172385'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22172385'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21528543_21528543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21528543_21528543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21528543_21528543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21528543_21528543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21528543_21528543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21528543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21528543'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21528543'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21555019_21555019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21555019_21555019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21555019_21555019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21555019_21555019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21555019_21555019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21555019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21555019'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21555019'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21951969_21951969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21951969_21951969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21951969_21951969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21951969_21951969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21951969_21951969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21951969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21951969'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21951969'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22669365_22669365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22669365_22669365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22669365_22669365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22669365_22669365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22669365_22669365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22669365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22669365'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22669365'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22695062_22695062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22695062_22695062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22695062_22695062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22695062_22695062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22695062_22695062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22695062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22695062'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22695062'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21501637_21501637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21501637_21501637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21501637_21501637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21501637_21501637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21501637_21501637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21501637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21501637'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21501637'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22126526_22126526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22126526_22126526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22126526_22126526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22126526_22126526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22126526_22126526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22126526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22126526'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22126526'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20651651_20651651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20651651_20651651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20651651_20651651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20651651_20651651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20651651_20651651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20651651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20651651'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20651651'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20841494_20841494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20841494_20841494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20841494_20841494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20841494_20841494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20841494_20841494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20841494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20841494'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20841494'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21006583_21006583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21006583_21006583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21006583_21006583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21006583_21006583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21006583_21006583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21006583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21006583'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21006583'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22052749_22052749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22052749_22052749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22052749_22052749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22052749_22052749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22052749_22052749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22052749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22052749'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22052749'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22186602_22186602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22186602_22186602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22186602_22186602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22186602_22186602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22186602_22186602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22186602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22186602'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22186602'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22105787_22105787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22105787_22105787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22105787_22105787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22105787_22105787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22105787_22105787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22105787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22105787'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22105787'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21546936_21546936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21546936_21546936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21546936_21546936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21546936_21546936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21546936_21546936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21546936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21546936'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21546936'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21631492_21631492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21631492_21631492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21631492_21631492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21631492_21631492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21631492_21631492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21631492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21631492'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21631492'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21875514_21875514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21875514_21875514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21875514_21875514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21875514_21875514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21875514_21875514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21875514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21875514'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21875514'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21553661_21553661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21553661_21553661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21553661_21553661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21553661_21553661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21553661_21553661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21553661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21553661'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21553661'^^xsd:integer;
  dwc:observationDate '2014-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21877649_21877649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21877649_21877649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21877649_21877649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21877649_21877649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21877649_21877649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21877649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21877649'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21877649'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21195061_21195061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21195061_21195061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21195061_21195061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21195061_21195061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21195061_21195061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21195061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21195061'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21195061'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21757135_21757135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21757135_21757135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21757135_21757135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21757135_21757135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21757135_21757135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21757135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21757135'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21757135'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21897090_21897090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21897090_21897090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21897090_21897090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21897090_21897090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21897090_21897090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21897090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21897090'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21897090'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20719378_20719378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20719378_20719378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20719378_20719378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20719378_20719378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20719378_20719378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20719378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20719378'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20719378'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21350891_21350891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21350891_21350891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21350891_21350891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21350891_21350891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21350891_21350891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21350891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21350891'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21350891'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21505665_21505665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21505665_21505665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21505665_21505665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21505665_21505665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21505665_21505665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21505665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21505665'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21505665'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20954711_20954711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20954711_20954711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20954711_20954711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20954711_20954711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20954711_20954711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20954711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20954711'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20954711'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22059404_22059404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22059404_22059404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22059404_22059404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22059404_22059404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22059404_22059404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22059404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22059404'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22059404'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21935589_21935589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21935589_21935589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21935589_21935589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21935589_21935589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21935589_21935589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21935589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21935589'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21935589'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20721033_20721033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20721033_20721033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20721033_20721033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20721033_20721033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20721033_20721033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20721033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20721033'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20721033'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21917606_21917606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21917606_21917606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21917606_21917606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21917606_21917606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21917606_21917606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21917606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21917606'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21917606'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21505825_21505825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21505825_21505825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21505825_21505825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21505825_21505825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21505825_21505825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21505825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21505825'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21505825'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22219471_22219471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22219471_22219471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22219471_22219471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22219471_22219471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22219471_22219471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22219471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22219471'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22219471'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22404668_22404668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22404668_22404668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22404668_22404668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22404668_22404668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22404668_22404668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22404668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22404668'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22404668'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22121039_22121039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22121039_22121039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22121039_22121039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22121039_22121039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22121039_22121039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22121039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22121039'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22121039'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22343572_22343572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22343572_22343572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22343572_22343572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22343572_22343572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22343572_22343572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22343572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22343572'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22343572'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22503748_22503748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22503748_22503748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22503748_22503748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22503748_22503748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22503748_22503748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22503748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22503748'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22503748'^^xsd:integer;
  dwc:observationDate '2014-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20804564_20804564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20804564_20804564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20804564_20804564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20804564_20804564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20804564_20804564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20804564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20804564'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20804564'^^xsd:integer;
  dwc:observationDate '2014-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20745438_20745438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20745438_20745438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20745438_20745438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20745438_20745438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20745438_20745438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20745438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20745438'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20745438'^^xsd:integer;
  dwc:observationDate '2014-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20742639_20742639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20742639_20742639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20742639_20742639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20742639_20742639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20742639_20742639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20742639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20742639'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20742639'^^xsd:integer;
  dwc:observationDate '2014-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21031811_21031811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21031811_21031811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21031811_21031811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21031811_21031811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21031811_21031811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21031811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21031811'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21031811'^^xsd:integer;
  dwc:observationDate '2014-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22353051_22353051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22353051_22353051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22353051_22353051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22353051_22353051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22353051_22353051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22353051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22353051'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22353051'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21055424_21055424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21055424_21055424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21055424_21055424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21055424_21055424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21055424_21055424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21055424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21055424'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21055424'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20789387_20789387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20789387_20789387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20789387_20789387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20789387_20789387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20789387_20789387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20789387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20789387'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20789387'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20959407_20959407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20959407_20959407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20959407_20959407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20959407_20959407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20959407_20959407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20959407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20959407'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20959407'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22497008_22497008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22497008_22497008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22497008_22497008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22497008_22497008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22497008_22497008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22497008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22497008'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22497008'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20645115_20645115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20645115_20645115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20645115_20645115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20645115_20645115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20645115_20645115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20645115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20645115'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20645115'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22247006_22247006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22247006_22247006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22247006_22247006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22247006_22247006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22247006_22247006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22247006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22247006'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22247006'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21706092_21706092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21706092_21706092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21706092_21706092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21706092_21706092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21706092_21706092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21706092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21706092'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21706092'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22110621_22110621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22110621_22110621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22110621_22110621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22110621_22110621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22110621_22110621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22110621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22110621'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22110621'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21074119_21074119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21074119_21074119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21074119_21074119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21074119_21074119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21074119_21074119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21074119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21074119'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21074119'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21622277_21622277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21622277_21622277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21622277_21622277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21622277_21622277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21622277_21622277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21622277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21622277'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21622277'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22315524_22315524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22315524_22315524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22315524_22315524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22315524_22315524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22315524_22315524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22315524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22315524'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22315524'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22581035_22581035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22581035_22581035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22581035_22581035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22581035_22581035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22581035_22581035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22581035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22581035'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22581035'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22040731_22040731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22040731_22040731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22040731_22040731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22040731_22040731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22040731_22040731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22040731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22040731'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22040731'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21301170_21301170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21301170_21301170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21301170_21301170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21301170_21301170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21301170_21301170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21301170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21301170'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21301170'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21205784_21205784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21205784_21205784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21205784_21205784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21205784_21205784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21205784_21205784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21205784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21205784'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21205784'^^xsd:integer;
  dwc:observationDate '2014-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21209912_21209912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21209912_21209912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21209912_21209912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21209912_21209912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21209912_21209912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21209912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21209912'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21209912'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21992082_21992082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21992082_21992082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21992082_21992082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21992082_21992082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21992082_21992082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21992082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21992082'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21992082'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21629716_21629716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21629716_21629716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21629716_21629716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21629716_21629716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21629716_21629716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21629716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21629716'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21629716'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21289773_21289773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21289773_21289773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21289773_21289773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21289773_21289773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21289773_21289773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21289773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21289773'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21289773'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22495446_22495446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22495446_22495446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22495446_22495446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22495446_22495446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22495446_22495446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22495446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22495446'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22495446'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21368562_21368562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21368562_21368562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21368562_21368562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21368562_21368562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21368562_21368562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21368562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21368562'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21368562'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21507542_21507542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21507542_21507542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21507542_21507542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21507542_21507542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21507542_21507542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21507542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21507542'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21507542'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22265590_22265590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22265590_22265590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22265590_22265590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22265590_22265590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22265590_22265590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22265590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22265590'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22265590'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22617472_22617472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22617472_22617472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22617472_22617472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22617472_22617472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22617472_22617472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22617472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22617472'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22617472'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21167193_21167193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21167193_21167193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21167193_21167193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21167193_21167193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21167193_21167193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21167193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21167193'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21167193'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22442543_22442543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22442543_22442543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22442543_22442543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22442543_22442543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22442543_22442543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22442543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22442543'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22442543'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21040504_21040504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21040504_21040504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21040504_21040504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21040504_21040504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21040504_21040504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21040504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21040504'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21040504'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21227591_21227591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21227591_21227591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21227591_21227591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21227591_21227591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21227591_21227591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21227591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21227591'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21227591'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20589101_20589101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20589101_20589101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20589101_20589101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20589101_20589101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20589101_20589101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20589101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20589101'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20589101'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22045437_22045437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22045437_22045437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22045437_22045437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22045437_22045437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22045437_22045437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22045437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22045437'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22045437'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22391225_22391225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22391225_22391225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22391225_22391225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22391225_22391225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22391225_22391225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22391225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22391225'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22391225'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21892469_21892469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21892469_21892469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21892469_21892469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21892469_21892469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21892469_21892469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21892469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21892469'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21892469'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21629162_21629162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21629162_21629162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21629162_21629162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21629162_21629162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21629162_21629162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21629162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21629162'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21629162'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22353808_22353808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22353808_22353808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22353808_22353808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22353808_22353808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22353808_22353808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22353808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22353808'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22353808'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21189141_21189141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21189141_21189141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21189141_21189141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21189141_21189141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21189141_21189141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21189141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21189141'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21189141'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21439998_21439998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21439998_21439998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21439998_21439998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21439998_21439998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21439998_21439998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21439998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21439998'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21439998'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21250159_21250159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21250159_21250159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21250159_21250159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21250159_21250159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21250159_21250159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21250159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21250159'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21250159'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20623789_20623789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20623789_20623789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20623789_20623789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20623789_20623789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20623789_20623789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20623789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20623789'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20623789'^^xsd:integer;
  dwc:observationDate '2014-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21164692_21164692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21164692_21164692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21164692_21164692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21164692_21164692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21164692_21164692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21164692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21164692'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21164692'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21776640_21776640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21776640_21776640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21776640_21776640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21776640_21776640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21776640_21776640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21776640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21776640'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21776640'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21938811_21938811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21938811_21938811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21938811_21938811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21938811_21938811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21938811_21938811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21938811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21938811'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21938811'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22513555_22513555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22513555_22513555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22513555_22513555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22513555_22513555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22513555_22513555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22513555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22513555'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22513555'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21248343_21248343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21248343_21248343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21248343_21248343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21248343_21248343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21248343_21248343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21248343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21248343'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21248343'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21252413_21252413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21252413_21252413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21252413_21252413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21252413_21252413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21252413_21252413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21252413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21252413'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21252413'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22303304_22303304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22303304_22303304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22303304_22303304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22303304_22303304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22303304_22303304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22303304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22303304'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22303304'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22133802_22133802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22133802_22133802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22133802_22133802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22133802_22133802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22133802_22133802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22133802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22133802'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22133802'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22695748_22695748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22695748_22695748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22695748_22695748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22695748_22695748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22695748_22695748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22695748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22695748'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22695748'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22320917_22320917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22320917_22320917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22320917_22320917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22320917_22320917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22320917_22320917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22320917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22320917'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22320917'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22694345_22694345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22694345_22694345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22694345_22694345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22694345_22694345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22694345_22694345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22694345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22694345'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22694345'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20668839_20668839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20668839_20668839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20668839_20668839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20668839_20668839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20668839_20668839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20668839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20668839'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20668839'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22557397_22557397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22557397_22557397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22557397_22557397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22557397_22557397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22557397_22557397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22557397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22557397'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22557397'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22032413_22032413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22032413_22032413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22032413_22032413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22032413_22032413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22032413_22032413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22032413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22032413'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22032413'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22254682_22254682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22254682_22254682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22254682_22254682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22254682_22254682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22254682_22254682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22254682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22254682'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22254682'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21839763_21839763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21839763_21839763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21839763_21839763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21839763_21839763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21839763_21839763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21839763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21839763'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21839763'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22264223_22264223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22264223_22264223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22264223_22264223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22264223_22264223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22264223_22264223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22264223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22264223'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22264223'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22176603_22176603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22176603_22176603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22176603_22176603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22176603_22176603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22176603_22176603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22176603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22176603'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22176603'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22471363_22471363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22471363_22471363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22471363_22471363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22471363_22471363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22471363_22471363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22471363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22471363'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22471363'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20751517_20751517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20751517_20751517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20751517_20751517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20751517_20751517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20751517_20751517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20751517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20751517'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20751517'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22429077_22429077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22429077_22429077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22429077_22429077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22429077_22429077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22429077_22429077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22429077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22429077'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22429077'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22602876_22602876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22602876_22602876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22602876_22602876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22602876_22602876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22602876_22602876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22602876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22602876'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22602876'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20598809_20598809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20598809_20598809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20598809_20598809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20598809_20598809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20598809_20598809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20598809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20598809'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20598809'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22111083_22111083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22111083_22111083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22111083_22111083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22111083_22111083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22111083_22111083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22111083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22111083'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22111083'^^xsd:integer;
  dwc:observationDate '2014-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20921735_20921735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20921735_20921735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20921735_20921735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20921735_20921735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20921735_20921735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20921735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20921735'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20921735'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21518868_21518868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21518868_21518868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21518868_21518868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21518868_21518868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21518868_21518868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21518868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21518868'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21518868'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22022166_22022166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22022166_22022166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22022166_22022166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22022166_22022166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22022166_22022166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22022166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22022166'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22022166'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21565871_21565871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21565871_21565871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21565871_21565871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21565871_21565871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21565871_21565871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21565871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21565871'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21565871'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21182600_21182600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21182600_21182600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21182600_21182600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21182600_21182600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21182600_21182600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21182600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21182600'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21182600'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22209575_22209575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22209575_22209575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22209575_22209575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22209575_22209575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22209575_22209575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22209575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22209575'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22209575'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21272989_21272989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21272989_21272989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21272989_21272989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21272989_21272989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21272989_21272989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21272989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21272989'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21272989'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22484877_22484877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22484877_22484877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22484877_22484877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22484877_22484877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22484877_22484877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22484877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22484877'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22484877'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21470079_21470079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21470079_21470079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21470079_21470079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21470079_21470079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21470079_21470079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21470079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21470079'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21470079'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21173807_21173807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21173807_21173807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21173807_21173807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21173807_21173807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21173807_21173807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21173807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21173807'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21173807'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20584791_20584791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20584791_20584791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20584791_20584791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20584791_20584791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20584791_20584791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20584791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20584791'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20584791'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21198834_21198834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21198834_21198834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21198834_21198834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21198834_21198834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21198834_21198834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21198834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21198834'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21198834'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21540114_21540114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21540114_21540114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21540114_21540114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21540114_21540114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21540114_21540114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21540114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21540114'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21540114'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21567574_21567574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21567574_21567574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21567574_21567574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21567574_21567574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21567574_21567574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21567574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21567574'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21567574'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21376915_21376915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21376915_21376915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21376915_21376915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21376915_21376915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21376915_21376915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21376915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21376915'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21376915'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21893028_21893028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21893028_21893028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21893028_21893028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21893028_21893028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21893028_21893028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21893028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21893028'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21893028'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21591763_21591763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21591763_21591763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21591763_21591763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21591763_21591763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21591763_21591763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21591763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21591763'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21591763'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22176873_22176873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22176873_22176873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22176873_22176873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22176873_22176873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22176873_22176873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22176873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22176873'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22176873'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20776577_20776577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20776577_20776577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20776577_20776577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20776577_20776577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20776577_20776577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20776577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20776577'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20776577'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22426487_22426487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22426487_22426487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22426487_22426487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22426487_22426487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22426487_22426487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22426487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22426487'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22426487'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22104798_22104798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22104798_22104798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22104798_22104798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22104798_22104798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22104798_22104798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22104798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22104798'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22104798'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20583526_20583526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20583526_20583526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20583526_20583526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20583526_20583526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20583526_20583526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20583526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20583526'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20583526'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22330443_22330443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22330443_22330443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22330443_22330443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22330443_22330443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22330443_22330443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22330443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22330443'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22330443'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22634421_22634421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22634421_22634421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22634421_22634421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22634421_22634421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22634421_22634421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22634421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22634421'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22634421'^^xsd:integer;
  dwc:observationDate '2014-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21616787_21616787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21616787_21616787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21616787_21616787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21616787_21616787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21616787_21616787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21616787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21616787'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21616787'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20783940_20783940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20783940_20783940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20783940_20783940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20783940_20783940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20783940_20783940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20783940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20783940'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20783940'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20686044_20686044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20686044_20686044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20686044_20686044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20686044_20686044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20686044_20686044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20686044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20686044'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20686044'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22091563_22091563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22091563_22091563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22091563_22091563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22091563_22091563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22091563_22091563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22091563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22091563'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22091563'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22156971_22156971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22156971_22156971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22156971_22156971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22156971_22156971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22156971_22156971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22156971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22156971'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22156971'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22144206_22144206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22144206_22144206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22144206_22144206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22144206_22144206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22144206_22144206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22144206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22144206'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22144206'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21257920_21257920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21257920_21257920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21257920_21257920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21257920_21257920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21257920_21257920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21257920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21257920'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21257920'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21210822_21210822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21210822_21210822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21210822_21210822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21210822_21210822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21210822_21210822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21210822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21210822'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21210822'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21026139_21026139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21026139_21026139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21026139_21026139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21026139_21026139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21026139_21026139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21026139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21026139'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21026139'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20763278_20763278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20763278_20763278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20763278_20763278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20763278_20763278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20763278_20763278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20763278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20763278'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20763278'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20733109_20733109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20733109_20733109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20733109_20733109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20733109_20733109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20733109_20733109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20733109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20733109'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20733109'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21272003_21272003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21272003_21272003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21272003_21272003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21272003_21272003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21272003_21272003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21272003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21272003'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21272003'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21489248_21489248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21489248_21489248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21489248_21489248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21489248_21489248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21489248_21489248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21489248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21489248'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21489248'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20904796_20904796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20904796_20904796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20904796_20904796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20904796_20904796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20904796_20904796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20904796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20904796'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20904796'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20944781_20944781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20944781_20944781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20944781_20944781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20944781_20944781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20944781_20944781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20944781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20944781'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20944781'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21314165_21314165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21314165_21314165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21314165_21314165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21314165_21314165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21314165_21314165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21314165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21314165'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21314165'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22519792_22519792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22519792_22519792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22519792_22519792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22519792_22519792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22519792_22519792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22519792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22519792'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22519792'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22580910_22580910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22580910_22580910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22580910_22580910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22580910_22580910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22580910_22580910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22580910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22580910'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22580910'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22239568_22239568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22239568_22239568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22239568_22239568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22239568_22239568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22239568_22239568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22239568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22239568'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22239568'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22394662_22394662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22394662_22394662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22394662_22394662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22394662_22394662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22394662_22394662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22394662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22394662'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22394662'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21170941_21170941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21170941_21170941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21170941_21170941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21170941_21170941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21170941_21170941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21170941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21170941'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21170941'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22007976_22007976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22007976_22007976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22007976_22007976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22007976_22007976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22007976_22007976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22007976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22007976'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22007976'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21299045_21299045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21299045_21299045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21299045_21299045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21299045_21299045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21299045_21299045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21299045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21299045'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21299045'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21386923_21386923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21386923_21386923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21386923_21386923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21386923_21386923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21386923_21386923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21386923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21386923'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21386923'^^xsd:integer;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21805641_21805641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21805641_21805641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21805641_21805641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21805641_21805641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21805641_21805641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21805641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21805641'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21805641'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21501426_21501426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21501426_21501426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21501426_21501426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21501426_21501426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21501426_21501426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21501426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21501426'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21501426'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22208326_22208326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22208326_22208326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22208326_22208326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22208326_22208326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22208326_22208326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22208326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22208326'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22208326'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22398200_22398200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22398200_22398200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22398200_22398200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22398200_22398200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22398200_22398200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22398200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22398200'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22398200'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22442865_22442865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22442865_22442865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22442865_22442865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22442865_22442865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22442865_22442865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22442865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22442865'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22442865'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22216793_22216793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22216793_22216793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22216793_22216793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22216793_22216793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22216793_22216793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22216793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22216793'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22216793'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21244231_21244231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21244231_21244231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21244231_21244231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21244231_21244231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21244231_21244231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21244231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21244231'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21244231'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21280823_21280823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21280823_21280823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21280823_21280823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21280823_21280823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21280823_21280823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21280823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21280823'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21280823'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21235793_21235793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21235793_21235793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21235793_21235793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21235793_21235793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21235793_21235793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21235793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21235793'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21235793'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21607340_21607340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21607340_21607340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21607340_21607340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21607340_21607340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21607340_21607340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21607340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21607340'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21607340'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20872872_20872872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20872872_20872872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20872872_20872872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20872872_20872872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20872872_20872872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20872872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20872872'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20872872'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21964094_21964094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21964094_21964094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21964094_21964094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21964094_21964094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21964094_21964094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21964094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21964094'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21964094'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22582074_22582074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22582074_22582074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22582074_22582074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22582074_22582074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22582074_22582074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22582074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22582074'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22582074'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22535467_22535467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22535467_22535467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22535467_22535467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22535467_22535467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22535467_22535467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22535467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22535467'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22535467'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21055506_21055506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21055506_21055506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21055506_21055506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21055506_21055506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21055506_21055506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21055506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21055506'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21055506'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20621548_20621548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20621548_20621548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20621548_20621548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20621548_20621548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20621548_20621548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20621548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20621548'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20621548'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21897234_21897234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21897234_21897234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21897234_21897234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21897234_21897234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21897234_21897234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21897234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21897234'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21897234'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20809488_20809488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20809488_20809488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20809488_20809488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20809488_20809488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20809488_20809488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20809488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20809488'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20809488'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21857356_21857356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21857356_21857356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21857356_21857356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21857356_21857356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21857356_21857356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21857356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21857356'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21857356'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22405339_22405339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22405339_22405339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22405339_22405339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22405339_22405339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22405339_22405339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22405339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22405339'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22405339'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22349458_22349458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22349458_22349458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22349458_22349458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22349458_22349458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22349458_22349458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22349458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22349458'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22349458'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21849171_21849171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21849171_21849171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21849171_21849171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21849171_21849171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21849171_21849171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21849171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21849171'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21849171'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22039974_22039974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22039974_22039974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22039974_22039974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22039974_22039974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22039974_22039974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22039974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22039974'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22039974'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21645938_21645938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21645938_21645938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21645938_21645938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21645938_21645938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21645938_21645938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21645938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21645938'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21645938'^^xsd:integer;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21784963_21784963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21784963_21784963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21784963_21784963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21784963_21784963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21784963_21784963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21784963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21784963'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21784963'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21777185_21777185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21777185_21777185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21777185_21777185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21777185_21777185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21777185_21777185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21777185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21777185'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21777185'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21294059_21294059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21294059_21294059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21294059_21294059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21294059_21294059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21294059_21294059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21294059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21294059'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21294059'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22151149_22151149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22151149_22151149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22151149_22151149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22151149_22151149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22151149_22151149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22151149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22151149'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22151149'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21865458_21865458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21865458_21865458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21865458_21865458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21865458_21865458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21865458_21865458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21865458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21865458'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21865458'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21818484_21818484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21818484_21818484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21818484_21818484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21818484_21818484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21818484_21818484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21818484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21818484'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21818484'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21863286_21863286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21863286_21863286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21863286_21863286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21863286_21863286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21863286_21863286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21863286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21863286'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21863286'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21967459_21967459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21967459_21967459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21967459_21967459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21967459_21967459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21967459_21967459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21967459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21967459'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21967459'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22253740_22253740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22253740_22253740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22253740_22253740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22253740_22253740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22253740_22253740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22253740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22253740'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22253740'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22541160_22541160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22541160_22541160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22541160_22541160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22541160_22541160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22541160_22541160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22541160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22541160'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22541160'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21552974_21552974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21552974_21552974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21552974_21552974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21552974_21552974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21552974_21552974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21552974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21552974'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21552974'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20974771_20974771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20974771_20974771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20974771_20974771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20974771_20974771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20974771_20974771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20974771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20974771'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20974771'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21151683_21151683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21151683_21151683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21151683_21151683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21151683_21151683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21151683_21151683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21151683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21151683'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21151683'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20591935_20591935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20591935_20591935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20591935_20591935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20591935_20591935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20591935_20591935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20591935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20591935'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20591935'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21906256_21906256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21906256_21906256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21906256_21906256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21906256_21906256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21906256_21906256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21906256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21906256'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21906256'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21294819_21294819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21294819_21294819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21294819_21294819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21294819_21294819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21294819_21294819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21294819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21294819'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21294819'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21399584_21399584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21399584_21399584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21399584_21399584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21399584_21399584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21399584_21399584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21399584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21399584'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21399584'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20604853_20604853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20604853_20604853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20604853_20604853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20604853_20604853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20604853_20604853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20604853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20604853'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20604853'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21452357_21452357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21452357_21452357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21452357_21452357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21452357_21452357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21452357_21452357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21452357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21452357'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21452357'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21402107_21402107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21402107_21402107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21402107_21402107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21402107_21402107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21402107_21402107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21402107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21402107'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21402107'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21309776_21309776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21309776_21309776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21309776_21309776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21309776_21309776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21309776_21309776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21309776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21309776'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21309776'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22140777_22140777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22140777_22140777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22140777_22140777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22140777_22140777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22140777_22140777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22140777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22140777'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22140777'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21444660_21444660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21444660_21444660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21444660_21444660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21444660_21444660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21444660_21444660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21444660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21444660'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21444660'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22183288_22183288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22183288_22183288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22183288_22183288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22183288_22183288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22183288_22183288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22183288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22183288'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22183288'^^xsd:integer;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21081108_21081108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21081108_21081108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21081108_21081108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21081108_21081108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21081108_21081108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21081108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21081108'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21081108'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21405425_21405425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21405425_21405425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21405425_21405425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21405425_21405425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21405425_21405425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21405425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21405425'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21405425'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22312613_22312613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22312613_22312613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22312613_22312613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22312613_22312613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22312613_22312613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22312613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22312613'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22312613'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20988077_20988077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20988077_20988077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20988077_20988077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20988077_20988077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20988077_20988077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20988077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20988077'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20988077'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21137172_21137172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21137172_21137172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21137172_21137172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21137172_21137172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21137172_21137172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21137172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21137172'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21137172'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21132316_21132316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21132316_21132316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21132316_21132316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21132316_21132316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21132316_21132316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21132316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21132316'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21132316'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22524324_22524324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22524324_22524324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22524324_22524324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22524324_22524324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22524324_22524324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22524324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22524324'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22524324'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21018643_21018643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21018643_21018643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21018643_21018643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21018643_21018643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21018643_21018643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21018643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21018643'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21018643'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22634754_22634754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22634754_22634754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22634754_22634754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22634754_22634754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22634754_22634754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22634754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22634754'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22634754'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21070966_21070966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21070966_21070966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21070966_21070966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21070966_21070966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21070966_21070966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21070966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21070966'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21070966'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22002865_22002865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22002865_22002865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22002865_22002865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22002865_22002865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22002865_22002865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22002865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22002865'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22002865'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21913157_21913157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21913157_21913157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21913157_21913157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21913157_21913157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21913157_21913157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21913157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21913157'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21913157'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21383455_21383455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21383455_21383455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21383455_21383455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21383455_21383455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21383455_21383455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21383455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21383455'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21383455'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22153298_22153298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22153298_22153298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22153298_22153298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22153298_22153298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22153298_22153298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22153298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22153298'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22153298'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22222165_22222165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22222165_22222165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22222165_22222165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22222165_22222165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22222165_22222165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22222165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22222165'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22222165'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20966376_20966376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20966376_20966376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20966376_20966376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20966376_20966376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20966376_20966376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20966376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20966376'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20966376'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21829205_21829205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21829205_21829205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21829205_21829205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21829205_21829205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21829205_21829205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21829205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21829205'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21829205'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21425746_21425746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21425746_21425746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21425746_21425746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21425746_21425746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21425746_21425746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21425746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21425746'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21425746'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20835110_20835110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20835110_20835110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20835110_20835110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20835110_20835110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20835110_20835110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20835110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20835110'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20835110'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20962987_20962987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20962987_20962987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20962987_20962987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20962987_20962987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20962987_20962987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20962987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20962987'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20962987'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22589499_22589499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22589499_22589499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22589499_22589499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22589499_22589499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22589499_22589499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22589499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22589499'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22589499'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20866434_20866434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20866434_20866434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20866434_20866434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20866434_20866434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20866434_20866434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20866434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20866434'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20866434'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20712657_20712657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20712657_20712657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20712657_20712657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20712657_20712657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20712657_20712657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20712657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20712657'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20712657'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22462397_22462397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22462397_22462397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22462397_22462397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22462397_22462397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22462397_22462397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22462397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22462397'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22462397'^^xsd:integer;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20943269_20943269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20943269_20943269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20943269_20943269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20943269_20943269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20943269_20943269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20943269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20943269'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20943269'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20626549_20626549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20626549_20626549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20626549_20626549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20626549_20626549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20626549_20626549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20626549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20626549'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20626549'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21429172_21429172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21429172_21429172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21429172_21429172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21429172_21429172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21429172_21429172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21429172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21429172'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21429172'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22212767_22212767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22212767_22212767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22212767_22212767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22212767_22212767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22212767_22212767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22212767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22212767'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22212767'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22533491_22533491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22533491_22533491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22533491_22533491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22533491_22533491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22533491_22533491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22533491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22533491'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22533491'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21845453_21845453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21845453_21845453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21845453_21845453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21845453_21845453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21845453_21845453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21845453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21845453'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21845453'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22436120_22436120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22436120_22436120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22436120_22436120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22436120_22436120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22436120_22436120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22436120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22436120'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22436120'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20896069_20896069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20896069_20896069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20896069_20896069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20896069_20896069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20896069_20896069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20896069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20896069'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20896069'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20695083_20695083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20695083_20695083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20695083_20695083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20695083_20695083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20695083_20695083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20695083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20695083'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20695083'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21072329_21072329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21072329_21072329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21072329_21072329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21072329_21072329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21072329_21072329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21072329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21072329'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21072329'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21262615_21262615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21262615_21262615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21262615_21262615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21262615_21262615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21262615_21262615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21262615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21262615'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21262615'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21901415_21901415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21901415_21901415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21901415_21901415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21901415_21901415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21901415_21901415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21901415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21901415'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21901415'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22618289_22618289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22618289_22618289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22618289_22618289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22618289_22618289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22618289_22618289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22618289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22618289'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22618289'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21281081_21281081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21281081_21281081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21281081_21281081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21281081_21281081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21281081_21281081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21281081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21281081'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21281081'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22288332_22288332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22288332_22288332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22288332_22288332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22288332_22288332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22288332_22288332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22288332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22288332'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22288332'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22539171_22539171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22539171_22539171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22539171_22539171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22539171_22539171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22539171_22539171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22539171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22539171'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22539171'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21986280_21986280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21986280_21986280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21986280_21986280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21986280_21986280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21986280_21986280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21986280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21986280'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21986280'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22357000_22357000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22357000_22357000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22357000_22357000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22357000_22357000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22357000_22357000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22357000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22357000'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22357000'^^xsd:integer;
  dwc:observationDate '2014-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22129011_22129011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22129011_22129011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22129011_22129011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22129011_22129011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22129011_22129011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22129011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22129011'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22129011'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20609116_20609116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20609116_20609116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20609116_20609116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20609116_20609116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20609116_20609116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20609116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20609116'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20609116'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21564109_21564109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21564109_21564109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21564109_21564109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21564109_21564109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21564109_21564109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21564109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21564109'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21564109'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22186785_22186785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22186785_22186785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22186785_22186785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22186785_22186785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22186785_22186785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22186785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22186785'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22186785'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22287003_22287003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22287003_22287003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22287003_22287003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22287003_22287003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22287003_22287003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22287003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22287003'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22287003'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21606661_21606661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21606661_21606661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21606661_21606661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21606661_21606661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21606661_21606661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21606661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21606661'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21606661'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21818596_21818596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21818596_21818596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21818596_21818596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21818596_21818596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21818596_21818596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21818596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21818596'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21818596'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21473085_21473085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21473085_21473085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21473085_21473085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21473085_21473085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21473085_21473085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21473085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21473085'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21473085'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22464953_22464953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22464953_22464953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22464953_22464953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22464953_22464953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22464953_22464953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22464953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22464953'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22464953'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20890752_20890752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20890752_20890752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20890752_20890752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20890752_20890752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20890752_20890752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20890752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20890752'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20890752'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20697906_20697906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20697906_20697906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20697906_20697906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20697906_20697906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20697906_20697906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20697906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20697906'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20697906'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22231394_22231394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22231394_22231394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22231394_22231394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22231394_22231394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22231394_22231394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22231394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22231394'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22231394'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21833249_21833249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21833249_21833249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21833249_21833249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21833249_21833249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21833249_21833249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21833249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21833249'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21833249'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20928864_20928864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20928864_20928864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20928864_20928864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20928864_20928864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20928864_20928864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20928864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20928864'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20928864'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20706468_20706468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20706468_20706468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20706468_20706468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20706468_20706468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20706468_20706468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20706468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20706468'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20706468'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22480785_22480785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22480785_22480785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22480785_22480785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22480785_22480785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22480785_22480785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22480785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22480785'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22480785'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20878857_20878857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20878857_20878857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20878857_20878857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20878857_20878857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20878857_20878857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20878857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20878857'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20878857'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20751795_20751795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20751795_20751795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20751795_20751795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20751795_20751795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20751795_20751795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20751795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20751795'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20751795'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21615359_21615359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21615359_21615359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21615359_21615359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21615359_21615359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21615359_21615359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21615359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21615359'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21615359'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20635269_20635269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20635269_20635269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20635269_20635269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20635269_20635269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20635269_20635269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20635269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20635269'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20635269'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20624207_20624207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20624207_20624207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20624207_20624207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20624207_20624207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20624207_20624207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20624207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20624207'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20624207'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20654521_20654521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20654521_20654521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20654521_20654521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20654521_20654521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20654521_20654521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20654521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20654521'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20654521'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20835301_20835301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20835301_20835301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20835301_20835301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20835301_20835301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20835301_20835301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20835301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20835301'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20835301'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21651157_21651157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21651157_21651157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21651157_21651157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21651157_21651157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21651157_21651157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21651157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21651157'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21651157'^^xsd:integer;
  dwc:observationDate '2014-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20968323_20968323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20968323_20968323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20968323_20968323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20968323_20968323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20968323_20968323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20968323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20968323'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20968323'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21577304_21577304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21577304_21577304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21577304_21577304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21577304_21577304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21577304_21577304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21577304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21577304'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21577304'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22271100_22271100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22271100_22271100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22271100_22271100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22271100_22271100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22271100_22271100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22271100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22271100'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22271100'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21599423_21599423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21599423_21599423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21599423_21599423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21599423_21599423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21599423_21599423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21599423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21599423'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21599423'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22635973_22635973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22635973_22635973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22635973_22635973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22635973_22635973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22635973_22635973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22635973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22635973'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22635973'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20586810_20586810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20586810_20586810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20586810_20586810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20586810_20586810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20586810_20586810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20586810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20586810'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20586810'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22569470_22569470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22569470_22569470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22569470_22569470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22569470_22569470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22569470_22569470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22569470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22569470'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22569470'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20756943_20756943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20756943_20756943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20756943_20756943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20756943_20756943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20756943_20756943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20756943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20756943'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20756943'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22641099_22641099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22641099_22641099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22641099_22641099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22641099_22641099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22641099_22641099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22641099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22641099'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22641099'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22020234_22020234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22020234_22020234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22020234_22020234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22020234_22020234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22020234_22020234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22020234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22020234'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22020234'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20613362_20613362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20613362_20613362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20613362_20613362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20613362_20613362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20613362_20613362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20613362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20613362'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20613362'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21570014_21570014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21570014_21570014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21570014_21570014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21570014_21570014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21570014_21570014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21570014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21570014'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21570014'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22628327_22628327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22628327_22628327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22628327_22628327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22628327_22628327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22628327_22628327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22628327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22628327'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22628327'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21488185_21488185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21488185_21488185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21488185_21488185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21488185_21488185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21488185_21488185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21488185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21488185'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21488185'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22661789_22661789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22661789_22661789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22661789_22661789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22661789_22661789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22661789_22661789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22661789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22661789'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22661789'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20815881_20815881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20815881_20815881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20815881_20815881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20815881_20815881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20815881_20815881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20815881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20815881'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20815881'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21613779_21613779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21613779_21613779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21613779_21613779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21613779_21613779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21613779_21613779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21613779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21613779'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21613779'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22388372_22388372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22388372_22388372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22388372_22388372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22388372_22388372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22388372_22388372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22388372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22388372'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22388372'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21530865_21530865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21530865_21530865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21530865_21530865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21530865_21530865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21530865_21530865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21530865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21530865'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21530865'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22460213_22460213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22460213_22460213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22460213_22460213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22460213_22460213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22460213_22460213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22460213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22460213'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22460213'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21518857_21518857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21518857_21518857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21518857_21518857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21518857_21518857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21518857_21518857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21518857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21518857'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21518857'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21165819_21165819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21165819_21165819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21165819_21165819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21165819_21165819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21165819_21165819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21165819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21165819'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21165819'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20956689_20956689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20956689_20956689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20956689_20956689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20956689_20956689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20956689_20956689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20956689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20956689'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20956689'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21622884_21622884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21622884_21622884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21622884_21622884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21622884_21622884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21622884_21622884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21622884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21622884'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21622884'^^xsd:integer;
  dwc:observationDate '2014-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22673163_22673163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22673163_22673163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22673163_22673163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22673163_22673163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22673163_22673163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22673163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22673163'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22673163'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21652340_21652340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21652340_21652340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21652340_21652340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21652340_21652340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21652340_21652340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21652340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21652340'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21652340'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20996382_20996382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20996382_20996382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20996382_20996382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20996382_20996382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20996382_20996382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20996382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20996382'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20996382'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22435344_22435344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22435344_22435344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22435344_22435344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22435344_22435344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22435344_22435344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22435344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22435344'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22435344'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21670234_21670234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21670234_21670234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21670234_21670234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21670234_21670234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21670234_21670234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21670234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21670234'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21670234'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22494981_22494981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22494981_22494981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22494981_22494981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22494981_22494981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22494981_22494981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22494981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22494981'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22494981'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21056759_21056759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21056759_21056759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21056759_21056759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21056759_21056759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21056759_21056759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21056759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21056759'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21056759'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21650563_21650563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21650563_21650563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21650563_21650563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21650563_21650563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21650563_21650563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21650563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21650563'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21650563'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20690963_20690963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20690963_20690963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20690963_20690963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20690963_20690963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20690963_20690963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20690963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20690963'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20690963'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22588951_22588951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22588951_22588951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22588951_22588951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22588951_22588951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22588951_22588951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22588951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22588951'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22588951'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21893236_21893236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21893236_21893236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21893236_21893236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21893236_21893236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21893236_21893236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21893236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21893236'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21893236'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21480278_21480278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21480278_21480278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21480278_21480278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21480278_21480278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21480278_21480278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21480278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21480278'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21480278'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21869772_21869772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21869772_21869772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21869772_21869772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21869772_21869772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21869772_21869772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21869772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21869772'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21869772'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21560821_21560821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21560821_21560821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21560821_21560821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21560821_21560821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21560821_21560821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21560821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21560821'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21560821'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21487770_21487770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21487770_21487770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21487770_21487770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21487770_21487770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21487770_21487770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21487770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21487770'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21487770'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22053185_22053185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22053185_22053185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22053185_22053185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22053185_22053185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22053185_22053185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22053185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22053185'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22053185'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22376752_22376752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22376752_22376752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22376752_22376752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22376752_22376752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22376752_22376752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22376752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22376752'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22376752'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21199733_21199733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21199733_21199733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21199733_21199733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21199733_21199733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21199733_21199733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21199733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21199733'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21199733'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22531022_22531022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22531022_22531022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22531022_22531022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22531022_22531022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22531022_22531022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22531022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22531022'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22531022'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21108764_21108764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21108764_21108764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21108764_21108764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21108764_21108764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21108764_21108764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21108764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21108764'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21108764'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22007896_22007896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22007896_22007896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22007896_22007896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22007896_22007896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22007896_22007896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22007896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22007896'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22007896'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21995101_21995101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21995101_21995101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21995101_21995101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21995101_21995101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21995101_21995101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21995101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21995101'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21995101'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21299425_21299425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21299425_21299425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21299425_21299425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21299425_21299425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21299425_21299425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21299425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21299425'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21299425'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22238508_22238508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22238508_22238508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22238508_22238508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22238508_22238508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22238508_22238508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22238508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22238508'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22238508'^^xsd:integer;
  dwc:observationDate '2014-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20991805_20991805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20991805_20991805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20991805_20991805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20991805_20991805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20991805_20991805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20991805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20991805'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20991805'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21317893_21317893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21317893_21317893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21317893_21317893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21317893_21317893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21317893_21317893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21317893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21317893'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21317893'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21629507_21629507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21629507_21629507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21629507_21629507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21629507_21629507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21629507_21629507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21629507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21629507'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21629507'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21707228_21707228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21707228_21707228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21707228_21707228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21707228_21707228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21707228_21707228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21707228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21707228'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21707228'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22171064_22171064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22171064_22171064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22171064_22171064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22171064_22171064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22171064_22171064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22171064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22171064'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22171064'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22076508_22076508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22076508_22076508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22076508_22076508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22076508_22076508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22076508_22076508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22076508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22076508'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22076508'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22705709_22705709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22705709_22705709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22705709_22705709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22705709_22705709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22705709_22705709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22705709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22705709'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22705709'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22399298_22399298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22399298_22399298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22399298_22399298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22399298_22399298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22399298_22399298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22399298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22399298'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22399298'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22670088_22670088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22670088_22670088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22670088_22670088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22670088_22670088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22670088_22670088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22670088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22670088'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22670088'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21961081_21961081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21961081_21961081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21961081_21961081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21961081_21961081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21961081_21961081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21961081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21961081'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21961081'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22138205_22138205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22138205_22138205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22138205_22138205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22138205_22138205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22138205_22138205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22138205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22138205'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22138205'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21860544_21860544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21860544_21860544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21860544_21860544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21860544_21860544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21860544_21860544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21860544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21860544'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21860544'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22060895_22060895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22060895_22060895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22060895_22060895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22060895_22060895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22060895_22060895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22060895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22060895'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22060895'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22607082_22607082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22607082_22607082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22607082_22607082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22607082_22607082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22607082_22607082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22607082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22607082'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22607082'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21235473_21235473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21235473_21235473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21235473_21235473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21235473_21235473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21235473_21235473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21235473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21235473'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21235473'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21235784_21235784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21235784_21235784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21235784_21235784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21235784_21235784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21235784_21235784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21235784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21235784'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21235784'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21871829_21871829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21871829_21871829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21871829_21871829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21871829_21871829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21871829_21871829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21871829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21871829'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21871829'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22476937_22476937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22476937_22476937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22476937_22476937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22476937_22476937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22476937_22476937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22476937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22476937'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22476937'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22299844_22299844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22299844_22299844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22299844_22299844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22299844_22299844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22299844_22299844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22299844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22299844'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22299844'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21467175_21467175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21467175_21467175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21467175_21467175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21467175_21467175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21467175_21467175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21467175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21467175'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21467175'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22347209_22347209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22347209_22347209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22347209_22347209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22347209_22347209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22347209_22347209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22347209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22347209'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22347209'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22691500_22691500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22691500_22691500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22691500_22691500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22691500_22691500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22691500_22691500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22691500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22691500'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22691500'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21942089_21942089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21942089_21942089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21942089_21942089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21942089_21942089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21942089_21942089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21942089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21942089'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21942089'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21973291_21973291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21973291_21973291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21973291_21973291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21973291_21973291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21973291_21973291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21973291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21973291'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21973291'^^xsd:integer;
  dwc:observationDate '2014-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20818731_20818731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20818731_20818731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20818731_20818731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20818731_20818731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20818731_20818731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20818731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20818731'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20818731'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22557764_22557764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22557764_22557764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22557764_22557764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22557764_22557764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22557764_22557764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22557764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22557764'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22557764'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21319343_21319343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21319343_21319343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21319343_21319343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21319343_21319343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21319343_21319343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21319343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21319343'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21319343'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21868659_21868659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21868659_21868659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21868659_21868659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21868659_21868659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21868659_21868659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21868659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21868659'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21868659'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22116601_22116601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22116601_22116601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22116601_22116601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22116601_22116601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22116601_22116601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22116601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22116601'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22116601'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21886795_21886795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21886795_21886795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21886795_21886795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21886795_21886795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21886795_21886795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21886795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21886795'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21886795'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21260360_21260360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21260360_21260360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21260360_21260360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21260360_21260360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21260360_21260360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21260360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21260360'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21260360'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22259831_22259831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22259831_22259831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22259831_22259831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22259831_22259831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22259831_22259831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22259831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22259831'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22259831'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22183870_22183870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22183870_22183870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22183870_22183870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22183870_22183870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22183870_22183870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22183870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22183870'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22183870'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20773827_20773827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20773827_20773827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20773827_20773827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20773827_20773827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20773827_20773827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20773827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20773827'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20773827'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21989878_21989878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21989878_21989878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21989878_21989878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21989878_21989878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21989878_21989878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21989878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21989878'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21989878'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22505176_22505176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22505176_22505176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22505176_22505176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22505176_22505176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22505176_22505176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22505176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22505176'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22505176'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21373367_21373367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21373367_21373367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21373367_21373367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21373367_21373367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21373367_21373367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21373367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21373367'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21373367'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21377081_21377081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21377081_21377081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21377081_21377081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21377081_21377081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21377081_21377081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21377081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21377081'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21377081'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20952506_20952506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20952506_20952506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20952506_20952506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20952506_20952506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20952506_20952506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20952506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20952506'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20952506'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22185474_22185474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22185474_22185474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22185474_22185474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22185474_22185474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22185474_22185474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22185474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22185474'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22185474'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21423693_21423693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21423693_21423693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21423693_21423693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21423693_21423693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21423693_21423693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21423693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21423693'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21423693'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22588658_22588658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22588658_22588658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22588658_22588658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22588658_22588658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22588658_22588658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22588658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22588658'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22588658'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21355070_21355070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21355070_21355070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21355070_21355070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21355070_21355070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21355070_21355070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21355070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21355070'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21355070'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22434345_22434345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22434345_22434345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22434345_22434345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22434345_22434345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22434345_22434345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22434345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22434345'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22434345'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21216702_21216702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21216702_21216702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21216702_21216702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21216702_21216702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21216702_21216702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21216702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21216702'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21216702'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22360221_22360221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22360221_22360221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22360221_22360221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22360221_22360221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22360221_22360221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22360221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22360221'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22360221'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21009727_21009727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21009727_21009727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21009727_21009727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21009727_21009727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21009727_21009727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21009727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21009727'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21009727'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21651122_21651122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21651122_21651122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21651122_21651122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21651122_21651122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21651122_21651122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21651122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21651122'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21651122'^^xsd:integer;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22367322_22367322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22367322_22367322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22367322_22367322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22367322_22367322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22367322_22367322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22367322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22367322'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22367322'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20896735_20896735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20896735_20896735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20896735_20896735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20896735_20896735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20896735_20896735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20896735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20896735'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20896735'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21663757_21663757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21663757_21663757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21663757_21663757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21663757_21663757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21663757_21663757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21663757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21663757'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21663757'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22703889_22703889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22703889_22703889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22703889_22703889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22703889_22703889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22703889_22703889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22703889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22703889'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22703889'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22089266_22089266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22089266_22089266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22089266_22089266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22089266_22089266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22089266_22089266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22089266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22089266'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22089266'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20944017_20944017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20944017_20944017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20944017_20944017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20944017_20944017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20944017_20944017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20944017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20944017'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20944017'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22551189_22551189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22551189_22551189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22551189_22551189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22551189_22551189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22551189_22551189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22551189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22551189'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22551189'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21822296_21822296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21822296_21822296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21822296_21822296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21822296_21822296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21822296_21822296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21822296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21822296'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21822296'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22447874_22447874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22447874_22447874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22447874_22447874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22447874_22447874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22447874_22447874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22447874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22447874'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22447874'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21402910_21402910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21402910_21402910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21402910_21402910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21402910_21402910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21402910_21402910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21402910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21402910'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21402910'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20856263_20856263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20856263_20856263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20856263_20856263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20856263_20856263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20856263_20856263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20856263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20856263'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20856263'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21136800_21136800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21136800_21136800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21136800_21136800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21136800_21136800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21136800_21136800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21136800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21136800'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21136800'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22591579_22591579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22591579_22591579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22591579_22591579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22591579_22591579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22591579_22591579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22591579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22591579'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22591579'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21095741_21095741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21095741_21095741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21095741_21095741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21095741_21095741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21095741_21095741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21095741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21095741'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21095741'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21922960_21922960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21922960_21922960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21922960_21922960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21922960_21922960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21922960_21922960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21922960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21922960'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21922960'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20766319_20766319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20766319_20766319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20766319_20766319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20766319_20766319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20766319_20766319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20766319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20766319'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20766319'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22611908_22611908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22611908_22611908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22611908_22611908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22611908_22611908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22611908_22611908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22611908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22611908'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22611908'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20926903_20926903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20926903_20926903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20926903_20926903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20926903_20926903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20926903_20926903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20926903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20926903'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20926903'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20595240_20595240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20595240_20595240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20595240_20595240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20595240_20595240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20595240_20595240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20595240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20595240'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20595240'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22507296_22507296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22507296_22507296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22507296_22507296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22507296_22507296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22507296_22507296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22507296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22507296'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22507296'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20909076_20909076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20909076_20909076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20909076_20909076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20909076_20909076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20909076_20909076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20909076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20909076'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20909076'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20854526_20854526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20854526_20854526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20854526_20854526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20854526_20854526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20854526_20854526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20854526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20854526'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20854526'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21023790_21023790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21023790_21023790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21023790_21023790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21023790_21023790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21023790_21023790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21023790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21023790'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21023790'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21510314_21510314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21510314_21510314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21510314_21510314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21510314_21510314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21510314_21510314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21510314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21510314'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21510314'^^xsd:integer;
  dwc:observationDate '2014-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21868510_21868510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21868510_21868510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21868510_21868510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21868510_21868510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21868510_21868510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21868510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21868510'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21868510'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20684135_20684135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20684135_20684135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20684135_20684135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20684135_20684135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20684135_20684135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20684135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20684135'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20684135'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22298310_22298310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22298310_22298310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22298310_22298310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22298310_22298310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22298310_22298310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22298310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22298310'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22298310'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22277810_22277810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22277810_22277810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22277810_22277810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22277810_22277810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22277810_22277810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22277810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22277810'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22277810'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20841376_20841376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20841376_20841376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20841376_20841376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20841376_20841376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20841376_20841376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20841376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20841376'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20841376'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20630484_20630484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20630484_20630484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20630484_20630484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20630484_20630484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20630484_20630484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20630484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20630484'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20630484'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20794064_20794064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20794064_20794064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20794064_20794064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20794064_20794064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20794064_20794064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20794064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20794064'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20794064'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20871865_20871865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20871865_20871865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20871865_20871865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20871865_20871865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20871865_20871865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20871865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20871865'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20871865'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22230494_22230494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22230494_22230494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22230494_22230494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22230494_22230494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22230494_22230494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22230494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22230494'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22230494'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20744213_20744213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20744213_20744213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20744213_20744213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20744213_20744213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20744213_20744213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20744213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20744213'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20744213'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20846204_20846204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20846204_20846204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20846204_20846204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20846204_20846204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20846204_20846204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20846204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20846204'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20846204'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21803882_21803882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21803882_21803882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21803882_21803882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21803882_21803882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21803882_21803882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21803882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21803882'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21803882'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20822013_20822013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20822013_20822013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20822013_20822013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20822013_20822013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20822013_20822013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20822013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20822013'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20822013'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21890696_21890696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21890696_21890696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21890696_21890696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21890696_21890696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21890696_21890696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21890696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21890696'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21890696'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21823636_21823636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21823636_21823636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21823636_21823636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21823636_21823636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21823636_21823636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21823636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21823636'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21823636'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21879781_21879781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21879781_21879781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21879781_21879781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21879781_21879781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21879781_21879781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21879781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21879781'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21879781'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20905010_20905010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20905010_20905010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20905010_20905010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20905010_20905010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20905010_20905010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20905010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20905010'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20905010'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21319776_21319776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21319776_21319776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21319776_21319776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21319776_21319776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21319776_21319776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21319776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21319776'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21319776'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21575649_21575649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21575649_21575649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21575649_21575649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21575649_21575649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21575649_21575649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21575649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21575649'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21575649'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21017677_21017677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21017677_21017677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21017677_21017677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21017677_21017677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21017677_21017677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21017677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21017677'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21017677'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21587002_21587002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21587002_21587002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21587002_21587002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21587002_21587002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21587002_21587002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21587002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21587002'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21587002'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20824352_20824352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20824352_20824352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20824352_20824352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20824352_20824352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20824352_20824352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20824352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20824352'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20824352'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20700740_20700740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20700740_20700740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20700740_20700740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20700740_20700740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20700740_20700740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20700740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20700740'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20700740'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22071423_22071423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22071423_22071423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22071423_22071423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22071423_22071423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22071423_22071423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22071423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22071423'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22071423'^^xsd:integer;
  dwc:observationDate '2014-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22042270_22042270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22042270_22042270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22042270_22042270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22042270_22042270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22042270_22042270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22042270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22042270'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22042270'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22004660_22004660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22004660_22004660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22004660_22004660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22004660_22004660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22004660_22004660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22004660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22004660'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22004660'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22369960_22369960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22369960_22369960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22369960_22369960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22369960_22369960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22369960_22369960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22369960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22369960'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22369960'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20623351_20623351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20623351_20623351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20623351_20623351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20623351_20623351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20623351_20623351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20623351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20623351'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20623351'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22455379_22455379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22455379_22455379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22455379_22455379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22455379_22455379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22455379_22455379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22455379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22455379'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22455379'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22080840_22080840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22080840_22080840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22080840_22080840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22080840_22080840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22080840_22080840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22080840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22080840'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22080840'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20750593_20750593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20750593_20750593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20750593_20750593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20750593_20750593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20750593_20750593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20750593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20750593'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20750593'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20926237_20926237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20926237_20926237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20926237_20926237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20926237_20926237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20926237_20926237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20926237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20926237'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20926237'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22677681_22677681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22677681_22677681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22677681_22677681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22677681_22677681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22677681_22677681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22677681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22677681'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22677681'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20756573_20756573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20756573_20756573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20756573_20756573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20756573_20756573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20756573_20756573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20756573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20756573'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20756573'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22477339_22477339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22477339_22477339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22477339_22477339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22477339_22477339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22477339_22477339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22477339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22477339'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22477339'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22452471_22452471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22452471_22452471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22452471_22452471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22452471_22452471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22452471_22452471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22452471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22452471'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22452471'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21194653_21194653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21194653_21194653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21194653_21194653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21194653_21194653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21194653_21194653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21194653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21194653'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21194653'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21596218_21596218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21596218_21596218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21596218_21596218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21596218_21596218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21596218_21596218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21596218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21596218'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21596218'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21149959_21149959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21149959_21149959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21149959_21149959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21149959_21149959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21149959_21149959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21149959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21149959'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21149959'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22238814_22238814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22238814_22238814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22238814_22238814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22238814_22238814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22238814_22238814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22238814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22238814'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22238814'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21717523_21717523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21717523_21717523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21717523_21717523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21717523_21717523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21717523_21717523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21717523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21717523'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21717523'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22096736_22096736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22096736_22096736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22096736_22096736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22096736_22096736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22096736_22096736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22096736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22096736'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22096736'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21947715_21947715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21947715_21947715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21947715_21947715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21947715_21947715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21947715_21947715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21947715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21947715'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21947715'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22192049_22192049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22192049_22192049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22192049_22192049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22192049_22192049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22192049_22192049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22192049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22192049'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22192049'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21174113_21174113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21174113_21174113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21174113_21174113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21174113_21174113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21174113_21174113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21174113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21174113'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21174113'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21952732_21952732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21952732_21952732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21952732_21952732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21952732_21952732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21952732_21952732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21952732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21952732'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21952732'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21247689_21247689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21247689_21247689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21247689_21247689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21247689_21247689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21247689_21247689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21247689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21247689'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21247689'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21986092_21986092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21986092_21986092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21986092_21986092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21986092_21986092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21986092_21986092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21986092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21986092'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21986092'^^xsd:integer;
  dwc:observationDate '2014-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20737561_20737561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20737561_20737561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20737561_20737561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20737561_20737561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20737561_20737561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20737561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20737561'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20737561'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21548684_21548684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21548684_21548684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21548684_21548684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21548684_21548684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21548684_21548684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21548684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21548684'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21548684'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20673478_20673478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20673478_20673478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20673478_20673478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20673478_20673478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20673478_20673478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20673478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20673478'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20673478'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22508766_22508766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22508766_22508766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22508766_22508766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22508766_22508766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22508766_22508766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22508766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22508766'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22508766'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20902747_20902747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20902747_20902747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20902747_20902747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20902747_20902747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20902747_20902747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20902747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20902747'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20902747'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21023415_21023415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21023415_21023415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21023415_21023415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21023415_21023415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21023415_21023415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21023415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21023415'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21023415'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20873948_20873948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20873948_20873948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20873948_20873948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20873948_20873948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20873948_20873948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20873948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20873948'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20873948'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22611920_22611920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22611920_22611920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22611920_22611920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22611920_22611920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22611920_22611920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22611920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22611920'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22611920'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20871409_20871409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20871409_20871409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20871409_20871409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20871409_20871409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20871409_20871409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20871409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20871409'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20871409'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22412185_22412185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22412185_22412185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22412185_22412185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22412185_22412185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22412185_22412185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22412185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22412185'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22412185'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20765028_20765028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20765028_20765028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20765028_20765028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20765028_20765028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20765028_20765028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20765028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20765028'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20765028'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21591551_21591551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21591551_21591551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21591551_21591551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21591551_21591551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21591551_21591551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21591551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21591551'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21591551'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21664978_21664978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21664978_21664978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21664978_21664978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21664978_21664978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21664978_21664978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21664978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21664978'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21664978'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22323198_22323198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22323198_22323198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22323198_22323198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22323198_22323198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22323198_22323198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22323198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22323198'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22323198'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20659544_20659544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20659544_20659544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20659544_20659544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20659544_20659544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20659544_20659544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20659544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20659544'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20659544'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22523219_22523219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22523219_22523219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22523219_22523219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22523219_22523219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22523219_22523219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22523219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22523219'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22523219'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20734116_20734116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20734116_20734116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20734116_20734116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20734116_20734116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20734116_20734116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20734116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20734116'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20734116'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21423304_21423304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21423304_21423304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21423304_21423304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21423304_21423304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21423304_21423304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21423304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21423304'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21423304'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21656439_21656439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21656439_21656439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21656439_21656439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21656439_21656439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21656439_21656439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21656439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21656439'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21656439'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21256283_21256283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21256283_21256283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21256283_21256283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21256283_21256283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21256283_21256283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21256283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21256283'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21256283'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21581329_21581329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21581329_21581329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21581329_21581329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21581329_21581329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21581329_21581329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21581329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21581329'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21581329'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21059068_21059068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21059068_21059068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21059068_21059068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21059068_21059068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21059068_21059068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21059068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21059068'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21059068'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21172032_21172032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21172032_21172032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21172032_21172032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21172032_21172032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21172032_21172032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21172032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21172032'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21172032'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22392574_22392574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22392574_22392574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22392574_22392574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22392574_22392574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22392574_22392574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22392574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22392574'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22392574'^^xsd:integer;
  dwc:observationDate '2014-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22697357_22697357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22697357_22697357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22697357_22697357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22697357_22697357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22697357_22697357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22697357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22697357'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22697357'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22443074_22443074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22443074_22443074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22443074_22443074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22443074_22443074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22443074_22443074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22443074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22443074'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22443074'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20731156_20731156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20731156_20731156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20731156_20731156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20731156_20731156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20731156_20731156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20731156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20731156'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20731156'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21445554_21445554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21445554_21445554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21445554_21445554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21445554_21445554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21445554_21445554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21445554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21445554'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21445554'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20834534_20834534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20834534_20834534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20834534_20834534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20834534_20834534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20834534_20834534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20834534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20834534'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20834534'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22454685_22454685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22454685_22454685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22454685_22454685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22454685_22454685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22454685_22454685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22454685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22454685'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22454685'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22474995_22474995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22474995_22474995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22474995_22474995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22474995_22474995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22474995_22474995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22474995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22474995'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22474995'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22314230_22314230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22314230_22314230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22314230_22314230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22314230_22314230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22314230_22314230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22314230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22314230'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22314230'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21756835_21756835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21756835_21756835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21756835_21756835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21756835_21756835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21756835_21756835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21756835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21756835'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21756835'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21920556_21920556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21920556_21920556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21920556_21920556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21920556_21920556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21920556_21920556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21920556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21920556'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21920556'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22360096_22360096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22360096_22360096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22360096_22360096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22360096_22360096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22360096_22360096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22360096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22360096'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22360096'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20894834_20894834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20894834_20894834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20894834_20894834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20894834_20894834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20894834_20894834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20894834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20894834'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20894834'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22547395_22547395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22547395_22547395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22547395_22547395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22547395_22547395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22547395_22547395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22547395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22547395'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22547395'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21103281_21103281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21103281_21103281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21103281_21103281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21103281_21103281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21103281_21103281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21103281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21103281'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21103281'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21721553_21721553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21721553_21721553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21721553_21721553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21721553_21721553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21721553_21721553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21721553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21721553'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21721553'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21970163_21970163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21970163_21970163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21970163_21970163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21970163_21970163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21970163_21970163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21970163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21970163'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21970163'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20653377_20653377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20653377_20653377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20653377_20653377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20653377_20653377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20653377_20653377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20653377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20653377'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20653377'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21696193_21696193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21696193_21696193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21696193_21696193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21696193_21696193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21696193_21696193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21696193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21696193'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21696193'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21955494_21955494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21955494_21955494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21955494_21955494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21955494_21955494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21955494_21955494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21955494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21955494'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21955494'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21301350_21301350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21301350_21301350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21301350_21301350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21301350_21301350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21301350_21301350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21301350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21301350'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21301350'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21017840_21017840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21017840_21017840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21017840_21017840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21017840_21017840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21017840_21017840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21017840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21017840'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21017840'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22123289_22123289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22123289_22123289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22123289_22123289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22123289_22123289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22123289_22123289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22123289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22123289'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22123289'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20865096_20865096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20865096_20865096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20865096_20865096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20865096_20865096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20865096_20865096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20865096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20865096'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20865096'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21639034_21639034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21639034_21639034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21639034_21639034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21639034_21639034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21639034_21639034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21639034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21639034'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21639034'^^xsd:integer;
  dwc:observationDate '2014-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22682954_22682954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22682954_22682954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22682954_22682954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22682954_22682954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22682954_22682954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22682954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22682954'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22682954'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22473972_22473972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22473972_22473972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22473972_22473972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22473972_22473972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22473972_22473972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22473972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22473972'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22473972'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21884123_21884123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21884123_21884123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21884123_21884123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21884123_21884123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21884123_21884123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21884123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21884123'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21884123'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20818957_20818957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20818957_20818957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20818957_20818957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20818957_20818957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20818957_20818957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20818957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20818957'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20818957'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22257563_22257563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22257563_22257563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22257563_22257563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22257563_22257563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22257563_22257563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22257563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22257563'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22257563'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21163579_21163579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21163579_21163579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21163579_21163579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21163579_21163579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21163579_21163579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21163579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21163579'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21163579'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21988149_21988149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21988149_21988149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21988149_21988149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21988149_21988149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21988149_21988149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21988149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21988149'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21988149'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21640189_21640189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21640189_21640189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21640189_21640189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21640189_21640189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21640189_21640189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21640189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21640189'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21640189'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21674057_21674057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21674057_21674057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21674057_21674057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21674057_21674057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21674057_21674057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21674057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21674057'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21674057'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20735333_20735333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20735333_20735333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20735333_20735333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20735333_20735333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20735333_20735333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20735333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20735333'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20735333'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22652574_22652574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22652574_22652574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22652574_22652574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22652574_22652574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22652574_22652574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22652574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22652574'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22652574'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22342566_22342566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22342566_22342566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22342566_22342566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22342566_22342566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22342566_22342566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22342566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22342566'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22342566'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21608254_21608254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21608254_21608254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21608254_21608254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21608254_21608254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21608254_21608254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21608254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21608254'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21608254'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20594042_20594042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20594042_20594042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20594042_20594042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20594042_20594042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20594042_20594042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20594042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20594042'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20594042'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22108905_22108905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22108905_22108905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22108905_22108905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22108905_22108905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22108905_22108905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22108905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22108905'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22108905'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21388984_21388984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21388984_21388984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21388984_21388984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21388984_21388984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21388984_21388984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21388984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21388984'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21388984'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21546124_21546124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21546124_21546124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21546124_21546124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21546124_21546124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21546124_21546124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21546124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21546124'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21546124'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21863654_21863654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21863654_21863654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21863654_21863654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21863654_21863654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21863654_21863654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21863654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21863654'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21863654'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21514475_21514475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21514475_21514475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21514475_21514475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21514475_21514475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21514475_21514475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21514475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21514475'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21514475'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20993878_20993878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20993878_20993878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20993878_20993878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20993878_20993878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20993878_20993878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20993878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20993878'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20993878'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22510747_22510747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22510747_22510747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22510747_22510747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22510747_22510747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22510747_22510747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22510747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22510747'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22510747'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22470771_22470771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22470771_22470771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22470771_22470771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22470771_22470771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22470771_22470771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22470771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22470771'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22470771'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21407452_21407452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21407452_21407452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21407452_21407452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21407452_21407452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21407452_21407452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21407452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21407452'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21407452'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21280213_21280213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21280213_21280213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21280213_21280213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21280213_21280213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21280213_21280213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21280213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21280213'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21280213'^^xsd:integer;
  dwc:observationDate '2014-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20753524_20753524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20753524_20753524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20753524_20753524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20753524_20753524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20753524_20753524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20753524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20753524'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20753524'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22692205_22692205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22692205_22692205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22692205_22692205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22692205_22692205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22692205_22692205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22692205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22692205'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22692205'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22362286_22362286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22362286_22362286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22362286_22362286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22362286_22362286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22362286_22362286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22362286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22362286'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22362286'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20952380_20952380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20952380_20952380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20952380_20952380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20952380_20952380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20952380_20952380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20952380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20952380'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20952380'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21751449_21751449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21751449_21751449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21751449_21751449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21751449_21751449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21751449_21751449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21751449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21751449'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21751449'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22356170_22356170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22356170_22356170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22356170_22356170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22356170_22356170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22356170_22356170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22356170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22356170'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22356170'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22526674_22526674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22526674_22526674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22526674_22526674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22526674_22526674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22526674_22526674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22526674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22526674'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22526674'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21764656_21764656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21764656_21764656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21764656_21764656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21764656_21764656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21764656_21764656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21764656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21764656'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21764656'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22157097_22157097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22157097_22157097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22157097_22157097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22157097_22157097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22157097_22157097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22157097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22157097'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22157097'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21205999_21205999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21205999_21205999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21205999_21205999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21205999_21205999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21205999_21205999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21205999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21205999'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21205999'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22643293_22643293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22643293_22643293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22643293_22643293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22643293_22643293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22643293_22643293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22643293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22643293'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22643293'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21196738_21196738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21196738_21196738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21196738_21196738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21196738_21196738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21196738_21196738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21196738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21196738'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21196738'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22458916_22458916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22458916_22458916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22458916_22458916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22458916_22458916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22458916_22458916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22458916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22458916'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22458916'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21740416_21740416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21740416_21740416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21740416_21740416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21740416_21740416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21740416_21740416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21740416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21740416'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21740416'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21586701_21586701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21586701_21586701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21586701_21586701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21586701_21586701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21586701_21586701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21586701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21586701'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21586701'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21208399_21208399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21208399_21208399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21208399_21208399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21208399_21208399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21208399_21208399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21208399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21208399'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21208399'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22365136_22365136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22365136_22365136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22365136_22365136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22365136_22365136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22365136_22365136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22365136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22365136'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22365136'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21628130_21628130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21628130_21628130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21628130_21628130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21628130_21628130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21628130_21628130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21628130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21628130'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21628130'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21846157_21846157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21846157_21846157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21846157_21846157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21846157_21846157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21846157_21846157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21846157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21846157'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21846157'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20887731_20887731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20887731_20887731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20887731_20887731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20887731_20887731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20887731_20887731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20887731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20887731'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20887731'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22679862_22679862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22679862_22679862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22679862_22679862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22679862_22679862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22679862_22679862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22679862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22679862'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22679862'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21526358_21526358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21526358_21526358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21526358_21526358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21526358_21526358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21526358_21526358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21526358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21526358'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21526358'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21649730_21649730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21649730_21649730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21649730_21649730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21649730_21649730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21649730_21649730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21649730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21649730'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21649730'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22044676_22044676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22044676_22044676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22044676_22044676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22044676_22044676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22044676_22044676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22044676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22044676'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22044676'^^xsd:integer;
  dwc:observationDate '2014-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22320741_22320741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22320741_22320741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22320741_22320741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22320741_22320741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22320741_22320741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22320741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22320741'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22320741'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22691229_22691229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22691229_22691229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22691229_22691229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22691229_22691229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22691229_22691229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22691229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22691229'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22691229'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20743573_20743573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20743573_20743573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20743573_20743573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20743573_20743573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20743573_20743573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20743573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20743573'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20743573'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22058099_22058099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22058099_22058099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22058099_22058099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22058099_22058099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22058099_22058099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22058099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22058099'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22058099'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20810167_20810167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20810167_20810167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20810167_20810167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20810167_20810167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20810167_20810167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20810167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20810167'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20810167'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21864374_21864374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21864374_21864374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21864374_21864374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21864374_21864374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21864374_21864374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21864374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21864374'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21864374'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21464099_21464099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21464099_21464099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21464099_21464099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21464099_21464099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21464099_21464099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21464099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21464099'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21464099'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21156934_21156934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21156934_21156934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21156934_21156934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21156934_21156934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21156934_21156934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21156934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21156934'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21156934'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21073215_21073215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21073215_21073215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21073215_21073215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21073215_21073215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21073215_21073215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21073215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21073215'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21073215'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21318066_21318066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21318066_21318066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21318066_21318066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21318066_21318066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21318066_21318066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21318066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21318066'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21318066'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21008521_21008521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21008521_21008521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21008521_21008521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21008521_21008521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21008521_21008521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21008521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21008521'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21008521'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21267838_21267838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21267838_21267838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21267838_21267838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21267838_21267838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21267838_21267838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21267838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21267838'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21267838'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22268475_22268475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22268475_22268475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22268475_22268475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22268475_22268475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22268475_22268475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22268475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22268475'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22268475'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20877940_20877940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20877940_20877940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20877940_20877940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20877940_20877940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20877940_20877940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20877940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20877940'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20877940'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22406031_22406031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22406031_22406031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22406031_22406031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22406031_22406031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22406031_22406031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22406031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22406031'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22406031'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20809761_20809761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20809761_20809761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20809761_20809761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20809761_20809761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20809761_20809761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20809761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20809761'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20809761'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20661189_20661189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20661189_20661189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20661189_20661189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20661189_20661189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20661189_20661189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20661189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20661189'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20661189'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22322220_22322220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22322220_22322220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22322220_22322220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22322220_22322220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22322220_22322220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22322220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22322220'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22322220'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21511739_21511739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21511739_21511739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21511739_21511739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21511739_21511739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21511739_21511739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21511739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21511739'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21511739'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22249695_22249695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22249695_22249695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22249695_22249695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22249695_22249695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22249695_22249695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22249695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22249695'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22249695'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22000470_22000470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22000470_22000470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22000470_22000470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22000470_22000470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22000470_22000470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22000470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22000470'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22000470'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22456864_22456864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22456864_22456864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22456864_22456864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22456864_22456864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22456864_22456864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22456864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22456864'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22456864'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21832284_21832284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21832284_21832284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21832284_21832284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21832284_21832284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21832284_21832284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21832284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21832284'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21832284'^^xsd:integer;
  dwc:observationDate '2014-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21051004_21051004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21051004_21051004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21051004_21051004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21051004_21051004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21051004_21051004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21051004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21051004'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21051004'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20902116_20902116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20902116_20902116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20902116_20902116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20902116_20902116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20902116_20902116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20902116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20902116'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20902116'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22678650_22678650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22678650_22678650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22678650_22678650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22678650_22678650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22678650_22678650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22678650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22678650'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22678650'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21874206_21874206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21874206_21874206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21874206_21874206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21874206_21874206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21874206_21874206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21874206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21874206'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21874206'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22199981_22199981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22199981_22199981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22199981_22199981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22199981_22199981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22199981_22199981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22199981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22199981'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22199981'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22103265_22103265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22103265_22103265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22103265_22103265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22103265_22103265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22103265_22103265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22103265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22103265'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22103265'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22238273_22238273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22238273_22238273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22238273_22238273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22238273_22238273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22238273_22238273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22238273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22238273'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22238273'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20920064_20920064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20920064_20920064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20920064_20920064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20920064_20920064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20920064_20920064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20920064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20920064'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20920064'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22371622_22371622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22371622_22371622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22371622_22371622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22371622_22371622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22371622_22371622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22371622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22371622'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22371622'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21079376_21079376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21079376_21079376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21079376_21079376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21079376_21079376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21079376_21079376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21079376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21079376'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21079376'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20719333_20719333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20719333_20719333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20719333_20719333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20719333_20719333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20719333_20719333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20719333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20719333'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20719333'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22150680_22150680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22150680_22150680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22150680_22150680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22150680_22150680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22150680_22150680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22150680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22150680'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22150680'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20723558_20723558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20723558_20723558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20723558_20723558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20723558_20723558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20723558_20723558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20723558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20723558'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20723558'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21871399_21871399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21871399_21871399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21871399_21871399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21871399_21871399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21871399_21871399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21871399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21871399'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21871399'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20943998_20943998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20943998_20943998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20943998_20943998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20943998_20943998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20943998_20943998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20943998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20943998'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20943998'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20582315_20582315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20582315_20582315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20582315_20582315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20582315_20582315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20582315_20582315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20582315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20582315'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20582315'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21797350_21797350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21797350_21797350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21797350_21797350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21797350_21797350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21797350_21797350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21797350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21797350'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21797350'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22460106_22460106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22460106_22460106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22460106_22460106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22460106_22460106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22460106_22460106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22460106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22460106'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22460106'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21087819_21087819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21087819_21087819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21087819_21087819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21087819_21087819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21087819_21087819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21087819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21087819'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21087819'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22559980_22559980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22559980_22559980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22559980_22559980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22559980_22559980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22559980_22559980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22559980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22559980'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22559980'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20863040_20863040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20863040_20863040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20863040_20863040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20863040_20863040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20863040_20863040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20863040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20863040'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20863040'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21003366_21003366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21003366_21003366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21003366_21003366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21003366_21003366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21003366_21003366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21003366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21003366'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21003366'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22315072_22315072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22315072_22315072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22315072_22315072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22315072_22315072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22315072_22315072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22315072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22315072'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22315072'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21783828_21783828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21783828_21783828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21783828_21783828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21783828_21783828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21783828_21783828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21783828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21783828'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21783828'^^xsd:integer;
  dwc:observationDate '2014-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22643736_22643736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22643736_22643736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22643736_22643736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22643736_22643736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22643736_22643736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22643736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22643736'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22643736'^^xsd:integer;
  dwc:observationDate '2014-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22265878_22265878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22265878_22265878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22265878_22265878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22265878_22265878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22265878_22265878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22265878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22265878'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22265878'^^xsd:integer;
  dwc:observationDate '2014-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21699860_21699860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21699860_21699860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21699860_21699860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21699860_21699860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21699860_21699860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21699860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21699860'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21699860'^^xsd:integer;
  dwc:observationDate '2014-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22644715_22644715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22644715_22644715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22644715_22644715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22644715_22644715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22644715_22644715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22644715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22644715'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22644715'^^xsd:integer;
  dwc:observationDate '2014-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22663270_22663270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22663270_22663270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22663270_22663270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22663270_22663270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22663270_22663270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22663270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22663270'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22663270'^^xsd:integer;
  dwc:observationDate '2014-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22646248_22646248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22646248_22646248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22646248_22646248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22646248_22646248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22646248_22646248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22646248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22646248'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22646248'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22578638_22578638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22578638_22578638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22578638_22578638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22578638_22578638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22578638_22578638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22578638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22578638'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22578638'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21601538_21601538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21601538_21601538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21601538_21601538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21601538_21601538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21601538_21601538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21601538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21601538'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21601538'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22651721_22651721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22651721_22651721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22651721_22651721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22651721_22651721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22651721_22651721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22651721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22651721'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22651721'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22220896_22220896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22220896_22220896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22220896_22220896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22220896_22220896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22220896_22220896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22220896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22220896'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22220896'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20634309_20634309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20634309_20634309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20634309_20634309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20634309_20634309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20634309_20634309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20634309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20634309'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20634309'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20888046_20888046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20888046_20888046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20888046_20888046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20888046_20888046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20888046_20888046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20888046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20888046'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20888046'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22453608_22453608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22453608_22453608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22453608_22453608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22453608_22453608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22453608_22453608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22453608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22453608'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22453608'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22210259_22210259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22210259_22210259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22210259_22210259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22210259_22210259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22210259_22210259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22210259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22210259'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22210259'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21062294_21062294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21062294_21062294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21062294_21062294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21062294_21062294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21062294_21062294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21062294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21062294'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21062294'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22346397_22346397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22346397_22346397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22346397_22346397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22346397_22346397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22346397_22346397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22346397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22346397'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22346397'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20828242_20828242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20828242_20828242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20828242_20828242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20828242_20828242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20828242_20828242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20828242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20828242'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20828242'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21189417_21189417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21189417_21189417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21189417_21189417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21189417_21189417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21189417_21189417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21189417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21189417'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21189417'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22307573_22307573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22307573_22307573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22307573_22307573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22307573_22307573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22307573_22307573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22307573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22307573'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22307573'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21762172_21762172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21762172_21762172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21762172_21762172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21762172_21762172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21762172_21762172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21762172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21762172'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21762172'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22421736_22421736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22421736_22421736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22421736_22421736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22421736_22421736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22421736_22421736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22421736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22421736'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22421736'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21888564_21888564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21888564_21888564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21888564_21888564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21888564_21888564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21888564_21888564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21888564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21888564'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21888564'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22683184_22683184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22683184_22683184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22683184_22683184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22683184_22683184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22683184_22683184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22683184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22683184'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22683184'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22176317_22176317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22176317_22176317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22176317_22176317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22176317_22176317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22176317_22176317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22176317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22176317'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22176317'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21616486_21616486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21616486_21616486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21616486_21616486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21616486_21616486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21616486_21616486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21616486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21616486'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21616486'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21965719_21965719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21965719_21965719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21965719_21965719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21965719_21965719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21965719_21965719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21965719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21965719'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21965719'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21163673_21163673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21163673_21163673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21163673_21163673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21163673_21163673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21163673_21163673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21163673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21163673'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21163673'^^xsd:integer;
  dwc:observationDate '2014-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20635303_20635303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20635303_20635303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20635303_20635303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20635303_20635303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20635303_20635303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20635303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20635303'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20635303'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21279531_21279531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21279531_21279531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21279531_21279531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21279531_21279531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21279531_21279531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21279531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21279531'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21279531'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20696125_20696125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20696125_20696125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20696125_20696125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20696125_20696125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20696125_20696125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20696125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20696125'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20696125'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21037398_21037398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21037398_21037398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21037398_21037398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21037398_21037398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21037398_21037398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21037398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21037398'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21037398'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20910236_20910236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20910236_20910236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20910236_20910236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20910236_20910236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20910236_20910236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20910236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20910236'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20910236'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20611425_20611425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20611425_20611425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20611425_20611425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20611425_20611425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20611425_20611425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20611425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20611425'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20611425'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20956588_20956588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20956588_20956588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20956588_20956588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20956588_20956588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20956588_20956588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20956588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20956588'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20956588'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21091883_21091883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21091883_21091883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21091883_21091883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21091883_21091883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21091883_21091883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21091883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21091883'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21091883'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22072530_22072530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22072530_22072530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22072530_22072530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22072530_22072530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22072530_22072530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22072530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22072530'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22072530'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21958413_21958413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21958413_21958413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21958413_21958413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21958413_21958413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21958413_21958413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21958413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21958413'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21958413'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21429528_21429528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21429528_21429528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21429528_21429528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21429528_21429528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21429528_21429528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21429528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21429528'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21429528'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20896760_20896760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20896760_20896760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20896760_20896760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20896760_20896760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20896760_20896760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20896760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20896760'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20896760'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20864124_20864124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20864124_20864124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20864124_20864124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20864124_20864124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20864124_20864124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20864124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20864124'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20864124'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20777986_20777986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20777986_20777986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20777986_20777986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20777986_20777986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20777986_20777986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20777986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20777986'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20777986'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21878299_21878299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21878299_21878299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21878299_21878299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21878299_21878299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21878299_21878299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21878299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21878299'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21878299'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21468424_21468424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21468424_21468424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21468424_21468424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21468424_21468424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21468424_21468424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21468424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21468424'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21468424'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21565655_21565655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21565655_21565655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21565655_21565655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21565655_21565655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21565655_21565655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21565655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21565655'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21565655'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22226053_22226053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22226053_22226053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22226053_22226053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22226053_22226053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22226053_22226053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22226053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22226053'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22226053'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21002118_21002118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21002118_21002118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21002118_21002118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21002118_21002118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21002118_21002118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21002118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21002118'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21002118'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21021136_21021136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21021136_21021136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21021136_21021136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21021136_21021136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21021136_21021136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21021136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21021136'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21021136'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21531523_21531523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21531523_21531523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21531523_21531523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21531523_21531523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21531523_21531523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21531523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21531523'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21531523'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22283680_22283680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22283680_22283680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22283680_22283680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22283680_22283680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22283680_22283680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22283680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22283680'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22283680'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21590091_21590091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21590091_21590091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21590091_21590091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21590091_21590091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21590091_21590091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21590091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21590091'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21590091'^^xsd:integer;
  dwc:observationDate '2014-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20990625_20990625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20990625_20990625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20990625_20990625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20990625_20990625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20990625_20990625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20990625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20990625'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20990625'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20827522_20827522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20827522_20827522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20827522_20827522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20827522_20827522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20827522_20827522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20827522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20827522'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20827522'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21829347_21829347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21829347_21829347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21829347_21829347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21829347_21829347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21829347_21829347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21829347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21829347'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21829347'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20585804_20585804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20585804_20585804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20585804_20585804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20585804_20585804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20585804_20585804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20585804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20585804'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20585804'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21402658_21402658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21402658_21402658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21402658_21402658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21402658_21402658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21402658_21402658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21402658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21402658'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21402658'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21024495_21024495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21024495_21024495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21024495_21024495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21024495_21024495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21024495_21024495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21024495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21024495'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21024495'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20619166_20619166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20619166_20619166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20619166_20619166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20619166_20619166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20619166_20619166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20619166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20619166'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20619166'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21194734_21194734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21194734_21194734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21194734_21194734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21194734_21194734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21194734_21194734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21194734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21194734'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21194734'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22157463_22157463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22157463_22157463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22157463_22157463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22157463_22157463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22157463_22157463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22157463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22157463'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22157463'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20608981_20608981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20608981_20608981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20608981_20608981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20608981_20608981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20608981_20608981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20608981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20608981'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20608981'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22692102_22692102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22692102_22692102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22692102_22692102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22692102_22692102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22692102_22692102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22692102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22692102'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22692102'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21174492_21174492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21174492_21174492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21174492_21174492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21174492_21174492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21174492_21174492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21174492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21174492'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21174492'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21469139_21469139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21469139_21469139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21469139_21469139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21469139_21469139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21469139_21469139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21469139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21469139'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21469139'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22200690_22200690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22200690_22200690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22200690_22200690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22200690_22200690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22200690_22200690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22200690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22200690'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22200690'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21669393_21669393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21669393_21669393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21669393_21669393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21669393_21669393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21669393_21669393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21669393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21669393'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21669393'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21797650_21797650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21797650_21797650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21797650_21797650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21797650_21797650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21797650_21797650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21797650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21797650'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21797650'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21368237_21368237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21368237_21368237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21368237_21368237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21368237_21368237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21368237_21368237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21368237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21368237'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21368237'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22229869_22229869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22229869_22229869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22229869_22229869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22229869_22229869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22229869_22229869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22229869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22229869'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22229869'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22565689_22565689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22565689_22565689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22565689_22565689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22565689_22565689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22565689_22565689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22565689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22565689'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22565689'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22508899_22508899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22508899_22508899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22508899_22508899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22508899_22508899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22508899_22508899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22508899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22508899'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22508899'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21717506_21717506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21717506_21717506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21717506_21717506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21717506_21717506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21717506_21717506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21717506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21717506'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21717506'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22711051_22711051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22711051_22711051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22711051_22711051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22711051_22711051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22711051_22711051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22711051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22711051'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22711051'^^xsd:integer;
  dwc:observationDate '2014-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21946830_21946830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21946830_21946830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21946830_21946830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21946830_21946830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21946830_21946830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21946830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21946830'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21946830'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20964940_20964940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20964940_20964940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20964940_20964940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20964940_20964940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20964940_20964940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20964940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20964940'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20964940'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21112821_21112821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21112821_21112821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21112821_21112821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21112821_21112821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21112821_21112821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21112821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21112821'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21112821'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22687396_22687396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22687396_22687396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22687396_22687396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22687396_22687396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22687396_22687396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22687396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22687396'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22687396'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21808272_21808272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21808272_21808272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21808272_21808272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21808272_21808272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21808272_21808272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21808272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21808272'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21808272'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20613916_20613916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20613916_20613916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20613916_20613916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20613916_20613916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20613916_20613916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20613916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20613916'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20613916'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22513637_22513637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22513637_22513637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22513637_22513637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22513637_22513637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22513637_22513637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22513637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22513637'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22513637'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22461264_22461264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22461264_22461264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22461264_22461264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22461264_22461264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22461264_22461264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22461264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22461264'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22461264'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22072501_22072501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22072501_22072501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22072501_22072501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22072501_22072501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22072501_22072501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22072501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22072501'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22072501'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21381720_21381720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21381720_21381720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21381720_21381720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21381720_21381720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21381720_21381720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21381720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21381720'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21381720'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22392015_22392015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22392015_22392015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22392015_22392015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22392015_22392015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22392015_22392015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22392015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22392015'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22392015'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21276480_21276480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21276480_21276480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21276480_21276480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21276480_21276480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21276480_21276480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21276480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21276480'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21276480'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21500713_21500713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21500713_21500713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21500713_21500713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21500713_21500713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21500713_21500713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21500713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21500713'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21500713'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21463039_21463039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21463039_21463039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21463039_21463039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21463039_21463039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21463039_21463039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21463039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21463039'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21463039'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20890725_20890725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20890725_20890725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20890725_20890725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20890725_20890725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20890725_20890725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20890725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20890725'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20890725'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22256662_22256662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22256662_22256662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22256662_22256662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22256662_22256662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22256662_22256662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22256662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22256662'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22256662'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20807001_20807001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20807001_20807001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20807001_20807001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20807001_20807001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20807001_20807001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20807001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20807001'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20807001'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22622519_22622519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22622519_22622519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22622519_22622519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22622519_22622519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22622519_22622519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22622519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22622519'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22622519'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21145026_21145026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21145026_21145026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21145026_21145026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21145026_21145026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21145026_21145026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21145026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21145026'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21145026'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22551013_22551013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22551013_22551013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22551013_22551013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22551013_22551013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22551013_22551013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22551013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22551013'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22551013'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20589257_20589257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20589257_20589257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20589257_20589257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20589257_20589257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20589257_20589257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20589257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20589257'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20589257'^^xsd:integer;
  dwc:observationDate '2014-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21166882_21166882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21166882_21166882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21166882_21166882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21166882_21166882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21166882_21166882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21166882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21166882'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21166882'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21957637_21957637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21957637_21957637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21957637_21957637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21957637_21957637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21957637_21957637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21957637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21957637'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21957637'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21194215_21194215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21194215_21194215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21194215_21194215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21194215_21194215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21194215_21194215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21194215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21194215'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21194215'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21652693_21652693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21652693_21652693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21652693_21652693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21652693_21652693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21652693_21652693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21652693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21652693'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21652693'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20585239_20585239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20585239_20585239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20585239_20585239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20585239_20585239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20585239_20585239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20585239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20585239'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20585239'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21942951_21942951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21942951_21942951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21942951_21942951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21942951_21942951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21942951_21942951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21942951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21942951'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21942951'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21415992_21415992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21415992_21415992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21415992_21415992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21415992_21415992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21415992_21415992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21415992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21415992'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21415992'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22009293_22009293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22009293_22009293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22009293_22009293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22009293_22009293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22009293_22009293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22009293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22009293'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22009293'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22108527_22108527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22108527_22108527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22108527_22108527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22108527_22108527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22108527_22108527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22108527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22108527'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22108527'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21576105_21576105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21576105_21576105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21576105_21576105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21576105_21576105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21576105_21576105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21576105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21576105'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21576105'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20998690_20998690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20998690_20998690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20998690_20998690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20998690_20998690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20998690_20998690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20998690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20998690'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20998690'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22263509_22263509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22263509_22263509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22263509_22263509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22263509_22263509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22263509_22263509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22263509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22263509'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22263509'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21257873_21257873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21257873_21257873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21257873_21257873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21257873_21257873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21257873_21257873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21257873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21257873'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21257873'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21122151_21122151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21122151_21122151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21122151_21122151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21122151_21122151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21122151_21122151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21122151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21122151'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21122151'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20616961_20616961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20616961_20616961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20616961_20616961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20616961_20616961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20616961_20616961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20616961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20616961'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20616961'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22396042_22396042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22396042_22396042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22396042_22396042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22396042_22396042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22396042_22396042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22396042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22396042'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22396042'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21483691_21483691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21483691_21483691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21483691_21483691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21483691_21483691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21483691_21483691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21483691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21483691'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21483691'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20715785_20715785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20715785_20715785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20715785_20715785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20715785_20715785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20715785_20715785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20715785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20715785'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20715785'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21596721_21596721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21596721_21596721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21596721_21596721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21596721_21596721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21596721_21596721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21596721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21596721'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21596721'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22375744_22375744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22375744_22375744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22375744_22375744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22375744_22375744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22375744_22375744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22375744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22375744'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22375744'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21123080_21123080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21123080_21123080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21123080_21123080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21123080_21123080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21123080_21123080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21123080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21123080'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21123080'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20636746_20636746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20636746_20636746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20636746_20636746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20636746_20636746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20636746_20636746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20636746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20636746'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20636746'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21823464_21823464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21823464_21823464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21823464_21823464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21823464_21823464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21823464_21823464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21823464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21823464'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21823464'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21952396_21952396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21952396_21952396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21952396_21952396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21952396_21952396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21952396_21952396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21952396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21952396'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21952396'^^xsd:integer;
  dwc:observationDate '2014-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21950966_21950966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21950966_21950966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21950966_21950966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21950966_21950966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21950966_21950966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21950966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21950966'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21950966'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21737456_21737456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21737456_21737456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21737456_21737456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21737456_21737456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21737456_21737456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21737456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21737456'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21737456'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21065588_21065588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21065588_21065588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21065588_21065588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21065588_21065588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21065588_21065588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21065588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21065588'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21065588'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22315586_22315586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22315586_22315586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22315586_22315586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22315586_22315586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22315586_22315586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22315586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22315586'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22315586'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22406501_22406501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22406501_22406501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22406501_22406501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22406501_22406501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22406501_22406501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22406501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22406501'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22406501'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22415034_22415034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22415034_22415034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22415034_22415034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22415034_22415034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22415034_22415034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22415034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22415034'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22415034'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22416540_22416540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22416540_22416540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22416540_22416540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22416540_22416540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22416540_22416540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22416540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22416540'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22416540'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22149181_22149181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22149181_22149181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22149181_22149181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22149181_22149181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22149181_22149181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22149181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22149181'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22149181'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21440549_21440549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21440549_21440549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21440549_21440549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21440549_21440549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21440549_21440549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21440549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21440549'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21440549'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22238163_22238163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22238163_22238163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22238163_22238163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22238163_22238163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22238163_22238163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22238163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22238163'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22238163'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21946715_21946715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21946715_21946715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21946715_21946715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21946715_21946715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21946715_21946715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21946715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21946715'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21946715'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22657290_22657290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22657290_22657290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22657290_22657290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22657290_22657290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22657290_22657290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22657290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22657290'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22657290'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22238317_22238317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22238317_22238317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22238317_22238317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22238317_22238317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22238317_22238317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22238317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22238317'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22238317'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21348011_21348011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21348011_21348011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21348011_21348011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21348011_21348011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21348011_21348011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21348011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21348011'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21348011'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22493927_22493927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22493927_22493927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22493927_22493927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22493927_22493927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22493927_22493927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22493927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22493927'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22493927'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21059831_21059831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21059831_21059831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21059831_21059831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21059831_21059831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21059831_21059831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21059831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21059831'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21059831'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20660301_20660301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20660301_20660301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20660301_20660301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20660301_20660301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20660301_20660301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20660301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20660301'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20660301'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20592458_20592458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20592458_20592458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20592458_20592458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20592458_20592458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20592458_20592458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20592458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20592458'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20592458'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20923394_20923394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20923394_20923394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20923394_20923394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20923394_20923394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20923394_20923394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20923394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20923394'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20923394'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22216333_22216333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22216333_22216333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22216333_22216333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22216333_22216333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22216333_22216333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22216333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22216333'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22216333'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22593620_22593620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22593620_22593620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22593620_22593620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22593620_22593620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22593620_22593620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22593620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22593620'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22593620'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22106766_22106766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22106766_22106766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22106766_22106766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22106766_22106766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22106766_22106766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22106766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22106766'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22106766'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22412894_22412894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22412894_22412894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22412894_22412894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22412894_22412894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22412894_22412894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22412894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22412894'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22412894'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21686823_21686823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21686823_21686823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21686823_21686823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21686823_21686823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21686823_21686823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21686823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21686823'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21686823'^^xsd:integer;
  dwc:observationDate '2014-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21407158_21407158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21407158_21407158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21407158_21407158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21407158_21407158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21407158_21407158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21407158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21407158'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21407158'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22027698_22027698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22027698_22027698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22027698_22027698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22027698_22027698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22027698_22027698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22027698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22027698'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22027698'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22611158_22611158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22611158_22611158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22611158_22611158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22611158_22611158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22611158_22611158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22611158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22611158'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22611158'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21347223_21347223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21347223_21347223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21347223_21347223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21347223_21347223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21347223_21347223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21347223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21347223'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21347223'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22630027_22630027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22630027_22630027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22630027_22630027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22630027_22630027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22630027_22630027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22630027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22630027'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22630027'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21771162_21771162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21771162_21771162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21771162_21771162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21771162_21771162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21771162_21771162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21771162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21771162'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21771162'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21937188_21937188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21937188_21937188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21937188_21937188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21937188_21937188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21937188_21937188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21937188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21937188'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21937188'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21976985_21976985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21976985_21976985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21976985_21976985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21976985_21976985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21976985_21976985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21976985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21976985'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21976985'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22102805_22102805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22102805_22102805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22102805_22102805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22102805_22102805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22102805_22102805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22102805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22102805'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22102805'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20912893_20912893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20912893_20912893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20912893_20912893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20912893_20912893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20912893_20912893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20912893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20912893'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20912893'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21218097_21218097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21218097_21218097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21218097_21218097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21218097_21218097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21218097_21218097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21218097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21218097'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21218097'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21679009_21679009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21679009_21679009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21679009_21679009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21679009_21679009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21679009_21679009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21679009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21679009'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21679009'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21503421_21503421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21503421_21503421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21503421_21503421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21503421_21503421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21503421_21503421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21503421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21503421'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21503421'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22525641_22525641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22525641_22525641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22525641_22525641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22525641_22525641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22525641_22525641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22525641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22525641'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22525641'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20793964_20793964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20793964_20793964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20793964_20793964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20793964_20793964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20793964_20793964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20793964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20793964'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20793964'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21438411_21438411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21438411_21438411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21438411_21438411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21438411_21438411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21438411_21438411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21438411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21438411'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21438411'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21731102_21731102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21731102_21731102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21731102_21731102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21731102_21731102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21731102_21731102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21731102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21731102'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21731102'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20671813_20671813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20671813_20671813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20671813_20671813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20671813_20671813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20671813_20671813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20671813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20671813'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20671813'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21194504_21194504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21194504_21194504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21194504_21194504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21194504_21194504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21194504_21194504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21194504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21194504'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21194504'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22479886_22479886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22479886_22479886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22479886_22479886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22479886_22479886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22479886_22479886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22479886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22479886'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22479886'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21759379_21759379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21759379_21759379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21759379_21759379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21759379_21759379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21759379_21759379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21759379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21759379'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21759379'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22627488_22627488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22627488_22627488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22627488_22627488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22627488_22627488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22627488_22627488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22627488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22627488'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22627488'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22453239_22453239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22453239_22453239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22453239_22453239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22453239_22453239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22453239_22453239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22453239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22453239'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22453239'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21148209_21148209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21148209_21148209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21148209_21148209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21148209_21148209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21148209_21148209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21148209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21148209'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21148209'^^xsd:integer;
  dwc:observationDate '2014-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20740264_20740264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20740264_20740264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20740264_20740264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20740264_20740264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20740264_20740264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20740264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20740264'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20740264'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22344780_22344780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22344780_22344780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22344780_22344780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22344780_22344780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22344780_22344780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22344780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22344780'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22344780'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21466331_21466331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21466331_21466331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21466331_21466331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21466331_21466331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21466331_21466331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21466331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21466331'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21466331'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22141175_22141175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22141175_22141175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22141175_22141175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22141175_22141175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22141175_22141175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22141175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22141175'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22141175'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22639684_22639684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22639684_22639684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22639684_22639684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22639684_22639684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22639684_22639684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22639684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22639684'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22639684'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21896677_21896677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21896677_21896677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21896677_21896677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21896677_21896677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21896677_21896677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21896677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21896677'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21896677'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22173881_22173881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22173881_22173881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22173881_22173881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22173881_22173881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22173881_22173881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22173881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22173881'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22173881'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21588975_21588975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21588975_21588975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21588975_21588975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21588975_21588975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21588975_21588975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21588975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21588975'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21588975'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21761576_21761576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21761576_21761576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21761576_21761576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21761576_21761576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21761576_21761576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21761576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21761576'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21761576'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22248442_22248442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22248442_22248442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22248442_22248442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22248442_22248442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22248442_22248442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22248442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22248442'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22248442'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22389706_22389706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22389706_22389706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22389706_22389706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22389706_22389706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22389706_22389706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22389706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22389706'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22389706'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21347832_21347832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21347832_21347832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21347832_21347832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21347832_21347832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21347832_21347832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21347832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21347832'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21347832'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22137575_22137575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22137575_22137575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22137575_22137575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22137575_22137575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22137575_22137575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22137575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22137575'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22137575'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22636414_22636414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22636414_22636414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22636414_22636414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22636414_22636414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22636414_22636414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22636414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22636414'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22636414'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22143695_22143695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22143695_22143695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22143695_22143695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22143695_22143695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22143695_22143695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22143695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22143695'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22143695'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21069201_21069201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21069201_21069201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21069201_21069201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21069201_21069201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21069201_21069201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21069201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21069201'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21069201'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21769816_21769816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21769816_21769816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21769816_21769816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21769816_21769816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21769816_21769816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21769816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21769816'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21769816'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22158224_22158224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22158224_22158224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22158224_22158224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22158224_22158224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22158224_22158224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22158224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22158224'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22158224'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20910238_20910238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20910238_20910238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20910238_20910238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20910238_20910238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20910238_20910238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20910238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20910238'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20910238'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22413045_22413045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22413045_22413045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22413045_22413045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22413045_22413045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22413045_22413045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22413045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22413045'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22413045'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21310942_21310942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21310942_21310942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21310942_21310942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21310942_21310942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21310942_21310942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21310942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21310942'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21310942'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22054344_22054344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22054344_22054344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22054344_22054344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22054344_22054344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22054344_22054344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22054344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22054344'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22054344'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20594249_20594249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20594249_20594249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20594249_20594249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20594249_20594249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20594249_20594249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20594249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20594249'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20594249'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21662557_21662557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21662557_21662557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21662557_21662557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21662557_21662557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21662557_21662557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21662557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21662557'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21662557'^^xsd:integer;
  dwc:observationDate '2014-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21452499_21452499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21452499_21452499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21452499_21452499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21452499_21452499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21452499_21452499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21452499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21452499'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21452499'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21285695_21285695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21285695_21285695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21285695_21285695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21285695_21285695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21285695_21285695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21285695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21285695'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21285695'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21926570_21926570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21926570_21926570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21926570_21926570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21926570_21926570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21926570_21926570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21926570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21926570'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21926570'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20967878_20967878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20967878_20967878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20967878_20967878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20967878_20967878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20967878_20967878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20967878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20967878'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20967878'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22225753_22225753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22225753_22225753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22225753_22225753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22225753_22225753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22225753_22225753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22225753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22225753'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22225753'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22109414_22109414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22109414_22109414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22109414_22109414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22109414_22109414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22109414_22109414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22109414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22109414'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22109414'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22576727_22576727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22576727_22576727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22576727_22576727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22576727_22576727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22576727_22576727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22576727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22576727'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22576727'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22194823_22194823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22194823_22194823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22194823_22194823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22194823_22194823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22194823_22194823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22194823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22194823'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22194823'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21206276_21206276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21206276_21206276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21206276_21206276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21206276_21206276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21206276_21206276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21206276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21206276'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21206276'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22106653_22106653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22106653_22106653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22106653_22106653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22106653_22106653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22106653_22106653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22106653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22106653'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22106653'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22569485_22569485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22569485_22569485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22569485_22569485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22569485_22569485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22569485_22569485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22569485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22569485'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22569485'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22108064_22108064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22108064_22108064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22108064_22108064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22108064_22108064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22108064_22108064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22108064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22108064'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22108064'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21312958_21312958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21312958_21312958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21312958_21312958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21312958_21312958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21312958_21312958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21312958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21312958'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21312958'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22129724_22129724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22129724_22129724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22129724_22129724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22129724_22129724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22129724_22129724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22129724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22129724'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22129724'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22715409_22715409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22715409_22715409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22715409_22715409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22715409_22715409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22715409_22715409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22715409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22715409'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22715409'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21468934_21468934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21468934_21468934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21468934_21468934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21468934_21468934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21468934_21468934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21468934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21468934'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21468934'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22492429_22492429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22492429_22492429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22492429_22492429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22492429_22492429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22492429_22492429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22492429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22492429'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22492429'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20697280_20697280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20697280_20697280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20697280_20697280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20697280_20697280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20697280_20697280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20697280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20697280'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20697280'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22212324_22212324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22212324_22212324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22212324_22212324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22212324_22212324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22212324_22212324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22212324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22212324'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22212324'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21863512_21863512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21863512_21863512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21863512_21863512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21863512_21863512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21863512_21863512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21863512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21863512'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21863512'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22215968_22215968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22215968_22215968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22215968_22215968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22215968_22215968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22215968_22215968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22215968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22215968'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22215968'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22334025_22334025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22334025_22334025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22334025_22334025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22334025_22334025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22334025_22334025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22334025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22334025'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22334025'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22416749_22416749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22416749_22416749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22416749_22416749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22416749_22416749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22416749_22416749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22416749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22416749'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22416749'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20696321_20696321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20696321_20696321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20696321_20696321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20696321_20696321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20696321_20696321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20696321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20696321'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20696321'^^xsd:integer;
  dwc:observationDate '2014-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20975175_20975175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20975175_20975175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20975175_20975175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20975175_20975175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20975175_20975175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20975175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20975175'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20975175'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20597467_20597467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20597467_20597467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20597467_20597467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20597467_20597467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20597467_20597467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20597467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20597467'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20597467'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20985919_20985919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20985919_20985919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20985919_20985919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20985919_20985919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20985919_20985919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20985919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20985919'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20985919'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21200387_21200387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21200387_21200387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21200387_21200387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21200387_21200387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21200387_21200387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21200387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21200387'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21200387'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21205911_21205911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21205911_21205911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21205911_21205911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21205911_21205911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21205911_21205911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21205911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21205911'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21205911'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21758505_21758505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21758505_21758505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21758505_21758505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21758505_21758505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21758505_21758505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21758505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21758505'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21758505'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22406441_22406441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22406441_22406441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22406441_22406441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22406441_22406441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22406441_22406441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22406441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22406441'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22406441'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22694137_22694137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22694137_22694137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22694137_22694137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22694137_22694137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22694137_22694137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22694137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22694137'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22694137'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21730944_21730944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21730944_21730944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21730944_21730944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21730944_21730944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21730944_21730944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21730944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21730944'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21730944'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21194171_21194171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21194171_21194171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21194171_21194171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21194171_21194171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21194171_21194171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21194171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21194171'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21194171'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21161750_21161750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21161750_21161750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21161750_21161750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21161750_21161750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21161750_21161750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21161750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21161750'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21161750'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22427558_22427558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22427558_22427558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22427558_22427558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22427558_22427558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22427558_22427558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22427558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22427558'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22427558'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22491769_22491769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22491769_22491769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22491769_22491769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22491769_22491769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22491769_22491769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22491769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22491769'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22491769'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21993839_21993839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21993839_21993839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21993839_21993839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21993839_21993839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21993839_21993839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21993839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21993839'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21993839'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21994691_21994691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21994691_21994691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21994691_21994691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21994691_21994691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21994691_21994691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21994691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21994691'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21994691'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22635330_22635330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22635330_22635330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22635330_22635330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22635330_22635330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22635330_22635330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22635330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22635330'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22635330'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22076804_22076804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22076804_22076804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22076804_22076804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22076804_22076804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22076804_22076804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22076804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22076804'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22076804'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20644462_20644462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20644462_20644462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20644462_20644462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20644462_20644462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20644462_20644462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20644462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20644462'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20644462'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21026824_21026824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21026824_21026824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21026824_21026824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21026824_21026824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21026824_21026824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21026824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21026824'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21026824'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20949862_20949862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20949862_20949862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20949862_20949862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20949862_20949862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20949862_20949862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20949862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20949862'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20949862'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22383656_22383656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22383656_22383656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22383656_22383656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22383656_22383656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22383656_22383656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22383656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22383656'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22383656'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22557629_22557629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22557629_22557629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22557629_22557629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22557629_22557629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22557629_22557629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22557629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22557629'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22557629'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22238255_22238255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22238255_22238255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22238255_22238255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22238255_22238255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22238255_22238255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22238255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22238255'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22238255'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22579496_22579496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22579496_22579496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22579496_22579496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22579496_22579496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22579496_22579496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22579496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22579496'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22579496'^^xsd:integer;
  dwc:observationDate '2014-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22088959_22088959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22088959_22088959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22088959_22088959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22088959_22088959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22088959_22088959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22088959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22088959'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22088959'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20685834_20685834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20685834_20685834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20685834_20685834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20685834_20685834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20685834_20685834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20685834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20685834'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20685834'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21254815_21254815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21254815_21254815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21254815_21254815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21254815_21254815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21254815_21254815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21254815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21254815'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21254815'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21492605_21492605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21492605_21492605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21492605_21492605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21492605_21492605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21492605_21492605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21492605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21492605'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21492605'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22128192_22128192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22128192_22128192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22128192_22128192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22128192_22128192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22128192_22128192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22128192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22128192'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22128192'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22456177_22456177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22456177_22456177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22456177_22456177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22456177_22456177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22456177_22456177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22456177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22456177'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22456177'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21998943_21998943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21998943_21998943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21998943_21998943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21998943_21998943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21998943_21998943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21998943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21998943'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21998943'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22512495_22512495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22512495_22512495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22512495_22512495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22512495_22512495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22512495_22512495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22512495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22512495'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22512495'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21430662_21430662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21430662_21430662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21430662_21430662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21430662_21430662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21430662_21430662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21430662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21430662'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21430662'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21166785_21166785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21166785_21166785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21166785_21166785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21166785_21166785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21166785_21166785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21166785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21166785'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21166785'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20634966_20634966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20634966_20634966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20634966_20634966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20634966_20634966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20634966_20634966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20634966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20634966'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20634966'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21623342_21623342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21623342_21623342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21623342_21623342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21623342_21623342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21623342_21623342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21623342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21623342'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21623342'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22469890_22469890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22469890_22469890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22469890_22469890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22469890_22469890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22469890_22469890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22469890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22469890'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22469890'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21695446_21695446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21695446_21695446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21695446_21695446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21695446_21695446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21695446_21695446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21695446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21695446'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21695446'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21872943_21872943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21872943_21872943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21872943_21872943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21872943_21872943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21872943_21872943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21872943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21872943'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21872943'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21598137_21598137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21598137_21598137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21598137_21598137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21598137_21598137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21598137_21598137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21598137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21598137'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21598137'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22080013_22080013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22080013_22080013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22080013_22080013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22080013_22080013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22080013_22080013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22080013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22080013'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22080013'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22073508_22073508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22073508_22073508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22073508_22073508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22073508_22073508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22073508_22073508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22073508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22073508'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22073508'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21643589_21643589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21643589_21643589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21643589_21643589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21643589_21643589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21643589_21643589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21643589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21643589'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21643589'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21256862_21256862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21256862_21256862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21256862_21256862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21256862_21256862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21256862_21256862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21256862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21256862'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21256862'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22367800_22367800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22367800_22367800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22367800_22367800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22367800_22367800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22367800_22367800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22367800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22367800'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22367800'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21621925_21621925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21621925_21621925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21621925_21621925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21621925_21621925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21621925_21621925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21621925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21621925'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21621925'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21546541_21546541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21546541_21546541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21546541_21546541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21546541_21546541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21546541_21546541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21546541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21546541'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21546541'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20621883_20621883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20621883_20621883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20621883_20621883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20621883_20621883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20621883_20621883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20621883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20621883'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20621883'^^xsd:integer;
  dwc:observationDate '2014-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21888601_21888601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21888601_21888601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21888601_21888601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21888601_21888601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21888601_21888601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21888601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21888601'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21888601'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20801506_20801506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20801506_20801506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20801506_20801506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20801506_20801506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20801506_20801506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20801506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20801506'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20801506'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21742124_21742124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21742124_21742124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21742124_21742124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21742124_21742124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21742124_21742124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21742124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21742124'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21742124'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21470156_21470156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21470156_21470156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21470156_21470156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21470156_21470156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21470156_21470156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21470156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21470156'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21470156'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21987309_21987309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21987309_21987309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21987309_21987309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21987309_21987309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21987309_21987309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21987309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21987309'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21987309'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22579700_22579700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22579700_22579700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22579700_22579700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22579700_22579700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22579700_22579700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22579700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22579700'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22579700'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21019653_21019653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21019653_21019653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21019653_21019653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21019653_21019653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21019653_21019653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21019653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21019653'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21019653'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20922928_20922928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20922928_20922928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20922928_20922928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20922928_20922928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20922928_20922928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20922928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20922928'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20922928'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22191675_22191675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22191675_22191675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22191675_22191675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22191675_22191675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22191675_22191675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22191675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22191675'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22191675'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20634017_20634017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20634017_20634017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20634017_20634017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20634017_20634017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20634017_20634017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20634017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20634017'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20634017'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20844382_20844382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20844382_20844382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20844382_20844382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20844382_20844382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20844382_20844382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20844382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20844382'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20844382'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22225316_22225316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22225316_22225316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22225316_22225316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22225316_22225316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22225316_22225316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22225316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22225316'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22225316'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22457754_22457754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22457754_22457754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22457754_22457754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22457754_22457754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22457754_22457754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22457754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22457754'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22457754'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20658467_20658467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20658467_20658467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20658467_20658467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20658467_20658467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20658467_20658467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20658467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20658467'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20658467'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20619516_20619516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20619516_20619516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20619516_20619516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20619516_20619516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20619516_20619516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20619516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20619516'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20619516'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22311386_22311386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22311386_22311386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22311386_22311386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22311386_22311386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22311386_22311386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22311386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22311386'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22311386'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22507647_22507647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22507647_22507647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22507647_22507647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22507647_22507647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22507647_22507647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22507647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22507647'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22507647'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22495017_22495017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22495017_22495017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22495017_22495017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22495017_22495017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22495017_22495017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22495017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22495017'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22495017'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21345350_21345350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21345350_21345350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21345350_21345350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21345350_21345350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21345350_21345350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21345350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21345350'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21345350'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21993650_21993650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21993650_21993650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21993650_21993650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21993650_21993650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21993650_21993650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21993650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21993650'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21993650'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20617705_20617705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20617705_20617705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20617705_20617705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20617705_20617705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20617705_20617705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20617705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20617705'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20617705'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21726538_21726538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21726538_21726538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21726538_21726538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21726538_21726538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21726538_21726538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21726538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21726538'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21726538'^^xsd:integer;
  dwc:observationDate '2014-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21846506_21846506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21846506_21846506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21846506_21846506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21846506_21846506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21846506_21846506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21846506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21846506'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21846506'^^xsd:integer;
  dwc:observationDate '2014-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21818937_21818937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21818937_21818937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21818937_21818937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21818937_21818937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21818937_21818937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21818937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21818937'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21818937'^^xsd:integer;
  dwc:observationDate '2014-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20958079_20958079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20958079_20958079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20958079_20958079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20958079_20958079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20958079_20958079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20958079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20958079'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20958079'^^xsd:integer;
  dwc:observationDate '2014-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20990060_20990060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20990060_20990060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20990060_20990060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20990060_20990060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20990060_20990060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20990060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20990060'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20990060'^^xsd:integer;
  dwc:observationDate '2014-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22171207_22171207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22171207_22171207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22171207_22171207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22171207_22171207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22171207_22171207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22171207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22171207'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22171207'^^xsd:integer;
  dwc:observationDate '2014-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21222469_21222469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21222469_21222469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21222469_21222469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21222469_21222469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21222469_21222469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21222469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21222469'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21222469'^^xsd:integer;
  dwc:observationDate '2014-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20998691_20998691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20998691_20998691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20998691_20998691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20998691_20998691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20998691_20998691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20998691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20998691'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20998691'^^xsd:integer;
  dwc:observationDate '2014-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22055889_22055889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22055889_22055889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22055889_22055889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22055889_22055889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22055889_22055889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22055889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22055889'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22055889'^^xsd:integer;
  dwc:observationDate '2014-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21380059_21380059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21380059_21380059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21380059_21380059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21380059_21380059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21380059_21380059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21380059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21380059'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21380059'^^xsd:integer;
  dwc:observationDate '2014-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22140912_22140912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22140912_22140912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22140912_22140912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22140912_22140912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22140912_22140912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22140912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22140912'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22140912'^^xsd:integer;
  dwc:observationDate '2014-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22294386_22294386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22294386_22294386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22294386_22294386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22294386_22294386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22294386_22294386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22294386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22294386'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22294386'^^xsd:integer;
  dwc:observationDate '2014-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21048905_21048905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21048905_21048905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21048905_21048905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21048905_21048905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21048905_21048905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21048905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21048905'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21048905'^^xsd:integer;
  dwc:observationDate '2014-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21935984_21935984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21935984_21935984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21935984_21935984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21935984_21935984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21935984_21935984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21935984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21935984'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21935984'^^xsd:integer;
  dwc:observationDate '2014-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21882609_21882609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21882609_21882609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21882609_21882609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21882609_21882609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21882609_21882609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21882609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21882609'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21882609'^^xsd:integer;
  dwc:observationDate '2014-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22473814_22473814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22473814_22473814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22473814_22473814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22473814_22473814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22473814_22473814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22473814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22473814'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22473814'^^xsd:integer;
  dwc:observationDate '2014-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21908610_21908610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21908610_21908610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21908610_21908610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21908610_21908610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21908610_21908610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21908610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21908610'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21908610'^^xsd:integer;
  dwc:observationDate '2014-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21184633_21184633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21184633_21184633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21184633_21184633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21184633_21184633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21184633_21184633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21184633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21184633'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21184633'^^xsd:integer;
  dwc:observationDate '2014-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22097413_22097413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22097413_22097413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22097413_22097413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22097413_22097413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22097413_22097413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22097413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22097413'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22097413'^^xsd:integer;
  dwc:observationDate '2014-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21996342_21996342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21996342_21996342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21996342_21996342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21996342_21996342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21996342_21996342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21996342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21996342'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21996342'^^xsd:integer;
  dwc:observationDate '2014-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21913513_21913513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21913513_21913513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21913513_21913513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21913513_21913513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21913513_21913513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21913513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21913513'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21913513'^^xsd:integer;
  dwc:observationDate '2014-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22639511_22639511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22639511_22639511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22639511_22639511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22639511_22639511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22639511_22639511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22639511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22639511'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22639511'^^xsd:integer;
  dwc:observationDate '2014-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21046044_21046044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21046044_21046044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21046044_21046044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21046044_21046044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21046044_21046044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21046044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21046044'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21046044'^^xsd:integer;
  dwc:observationDate '2014-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21552778_21552778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21552778_21552778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21552778_21552778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21552778_21552778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21552778_21552778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21552778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21552778'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21552778'^^xsd:integer;
  dwc:observationDate '2014-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22423442_22423442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22423442_22423442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22423442_22423442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22423442_22423442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22423442_22423442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22423442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22423442'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22423442'^^xsd:integer;
  dwc:observationDate '2014-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20729071_20729071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20729071_20729071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20729071_20729071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20729071_20729071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20729071_20729071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20729071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20729071'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20729071'^^xsd:integer;
  dwc:observationDate '2014-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22151963_22151963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22151963_22151963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22151963_22151963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22151963_22151963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22151963_22151963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22151963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22151963'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22151963'^^xsd:integer;
  dwc:observationDate '2014-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21499339_21499339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21499339_21499339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21499339_21499339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21499339_21499339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21499339_21499339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21499339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21499339'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21499339'^^xsd:integer;
  dwc:observationDate '2014-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21787784_21787784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21787784_21787784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21787784_21787784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21787784_21787784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21787784_21787784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21787784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21787784'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21787784'^^xsd:integer;
  dwc:observationDate '2014-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21278717_21278717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21278717_21278717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21278717_21278717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21278717_21278717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21278717_21278717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21278717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21278717'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21278717'^^xsd:integer;
  dwc:observationDate '2014-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20834743_20834743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20834743_20834743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20834743_20834743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20834743_20834743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20834743_20834743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20834743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20834743'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20834743'^^xsd:integer;
  dwc:observationDate '2014-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21665140_21665140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21665140_21665140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21665140_21665140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21665140_21665140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21665140_21665140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21665140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21665140'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21665140'^^xsd:integer;
  dwc:observationDate '2014-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21137487_21137487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21137487_21137487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21137487_21137487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21137487_21137487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21137487_21137487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21137487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21137487'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21137487'^^xsd:integer;
  dwc:observationDate '2014-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22167447_22167447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22167447_22167447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22167447_22167447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22167447_22167447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22167447_22167447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22167447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22167447'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22167447'^^xsd:integer;
  dwc:observationDate '2014-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21559533_21559533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21559533_21559533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21559533_21559533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21559533_21559533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21559533_21559533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21559533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21559533'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21559533'^^xsd:integer;
  dwc:observationDate '2014-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22367148_22367148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22367148_22367148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22367148_22367148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22367148_22367148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22367148_22367148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22367148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22367148'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22367148'^^xsd:integer;
  dwc:observationDate '2014-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21171411_21171411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21171411_21171411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21171411_21171411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21171411_21171411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21171411_21171411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21171411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21171411'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21171411'^^xsd:integer;
  dwc:observationDate '2014-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21132071_21132071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21132071_21132071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21132071_21132071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21132071_21132071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21132071_21132071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21132071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21132071'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21132071'^^xsd:integer;
  dwc:observationDate '2014-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22230305_22230305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22230305_22230305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22230305_22230305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22230305_22230305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22230305_22230305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22230305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22230305'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22230305'^^xsd:integer;
  dwc:observationDate '2014-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21239560_21239560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21239560_21239560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21239560_21239560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21239560_21239560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21239560_21239560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21239560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21239560'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21239560'^^xsd:integer;
  dwc:observationDate '2014-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21625903_21625903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21625903_21625903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21625903_21625903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21625903_21625903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21625903_21625903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21625903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21625903'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21625903'^^xsd:integer;
  dwc:observationDate '2014-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22274579_22274579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22274579_22274579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22274579_22274579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22274579_22274579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22274579_22274579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22274579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22274579'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22274579'^^xsd:integer;
  dwc:observationDate '2014-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21934454_21934454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21934454_21934454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21934454_21934454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21934454_21934454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21934454_21934454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21934454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21934454'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21934454'^^xsd:integer;
  dwc:observationDate '2014-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22529370_22529370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22529370_22529370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22529370_22529370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22529370_22529370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22529370_22529370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22529370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22529370'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22529370'^^xsd:integer;
  dwc:observationDate '2014-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21031835_21031835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21031835_21031835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21031835_21031835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21031835_21031835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21031835_21031835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21031835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21031835'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21031835'^^xsd:integer;
  dwc:observationDate '2014-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21632806_21632806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21632806_21632806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21632806_21632806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21632806_21632806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21632806_21632806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21632806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21632806'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21632806'^^xsd:integer;
  dwc:observationDate '2014-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21715846_21715846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21715846_21715846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21715846_21715846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21715846_21715846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21715846_21715846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21715846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21715846'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21715846'^^xsd:integer;
  dwc:observationDate '2014-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21713588_21713588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21713588_21713588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21713588_21713588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21713588_21713588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21713588_21713588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21713588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21713588'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21713588'^^xsd:integer;
  dwc:observationDate '2014-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21683704_21683704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21683704_21683704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21683704_21683704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21683704_21683704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21683704_21683704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21683704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21683704'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21683704'^^xsd:integer;
  dwc:observationDate '2014-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22549495_22549495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22549495_22549495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22549495_22549495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22549495_22549495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22549495_22549495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22549495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22549495'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22549495'^^xsd:integer;
  dwc:observationDate '2014-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22165895_22165895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22165895_22165895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22165895_22165895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22165895_22165895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22165895_22165895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22165895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22165895'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22165895'^^xsd:integer;
  dwc:observationDate '2014-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22213625_22213625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22213625_22213625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22213625_22213625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22213625_22213625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22213625_22213625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22213625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22213625'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22213625'^^xsd:integer;
  dwc:observationDate '2014-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21982334_21982334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21982334_21982334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21982334_21982334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21982334_21982334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21982334_21982334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21982334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21982334'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21982334'^^xsd:integer;
  dwc:observationDate '2014-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22522980_22522980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22522980_22522980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22522980_22522980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22522980_22522980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22522980_22522980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22522980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22522980'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22522980'^^xsd:integer;
  dwc:observationDate '2014-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22095115_22095115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22095115_22095115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22095115_22095115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22095115_22095115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22095115_22095115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22095115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22095115'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22095115'^^xsd:integer;
  dwc:observationDate '2014-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21774532_21774532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21774532_21774532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21774532_21774532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21774532_21774532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21774532_21774532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21774532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21774532'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21774532'^^xsd:integer;
  dwc:observationDate '2014-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21501413_21501413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21501413_21501413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21501413_21501413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21501413_21501413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21501413_21501413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21501413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21501413'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21501413'^^xsd:integer;
  dwc:observationDate '2014-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22656141_22656141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22656141_22656141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22656141_22656141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22656141_22656141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22656141_22656141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22656141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22656141'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22656141'^^xsd:integer;
  dwc:observationDate '2014-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22206807_22206807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22206807_22206807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22206807_22206807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22206807_22206807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22206807_22206807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22206807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22206807'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22206807'^^xsd:integer;
  dwc:observationDate '2014-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21581677_21581677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21581677_21581677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21581677_21581677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21581677_21581677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21581677_21581677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21581677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21581677'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21581677'^^xsd:integer;
  dwc:observationDate '2014-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21714752_21714752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21714752_21714752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21714752_21714752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21714752_21714752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21714752_21714752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21714752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21714752'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21714752'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21174679_21174679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21174679_21174679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21174679_21174679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21174679_21174679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21174679_21174679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21174679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21174679'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21174679'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22287209_22287209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22287209_22287209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22287209_22287209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22287209_22287209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22287209_22287209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22287209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22287209'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22287209'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20842027_20842027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20842027_20842027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20842027_20842027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20842027_20842027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20842027_20842027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20842027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20842027'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20842027'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22424807_22424807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22424807_22424807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22424807_22424807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22424807_22424807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22424807_22424807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22424807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22424807'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22424807'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22672312_22672312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22672312_22672312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22672312_22672312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22672312_22672312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22672312_22672312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22672312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22672312'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22672312'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21769947_21769947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21769947_21769947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21769947_21769947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21769947_21769947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21769947_21769947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21769947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21769947'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21769947'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21328643_21328643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21328643_21328643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21328643_21328643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21328643_21328643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21328643_21328643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21328643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21328643'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21328643'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20809738_20809738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20809738_20809738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20809738_20809738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20809738_20809738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20809738_20809738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20809738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20809738'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20809738'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21857781_21857781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21857781_21857781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21857781_21857781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21857781_21857781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21857781_21857781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21857781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21857781'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21857781'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20805435_20805435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20805435_20805435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20805435_20805435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20805435_20805435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20805435_20805435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20805435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20805435'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20805435'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21978639_21978639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21978639_21978639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21978639_21978639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21978639_21978639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21978639_21978639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21978639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21978639'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21978639'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22245633_22245633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22245633_22245633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22245633_22245633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22245633_22245633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22245633_22245633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22245633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22245633'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22245633'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21237784_21237784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21237784_21237784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21237784_21237784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21237784_21237784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21237784_21237784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21237784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21237784'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21237784'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21801301_21801301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21801301_21801301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21801301_21801301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21801301_21801301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21801301_21801301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21801301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21801301'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21801301'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20675019_20675019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20675019_20675019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20675019_20675019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20675019_20675019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20675019_20675019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20675019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20675019'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20675019'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20676487_20676487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20676487_20676487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20676487_20676487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20676487_20676487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20676487_20676487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20676487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20676487'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20676487'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22060761_22060761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22060761_22060761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22060761_22060761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22060761_22060761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22060761_22060761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22060761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22060761'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22060761'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22144858_22144858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22144858_22144858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22144858_22144858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22144858_22144858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22144858_22144858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22144858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22144858'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22144858'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22192696_22192696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22192696_22192696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22192696_22192696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22192696_22192696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22192696_22192696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22192696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22192696'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22192696'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21052384_21052384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21052384_21052384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21052384_21052384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21052384_21052384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21052384_21052384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21052384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21052384'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21052384'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21998767_21998767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21998767_21998767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21998767_21998767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21998767_21998767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21998767_21998767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21998767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21998767'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21998767'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22152307_22152307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22152307_22152307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22152307_22152307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22152307_22152307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22152307_22152307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22152307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22152307'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22152307'^^xsd:integer;
  dwc:observationDate '2014-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20806958_20806958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20806958_20806958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20806958_20806958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20806958_20806958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20806958_20806958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20806958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20806958'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20806958'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22073352_22073352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22073352_22073352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22073352_22073352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22073352_22073352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22073352_22073352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22073352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22073352'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22073352'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20691701_20691701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20691701_20691701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20691701_20691701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20691701_20691701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20691701_20691701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20691701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20691701'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20691701'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21863557_21863557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21863557_21863557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21863557_21863557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21863557_21863557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21863557_21863557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21863557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21863557'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21863557'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21247348_21247348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21247348_21247348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21247348_21247348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21247348_21247348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21247348_21247348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21247348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21247348'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21247348'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22494361_22494361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22494361_22494361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22494361_22494361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22494361_22494361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22494361_22494361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22494361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22494361'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22494361'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20780473_20780473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20780473_20780473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20780473_20780473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20780473_20780473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20780473_20780473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20780473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20780473'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20780473'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20915829_20915829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20915829_20915829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20915829_20915829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20915829_20915829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20915829_20915829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20915829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20915829'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20915829'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21747185_21747185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21747185_21747185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21747185_21747185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21747185_21747185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21747185_21747185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21747185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21747185'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21747185'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20950970_20950970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20950970_20950970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20950970_20950970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20950970_20950970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20950970_20950970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20950970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20950970'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20950970'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20960957_20960957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20960957_20960957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20960957_20960957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20960957_20960957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20960957_20960957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20960957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20960957'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20960957'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21880883_21880883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21880883_21880883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21880883_21880883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21880883_21880883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21880883_21880883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21880883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21880883'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21880883'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21106905_21106905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21106905_21106905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21106905_21106905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21106905_21106905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21106905_21106905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21106905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21106905'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21106905'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21985839_21985839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21985839_21985839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21985839_21985839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21985839_21985839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21985839_21985839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21985839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21985839'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21985839'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22080938_22080938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22080938_22080938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22080938_22080938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22080938_22080938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22080938_22080938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22080938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22080938'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22080938'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21175662_21175662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21175662_21175662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21175662_21175662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21175662_21175662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21175662_21175662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21175662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21175662'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21175662'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21901461_21901461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21901461_21901461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21901461_21901461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21901461_21901461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21901461_21901461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21901461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21901461'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21901461'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22357690_22357690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22357690_22357690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22357690_22357690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22357690_22357690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22357690_22357690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22357690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22357690'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22357690'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21268160_21268160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21268160_21268160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21268160_21268160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21268160_21268160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21268160_21268160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21268160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21268160'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21268160'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21022217_21022217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21022217_21022217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21022217_21022217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21022217_21022217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21022217_21022217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21022217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21022217'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21022217'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20601659_20601659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20601659_20601659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20601659_20601659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20601659_20601659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20601659_20601659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20601659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20601659'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20601659'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21864847_21864847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21864847_21864847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21864847_21864847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21864847_21864847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21864847_21864847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21864847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21864847'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21864847'^^xsd:integer;
  dwc:observationDate '2014-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21126140_21126140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21126140_21126140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21126140_21126140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21126140_21126140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21126140_21126140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21126140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21126140'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21126140'^^xsd:integer;
  dwc:observationDate '2014-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21799054_21799054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21799054_21799054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21799054_21799054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21799054_21799054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21799054_21799054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21799054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21799054'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21799054'^^xsd:integer;
  dwc:observationDate '2014-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21674462_21674462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21674462_21674462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21674462_21674462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21674462_21674462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21674462_21674462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21674462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21674462'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21674462'^^xsd:integer;
  dwc:observationDate '2014-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21942324_21942324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21942324_21942324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21942324_21942324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21942324_21942324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21942324_21942324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21942324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21942324'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21942324'^^xsd:integer;
  dwc:observationDate '2014-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22461329_22461329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22461329_22461329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22461329_22461329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22461329_22461329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22461329_22461329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22461329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22461329'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22461329'^^xsd:integer;
  dwc:observationDate '2014-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21381885_21381885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21381885_21381885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21381885_21381885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21381885_21381885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21381885_21381885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21381885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21381885'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21381885'^^xsd:integer;
  dwc:observationDate '2014-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22626416_22626416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22626416_22626416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22626416_22626416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22626416_22626416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22626416_22626416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22626416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22626416'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22626416'^^xsd:integer;
  dwc:observationDate '2014-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22494020_22494020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22494020_22494020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22494020_22494020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22494020_22494020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22494020_22494020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22494020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22494020'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22494020'^^xsd:integer;
  dwc:observationDate '2014-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21862436_21862436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21862436_21862436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21862436_21862436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21862436_21862436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21862436_21862436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21862436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21862436'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21862436'^^xsd:integer;
  dwc:observationDate '2014-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21413087_21413087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21413087_21413087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21413087_21413087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21413087_21413087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21413087_21413087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21413087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21413087'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21413087'^^xsd:integer;
  dwc:observationDate '2014-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22624397_22624397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22624397_22624397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22624397_22624397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22624397_22624397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22624397_22624397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22624397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22624397'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22624397'^^xsd:integer;
  dwc:observationDate '2014-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21198188_21198188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21198188_21198188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21198188_21198188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21198188_21198188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21198188_21198188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21198188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21198188'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21198188'^^xsd:integer;
  dwc:observationDate '2014-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21533204_21533204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21533204_21533204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21533204_21533204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21533204_21533204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21533204_21533204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21533204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21533204'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21533204'^^xsd:integer;
  dwc:observationDate '2014-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22253705_22253705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22253705_22253705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22253705_22253705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22253705_22253705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22253705_22253705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22253705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22253705'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22253705'^^xsd:integer;
  dwc:observationDate '2014-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22073752_22073752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22073752_22073752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22073752_22073752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22073752_22073752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22073752_22073752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22073752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22073752'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22073752'^^xsd:integer;
  dwc:observationDate '2014-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21618060_21618060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21618060_21618060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21618060_21618060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21618060_21618060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21618060_21618060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21618060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21618060'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21618060'^^xsd:integer;
  dwc:observationDate '2014-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20633519_20633519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20633519_20633519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20633519_20633519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20633519_20633519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20633519_20633519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20633519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20633519'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20633519'^^xsd:integer;
  dwc:observationDate '2014-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22448849_22448849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22448849_22448849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22448849_22448849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22448849_22448849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22448849_22448849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22448849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22448849'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22448849'^^xsd:integer;
  dwc:observationDate '2014-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21069570_21069570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21069570_21069570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21069570_21069570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21069570_21069570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21069570_21069570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21069570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21069570'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21069570'^^xsd:integer;
  dwc:observationDate '2014-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20588684_20588684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20588684_20588684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20588684_20588684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20588684_20588684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20588684_20588684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20588684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20588684'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20588684'^^xsd:integer;
  dwc:observationDate '2014-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22134625_22134625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22134625_22134625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22134625_22134625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22134625_22134625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22134625_22134625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22134625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22134625'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22134625'^^xsd:integer;
  dwc:observationDate '2014-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21405739_21405739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21405739_21405739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21405739_21405739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21405739_21405739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21405739_21405739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21405739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21405739'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21405739'^^xsd:integer;
  dwc:observationDate '2014-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20862036_20862036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20862036_20862036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20862036_20862036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20862036_20862036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20862036_20862036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20862036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20862036'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20862036'^^xsd:integer;
  dwc:observationDate '2014-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22158438_22158438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22158438_22158438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22158438_22158438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22158438_22158438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22158438_22158438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22158438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22158438'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22158438'^^xsd:integer;
  dwc:observationDate '2014-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22039120_22039120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22039120_22039120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22039120_22039120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22039120_22039120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22039120_22039120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22039120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22039120'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22039120'^^xsd:integer;
  dwc:observationDate '2014-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21587597_21587597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21587597_21587597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21587597_21587597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21587597_21587597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21587597_21587597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21587597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21587597'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21587597'^^xsd:integer;
  dwc:observationDate '2014-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22618002_22618002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22618002_22618002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22618002_22618002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22618002_22618002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22618002_22618002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22618002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22618002'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22618002'^^xsd:integer;
  dwc:observationDate '2014-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20988367_20988367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20988367_20988367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20988367_20988367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20988367_20988367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20988367_20988367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20988367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20988367'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20988367'^^xsd:integer;
  dwc:observationDate '2014-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21274367_21274367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21274367_21274367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21274367_21274367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21274367_21274367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21274367_21274367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21274367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21274367'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21274367'^^xsd:integer;
  dwc:observationDate '2014-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21807143_21807143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21807143_21807143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21807143_21807143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21807143_21807143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21807143_21807143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21807143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21807143'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21807143'^^xsd:integer;
  dwc:observationDate '2014-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20962874_20962874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20962874_20962874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20962874_20962874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20962874_20962874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20962874_20962874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20962874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20962874'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20962874'^^xsd:integer;
  dwc:observationDate '2014-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22435337_22435337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22435337_22435337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22435337_22435337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22435337_22435337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22435337_22435337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22435337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22435337'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22435337'^^xsd:integer;
  dwc:observationDate '2014-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20663107_20663107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20663107_20663107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20663107_20663107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20663107_20663107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20663107_20663107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20663107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20663107'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20663107'^^xsd:integer;
  dwc:observationDate '2014-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21626632_21626632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21626632_21626632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21626632_21626632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21626632_21626632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21626632_21626632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21626632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21626632'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21626632'^^xsd:integer;
  dwc:observationDate '2014-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21441467_21441467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21441467_21441467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21441467_21441467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21441467_21441467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21441467_21441467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21441467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21441467'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21441467'^^xsd:integer;
  dwc:observationDate '2014-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20660308_20660308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20660308_20660308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20660308_20660308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20660308_20660308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20660308_20660308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20660308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20660308'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20660308'^^xsd:integer;
  dwc:observationDate '2014-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22644901_22644901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22644901_22644901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22644901_22644901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22644901_22644901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22644901_22644901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22644901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22644901'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22644901'^^xsd:integer;
  dwc:observationDate '2014-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21757094_21757094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21757094_21757094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21757094_21757094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21757094_21757094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21757094_21757094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21757094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21757094'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21757094'^^xsd:integer;
  dwc:observationDate '2014-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22072733_22072733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22072733_22072733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22072733_22072733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22072733_22072733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22072733_22072733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22072733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22072733'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22072733'^^xsd:integer;
  dwc:observationDate '2014-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21448431_21448431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21448431_21448431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21448431_21448431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21448431_21448431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21448431_21448431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21448431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21448431'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21448431'^^xsd:integer;
  dwc:observationDate '2014-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22108469_22108469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22108469_22108469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22108469_22108469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22108469_22108469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22108469_22108469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22108469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22108469'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22108469'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21773446_21773446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21773446_21773446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21773446_21773446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21773446_21773446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21773446_21773446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21773446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21773446'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21773446'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22462564_22462564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22462564_22462564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22462564_22462564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22462564_22462564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22462564_22462564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22462564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22462564'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22462564'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21552912_21552912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21552912_21552912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21552912_21552912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21552912_21552912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21552912_21552912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21552912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21552912'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21552912'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22585547_22585547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22585547_22585547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22585547_22585547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22585547_22585547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22585547_22585547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22585547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22585547'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22585547'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21849539_21849539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21849539_21849539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21849539_21849539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21849539_21849539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21849539_21849539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21849539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21849539'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21849539'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21295069_21295069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21295069_21295069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21295069_21295069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21295069_21295069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21295069_21295069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21295069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21295069'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21295069'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20655861_20655861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20655861_20655861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20655861_20655861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20655861_20655861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20655861_20655861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20655861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20655861'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20655861'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21381131_21381131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21381131_21381131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21381131_21381131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21381131_21381131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21381131_21381131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21381131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21381131'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21381131'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22170853_22170853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22170853_22170853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22170853_22170853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22170853_22170853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22170853_22170853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22170853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22170853'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22170853'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22477490_22477490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22477490_22477490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22477490_22477490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22477490_22477490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22477490_22477490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22477490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22477490'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22477490'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21137662_21137662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21137662_21137662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21137662_21137662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21137662_21137662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21137662_21137662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21137662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21137662'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21137662'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21300028_21300028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21300028_21300028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21300028_21300028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21300028_21300028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21300028_21300028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21300028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21300028'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21300028'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21879291_21879291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21879291_21879291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21879291_21879291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21879291_21879291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21879291_21879291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21879291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21879291'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21879291'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21300675_21300675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21300675_21300675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21300675_21300675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21300675_21300675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21300675_21300675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21300675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21300675'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21300675'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21259667_21259667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21259667_21259667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21259667_21259667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21259667_21259667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21259667_21259667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21259667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21259667'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21259667'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21913528_21913528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21913528_21913528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21913528_21913528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21913528_21913528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21913528_21913528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21913528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21913528'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21913528'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21227171_21227171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21227171_21227171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21227171_21227171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21227171_21227171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21227171_21227171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21227171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21227171'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21227171'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22186890_22186890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22186890_22186890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22186890_22186890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22186890_22186890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22186890_22186890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22186890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22186890'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22186890'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20746681_20746681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20746681_20746681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20746681_20746681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20746681_20746681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20746681_20746681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20746681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20746681'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20746681'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21447654_21447654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21447654_21447654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21447654_21447654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21447654_21447654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21447654_21447654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21447654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21447654'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21447654'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21296923_21296923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21296923_21296923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21296923_21296923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21296923_21296923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21296923_21296923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21296923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21296923'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21296923'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21016793_21016793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21016793_21016793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21016793_21016793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21016793_21016793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21016793_21016793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21016793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21016793'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21016793'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21771079_21771079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21771079_21771079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21771079_21771079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21771079_21771079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21771079_21771079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21771079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21771079'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21771079'^^xsd:integer;
  dwc:observationDate '2014-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20909951_20909951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20909951_20909951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20909951_20909951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20909951_20909951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20909951_20909951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20909951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20909951'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20909951'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20961958_20961958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20961958_20961958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20961958_20961958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20961958_20961958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20961958_20961958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20961958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20961958'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20961958'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21954771_21954771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21954771_21954771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21954771_21954771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21954771_21954771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21954771_21954771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21954771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21954771'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21954771'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21053114_21053114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21053114_21053114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21053114_21053114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21053114_21053114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21053114_21053114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21053114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21053114'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21053114'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20875849_20875849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20875849_20875849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20875849_20875849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20875849_20875849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20875849_20875849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20875849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20875849'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20875849'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21660614_21660614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21660614_21660614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21660614_21660614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21660614_21660614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21660614_21660614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21660614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21660614'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21660614'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20669398_20669398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20669398_20669398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20669398_20669398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20669398_20669398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20669398_20669398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20669398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20669398'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20669398'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22344603_22344603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22344603_22344603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22344603_22344603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22344603_22344603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22344603_22344603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22344603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22344603'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22344603'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20705426_20705426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20705426_20705426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20705426_20705426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20705426_20705426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20705426_20705426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20705426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20705426'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20705426'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22684048_22684048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22684048_22684048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22684048_22684048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22684048_22684048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22684048_22684048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22684048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22684048'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22684048'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21411428_21411428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21411428_21411428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21411428_21411428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21411428_21411428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21411428_21411428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21411428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21411428'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21411428'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20891699_20891699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20891699_20891699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20891699_20891699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20891699_20891699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20891699_20891699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20891699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20891699'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20891699'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20588186_20588186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20588186_20588186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20588186_20588186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20588186_20588186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20588186_20588186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20588186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20588186'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20588186'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21007582_21007582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21007582_21007582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21007582_21007582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21007582_21007582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21007582_21007582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21007582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21007582'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21007582'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21841665_21841665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21841665_21841665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21841665_21841665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21841665_21841665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21841665_21841665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21841665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21841665'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21841665'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20714450_20714450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20714450_20714450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20714450_20714450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20714450_20714450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20714450_20714450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20714450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20714450'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20714450'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21027619_21027619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21027619_21027619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21027619_21027619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21027619_21027619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21027619_21027619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21027619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21027619'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21027619'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21207541_21207541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21207541_21207541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21207541_21207541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21207541_21207541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21207541_21207541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21207541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21207541'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21207541'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21272895_21272895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21272895_21272895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21272895_21272895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21272895_21272895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21272895_21272895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21272895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21272895'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21272895'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21975056_21975056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21975056_21975056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21975056_21975056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21975056_21975056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21975056_21975056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21975056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21975056'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21975056'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21849937_21849937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21849937_21849937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21849937_21849937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21849937_21849937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21849937_21849937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21849937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21849937'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21849937'^^xsd:integer;
  dwc:observationDate '2014-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22667960_22667960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22667960_22667960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22667960_22667960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22667960_22667960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22667960_22667960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22667960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22667960'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22667960'^^xsd:integer;
  dwc:observationDate '2014-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21973077_21973077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21973077_21973077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21973077_21973077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21973077_21973077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21973077_21973077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21973077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21973077'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21973077'^^xsd:integer;
  dwc:observationDate '2014-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22417283_22417283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22417283_22417283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22417283_22417283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22417283_22417283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22417283_22417283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22417283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22417283'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22417283'^^xsd:integer;
  dwc:observationDate '2014-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22631678_22631678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22631678_22631678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22631678_22631678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22631678_22631678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22631678_22631678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22631678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22631678'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22631678'^^xsd:integer;
  dwc:observationDate '2014-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21344601_21344601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21344601_21344601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21344601_21344601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21344601_21344601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21344601_21344601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21344601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21344601'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21344601'^^xsd:integer;
  dwc:observationDate '2014-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21447094_21447094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21447094_21447094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21447094_21447094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21447094_21447094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21447094_21447094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21447094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21447094'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21447094'^^xsd:integer;
  dwc:observationDate '2014-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22639612_22639612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22639612_22639612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22639612_22639612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22639612_22639612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22639612_22639612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22639612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22639612'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22639612'^^xsd:integer;
  dwc:observationDate '2014-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20944160_20944160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20944160_20944160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20944160_20944160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20944160_20944160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20944160_20944160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20944160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20944160'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20944160'^^xsd:integer;
  dwc:observationDate '2014-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21550060_21550060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21550060_21550060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21550060_21550060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21550060_21550060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21550060_21550060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21550060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21550060'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21550060'^^xsd:integer;
  dwc:observationDate '2014-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21190629_21190629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21190629_21190629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21190629_21190629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21190629_21190629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21190629_21190629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21190629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21190629'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21190629'^^xsd:integer;
  dwc:observationDate '2014-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21343567_21343567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21343567_21343567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21343567_21343567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21343567_21343567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21343567_21343567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21343567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21343567'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21343567'^^xsd:integer;
  dwc:observationDate '2014-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22443721_22443721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22443721_22443721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22443721_22443721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22443721_22443721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22443721_22443721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22443721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22443721'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22443721'^^xsd:integer;
  dwc:observationDate '2014-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20641820_20641820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20641820_20641820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20641820_20641820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20641820_20641820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20641820_20641820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20641820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20641820'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20641820'^^xsd:integer;
  dwc:observationDate '2014-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20802012_20802012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20802012_20802012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20802012_20802012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20802012_20802012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20802012_20802012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20802012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20802012'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20802012'^^xsd:integer;
  dwc:observationDate '2014-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22577840_22577840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22577840_22577840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22577840_22577840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22577840_22577840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22577840_22577840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22577840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22577840'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22577840'^^xsd:integer;
  dwc:observationDate '2014-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22086883_22086883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22086883_22086883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22086883_22086883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22086883_22086883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22086883_22086883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22086883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22086883'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22086883'^^xsd:integer;
  dwc:observationDate '2014-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20770518_20770518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20770518_20770518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20770518_20770518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20770518_20770518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20770518_20770518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20770518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20770518'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20770518'^^xsd:integer;
  dwc:observationDate '2014-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21502814_21502814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21502814_21502814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21502814_21502814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21502814_21502814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21502814_21502814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21502814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21502814'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21502814'^^xsd:integer;
  dwc:observationDate '2014-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20697041_20697041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20697041_20697041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20697041_20697041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20697041_20697041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20697041_20697041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20697041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20697041'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20697041'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20953082_20953082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20953082_20953082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20953082_20953082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20953082_20953082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20953082_20953082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20953082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20953082'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20953082'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22233439_22233439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22233439_22233439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22233439_22233439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22233439_22233439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22233439_22233439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22233439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22233439'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22233439'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22666348_22666348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22666348_22666348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22666348_22666348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22666348_22666348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22666348_22666348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22666348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22666348'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22666348'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22706644_22706644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22706644_22706644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22706644_22706644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22706644_22706644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22706644_22706644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22706644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22706644'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22706644'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20796623_20796623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20796623_20796623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20796623_20796623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20796623_20796623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20796623_20796623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20796623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20796623'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20796623'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22537954_22537954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22537954_22537954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22537954_22537954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22537954_22537954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22537954_22537954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22537954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22537954'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22537954'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21032363_21032363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21032363_21032363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21032363_21032363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21032363_21032363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21032363_21032363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21032363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21032363'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21032363'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21365796_21365796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21365796_21365796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21365796_21365796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21365796_21365796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21365796_21365796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21365796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21365796'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21365796'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22271515_22271515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22271515_22271515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22271515_22271515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22271515_22271515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22271515_22271515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22271515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22271515'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22271515'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22322160_22322160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22322160_22322160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22322160_22322160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22322160_22322160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22322160_22322160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22322160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22322160'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22322160'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22119560_22119560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22119560_22119560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22119560_22119560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22119560_22119560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22119560_22119560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22119560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22119560'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22119560'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21381839_21381839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21381839_21381839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21381839_21381839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21381839_21381839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21381839_21381839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21381839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21381839'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21381839'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21099884_21099884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21099884_21099884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21099884_21099884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21099884_21099884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21099884_21099884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21099884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21099884'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21099884'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20714199_20714199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20714199_20714199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20714199_20714199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20714199_20714199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20714199_20714199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20714199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20714199'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20714199'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21523818_21523818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21523818_21523818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21523818_21523818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21523818_21523818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21523818_21523818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21523818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21523818'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21523818'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22373200_22373200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22373200_22373200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22373200_22373200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22373200_22373200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22373200_22373200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22373200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22373200'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22373200'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21674297_21674297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21674297_21674297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21674297_21674297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21674297_21674297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21674297_21674297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21674297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21674297'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21674297'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21885861_21885861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21885861_21885861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21885861_21885861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21885861_21885861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21885861_21885861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21885861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21885861'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21885861'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22705484_22705484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22705484_22705484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22705484_22705484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22705484_22705484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22705484_22705484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22705484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22705484'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22705484'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21049233_21049233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21049233_21049233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21049233_21049233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21049233_21049233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21049233_21049233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21049233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21049233'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21049233'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21600468_21600468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21600468_21600468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21600468_21600468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21600468_21600468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21600468_21600468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21600468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21600468'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21600468'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21122960_21122960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21122960_21122960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21122960_21122960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21122960_21122960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21122960_21122960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21122960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21122960'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21122960'^^xsd:integer;
  dwc:observationDate '2014-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20886678_20886678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20886678_20886678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20886678_20886678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20886678_20886678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20886678_20886678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20886678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20886678'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20886678'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21598033_21598033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21598033_21598033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21598033_21598033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21598033_21598033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21598033_21598033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21598033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21598033'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21598033'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21355965_21355965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21355965_21355965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21355965_21355965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21355965_21355965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21355965_21355965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21355965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21355965'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21355965'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20981119_20981119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20981119_20981119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20981119_20981119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20981119_20981119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20981119_20981119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20981119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20981119'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20981119'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21703779_21703779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21703779_21703779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21703779_21703779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21703779_21703779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21703779_21703779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21703779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21703779'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21703779'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20787846_20787846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20787846_20787846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20787846_20787846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20787846_20787846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20787846_20787846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20787846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20787846'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20787846'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21981437_21981437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21981437_21981437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21981437_21981437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21981437_21981437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21981437_21981437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21981437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21981437'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21981437'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21942752_21942752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21942752_21942752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21942752_21942752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21942752_21942752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21942752_21942752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21942752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21942752'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21942752'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22191005_22191005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22191005_22191005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22191005_22191005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22191005_22191005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22191005_22191005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22191005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22191005'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22191005'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21868995_21868995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21868995_21868995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21868995_21868995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21868995_21868995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21868995_21868995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21868995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21868995'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21868995'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22003062_22003062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22003062_22003062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22003062_22003062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22003062_22003062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22003062_22003062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22003062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22003062'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22003062'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21592506_21592506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21592506_21592506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21592506_21592506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21592506_21592506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21592506_21592506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21592506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21592506'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21592506'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22048782_22048782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22048782_22048782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22048782_22048782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22048782_22048782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22048782_22048782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22048782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22048782'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22048782'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21362060_21362060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21362060_21362060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21362060_21362060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21362060_21362060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21362060_21362060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21362060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21362060'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21362060'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20631694_20631694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20631694_20631694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20631694_20631694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20631694_20631694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20631694_20631694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20631694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20631694'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20631694'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21405497_21405497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21405497_21405497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21405497_21405497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21405497_21405497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21405497_21405497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21405497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21405497'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21405497'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21809151_21809151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21809151_21809151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21809151_21809151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21809151_21809151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21809151_21809151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21809151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21809151'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21809151'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21399127_21399127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21399127_21399127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21399127_21399127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21399127_21399127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21399127_21399127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21399127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21399127'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21399127'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22641347_22641347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22641347_22641347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22641347_22641347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22641347_22641347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22641347_22641347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22641347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22641347'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22641347'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22108127_22108127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22108127_22108127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22108127_22108127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22108127_22108127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22108127_22108127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22108127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22108127'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22108127'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21702386_21702386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21702386_21702386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21702386_21702386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21702386_21702386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21702386_21702386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21702386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21702386'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21702386'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21217310_21217310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21217310_21217310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21217310_21217310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21217310_21217310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21217310_21217310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21217310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21217310'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21217310'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22251860_22251860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22251860_22251860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22251860_22251860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22251860_22251860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22251860_22251860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22251860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22251860'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22251860'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22297179_22297179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22297179_22297179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22297179_22297179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22297179_22297179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22297179_22297179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22297179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22297179'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22297179'^^xsd:integer;
  dwc:observationDate '2014-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22555445_22555445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22555445_22555445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22555445_22555445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22555445_22555445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22555445_22555445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22555445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22555445'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22555445'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21686542_21686542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21686542_21686542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21686542_21686542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21686542_21686542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21686542_21686542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21686542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21686542'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21686542'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21803334_21803334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21803334_21803334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21803334_21803334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21803334_21803334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21803334_21803334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21803334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21803334'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21803334'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22350944_22350944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22350944_22350944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22350944_22350944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22350944_22350944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22350944_22350944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22350944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22350944'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22350944'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21837776_21837776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21837776_21837776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21837776_21837776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21837776_21837776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21837776_21837776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21837776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21837776'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21837776'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21889685_21889685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21889685_21889685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21889685_21889685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21889685_21889685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21889685_21889685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21889685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21889685'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21889685'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21427057_21427057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21427057_21427057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21427057_21427057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21427057_21427057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21427057_21427057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21427057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21427057'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21427057'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20830508_20830508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20830508_20830508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20830508_20830508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20830508_20830508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20830508_20830508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20830508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20830508'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20830508'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22030877_22030877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22030877_22030877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22030877_22030877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22030877_22030877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22030877_22030877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22030877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22030877'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22030877'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20929061_20929061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20929061_20929061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20929061_20929061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20929061_20929061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20929061_20929061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20929061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20929061'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20929061'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20600465_20600465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20600465_20600465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20600465_20600465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20600465_20600465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20600465_20600465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20600465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20600465'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20600465'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21797961_21797961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21797961_21797961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21797961_21797961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21797961_21797961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21797961_21797961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21797961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21797961'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21797961'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21758573_21758573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21758573_21758573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21758573_21758573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21758573_21758573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21758573_21758573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21758573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21758573'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21758573'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20777694_20777694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20777694_20777694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20777694_20777694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20777694_20777694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20777694_20777694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20777694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20777694'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20777694'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22333319_22333319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22333319_22333319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22333319_22333319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22333319_22333319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22333319_22333319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22333319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22333319'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22333319'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21640855_21640855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21640855_21640855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21640855_21640855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21640855_21640855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21640855_21640855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21640855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21640855'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21640855'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21223401_21223401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21223401_21223401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21223401_21223401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21223401_21223401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21223401_21223401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21223401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21223401'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21223401'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21891796_21891796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21891796_21891796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21891796_21891796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21891796_21891796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21891796_21891796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21891796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21891796'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21891796'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21612995_21612995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21612995_21612995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21612995_21612995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21612995_21612995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21612995_21612995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21612995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21612995'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21612995'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21959404_21959404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21959404_21959404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21959404_21959404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21959404_21959404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21959404_21959404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21959404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21959404'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21959404'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20608045_20608045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20608045_20608045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20608045_20608045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20608045_20608045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20608045_20608045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20608045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20608045'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20608045'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20828055_20828055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20828055_20828055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20828055_20828055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20828055_20828055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20828055_20828055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20828055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20828055'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20828055'^^xsd:integer;
  dwc:observationDate '2014-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22071448_22071448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22071448_22071448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22071448_22071448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22071448_22071448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22071448_22071448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22071448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22071448'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22071448'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21000884_21000884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21000884_21000884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21000884_21000884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21000884_21000884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21000884_21000884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21000884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21000884'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21000884'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22305072_22305072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22305072_22305072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22305072_22305072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22305072_22305072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22305072_22305072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22305072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22305072'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22305072'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21155626_21155626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21155626_21155626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21155626_21155626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21155626_21155626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21155626_21155626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21155626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21155626'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21155626'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21830464_21830464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21830464_21830464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21830464_21830464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21830464_21830464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21830464_21830464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21830464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21830464'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21830464'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22434480_22434480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22434480_22434480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22434480_22434480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22434480_22434480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22434480_22434480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22434480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22434480'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22434480'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22679657_22679657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22679657_22679657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22679657_22679657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22679657_22679657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22679657_22679657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22679657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22679657'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22679657'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21843699_21843699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21843699_21843699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21843699_21843699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21843699_21843699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21843699_21843699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21843699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21843699'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21843699'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22487175_22487175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22487175_22487175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22487175_22487175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22487175_22487175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22487175_22487175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22487175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22487175'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22487175'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20656970_20656970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20656970_20656970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20656970_20656970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20656970_20656970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20656970_20656970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20656970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20656970'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20656970'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22568404_22568404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22568404_22568404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22568404_22568404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22568404_22568404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22568404_22568404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22568404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22568404'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22568404'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20670888_20670888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20670888_20670888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20670888_20670888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20670888_20670888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20670888_20670888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20670888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20670888'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20670888'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22614614_22614614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22614614_22614614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22614614_22614614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22614614_22614614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22614614_22614614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22614614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22614614'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22614614'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21360614_21360614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21360614_21360614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21360614_21360614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21360614_21360614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21360614_21360614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21360614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21360614'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21360614'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21755067_21755067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21755067_21755067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21755067_21755067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21755067_21755067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21755067_21755067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21755067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21755067'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21755067'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21039606_21039606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21039606_21039606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21039606_21039606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21039606_21039606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21039606_21039606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21039606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21039606'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21039606'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21768283_21768283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21768283_21768283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21768283_21768283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21768283_21768283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21768283_21768283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21768283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21768283'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21768283'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21867943_21867943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21867943_21867943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21867943_21867943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21867943_21867943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21867943_21867943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21867943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21867943'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21867943'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20953023_20953023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20953023_20953023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20953023_20953023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20953023_20953023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20953023_20953023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20953023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20953023'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20953023'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20815593_20815593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20815593_20815593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20815593_20815593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20815593_20815593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20815593_20815593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20815593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20815593'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20815593'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20950564_20950564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20950564_20950564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20950564_20950564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20950564_20950564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20950564_20950564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20950564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20950564'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20950564'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21704626_21704626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21704626_21704626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21704626_21704626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21704626_21704626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21704626_21704626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21704626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21704626'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21704626'^^xsd:integer;
  dwc:observationDate '2014-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21067938_21067938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21067938_21067938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21067938_21067938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21067938_21067938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21067938_21067938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21067938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21067938'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21067938'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22494253_22494253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22494253_22494253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22494253_22494253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22494253_22494253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22494253_22494253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22494253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22494253'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22494253'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21919782_21919782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21919782_21919782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21919782_21919782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21919782_21919782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21919782_21919782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21919782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21919782'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21919782'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20608729_20608729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20608729_20608729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20608729_20608729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20608729_20608729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20608729_20608729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20608729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20608729'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20608729'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22513251_22513251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22513251_22513251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22513251_22513251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22513251_22513251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22513251_22513251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22513251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22513251'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22513251'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20699657_20699657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20699657_20699657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20699657_20699657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20699657_20699657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20699657_20699657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20699657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20699657'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20699657'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21752573_21752573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21752573_21752573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21752573_21752573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21752573_21752573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21752573_21752573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21752573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21752573'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21752573'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21687665_21687665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21687665_21687665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21687665_21687665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21687665_21687665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21687665_21687665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21687665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21687665'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21687665'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21599889_21599889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21599889_21599889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21599889_21599889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21599889_21599889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21599889_21599889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21599889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21599889'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21599889'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22481168_22481168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22481168_22481168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22481168_22481168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22481168_22481168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22481168_22481168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22481168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22481168'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22481168'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22126588_22126588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22126588_22126588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22126588_22126588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22126588_22126588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22126588_22126588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22126588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22126588'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22126588'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22255641_22255641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22255641_22255641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22255641_22255641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22255641_22255641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22255641_22255641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22255641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22255641'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22255641'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22474531_22474531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22474531_22474531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22474531_22474531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22474531_22474531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22474531_22474531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22474531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22474531'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22474531'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20975949_20975949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20975949_20975949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20975949_20975949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20975949_20975949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20975949_20975949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20975949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20975949'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20975949'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21365011_21365011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21365011_21365011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21365011_21365011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21365011_21365011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21365011_21365011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21365011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21365011'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21365011'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22615770_22615770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22615770_22615770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22615770_22615770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22615770_22615770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22615770_22615770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22615770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22615770'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22615770'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20851365_20851365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20851365_20851365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20851365_20851365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20851365_20851365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20851365_20851365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20851365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20851365'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20851365'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22178702_22178702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22178702_22178702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22178702_22178702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22178702_22178702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22178702_22178702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22178702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22178702'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22178702'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21313797_21313797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21313797_21313797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21313797_21313797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21313797_21313797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21313797_21313797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21313797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21313797'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21313797'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22433212_22433212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22433212_22433212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22433212_22433212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22433212_22433212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22433212_22433212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22433212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22433212'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22433212'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21385247_21385247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21385247_21385247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21385247_21385247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21385247_21385247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21385247_21385247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21385247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21385247'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21385247'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21196587_21196587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21196587_21196587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21196587_21196587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21196587_21196587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21196587_21196587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21196587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21196587'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21196587'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21215834_21215834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21215834_21215834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21215834_21215834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21215834_21215834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21215834_21215834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21215834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21215834'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21215834'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22098254_22098254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22098254_22098254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22098254_22098254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22098254_22098254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22098254_22098254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22098254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22098254'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22098254'^^xsd:integer;
  dwc:observationDate '2014-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22059337_22059337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22059337_22059337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22059337_22059337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22059337_22059337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22059337_22059337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22059337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22059337'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22059337'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21417396_21417396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21417396_21417396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21417396_21417396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21417396_21417396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21417396_21417396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21417396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21417396'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21417396'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22154396_22154396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22154396_22154396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22154396_22154396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22154396_22154396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22154396_22154396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22154396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22154396'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22154396'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22507360_22507360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22507360_22507360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22507360_22507360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22507360_22507360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22507360_22507360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22507360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22507360'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22507360'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21561107_21561107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21561107_21561107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21561107_21561107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21561107_21561107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21561107_21561107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21561107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21561107'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21561107'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20977384_20977384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20977384_20977384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20977384_20977384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20977384_20977384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20977384_20977384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20977384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20977384'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20977384'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22114844_22114844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22114844_22114844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22114844_22114844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22114844_22114844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22114844_22114844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22114844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22114844'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22114844'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21310543_21310543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21310543_21310543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21310543_21310543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21310543_21310543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21310543_21310543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21310543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21310543'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21310543'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21376209_21376209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21376209_21376209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21376209_21376209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21376209_21376209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21376209_21376209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21376209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21376209'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21376209'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21130410_21130410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21130410_21130410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21130410_21130410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21130410_21130410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21130410_21130410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21130410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21130410'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21130410'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22337053_22337053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22337053_22337053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22337053_22337053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22337053_22337053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22337053_22337053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22337053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22337053'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22337053'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21375988_21375988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21375988_21375988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21375988_21375988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21375988_21375988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21375988_21375988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21375988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21375988'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21375988'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21452640_21452640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21452640_21452640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21452640_21452640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21452640_21452640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21452640_21452640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21452640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21452640'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21452640'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20818252_20818252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20818252_20818252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20818252_20818252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20818252_20818252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20818252_20818252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20818252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20818252'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20818252'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22060740_22060740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22060740_22060740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22060740_22060740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22060740_22060740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22060740_22060740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22060740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22060740'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22060740'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20814523_20814523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20814523_20814523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20814523_20814523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20814523_20814523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20814523_20814523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20814523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20814523'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20814523'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22176959_22176959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22176959_22176959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22176959_22176959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22176959_22176959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22176959_22176959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22176959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22176959'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22176959'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20722217_20722217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20722217_20722217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20722217_20722217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20722217_20722217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20722217_20722217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20722217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20722217'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20722217'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21733639_21733639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21733639_21733639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21733639_21733639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21733639_21733639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21733639_21733639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21733639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21733639'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21733639'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20947249_20947249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20947249_20947249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20947249_20947249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20947249_20947249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20947249_20947249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20947249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20947249'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20947249'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22674610_22674610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22674610_22674610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22674610_22674610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22674610_22674610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22674610_22674610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22674610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22674610'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22674610'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22478577_22478577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22478577_22478577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22478577_22478577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22478577_22478577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22478577_22478577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22478577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22478577'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22478577'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21328968_21328968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21328968_21328968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21328968_21328968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21328968_21328968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21328968_21328968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21328968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21328968'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21328968'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21183027_21183027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21183027_21183027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21183027_21183027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21183027_21183027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21183027_21183027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21183027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21183027'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21183027'^^xsd:integer;
  dwc:observationDate '2014-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21124016_21124016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21124016_21124016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21124016_21124016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21124016_21124016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21124016_21124016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21124016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21124016'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21124016'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22186031_22186031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22186031_22186031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22186031_22186031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22186031_22186031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22186031_22186031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22186031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22186031'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22186031'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22526268_22526268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22526268_22526268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22526268_22526268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22526268_22526268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22526268_22526268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22526268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22526268'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22526268'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22074253_22074253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22074253_22074253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22074253_22074253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22074253_22074253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22074253_22074253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22074253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22074253'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22074253'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21648793_21648793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21648793_21648793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21648793_21648793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21648793_21648793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21648793_21648793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21648793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21648793'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21648793'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22324667_22324667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22324667_22324667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22324667_22324667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22324667_22324667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22324667_22324667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22324667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22324667'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22324667'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22409508_22409508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22409508_22409508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22409508_22409508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22409508_22409508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22409508_22409508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22409508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22409508'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22409508'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21606192_21606192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21606192_21606192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21606192_21606192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21606192_21606192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21606192_21606192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21606192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21606192'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21606192'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21525078_21525078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21525078_21525078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21525078_21525078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21525078_21525078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21525078_21525078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21525078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21525078'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21525078'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21766724_21766724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21766724_21766724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21766724_21766724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21766724_21766724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21766724_21766724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21766724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21766724'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21766724'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21169285_21169285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21169285_21169285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21169285_21169285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21169285_21169285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21169285_21169285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21169285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21169285'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21169285'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21935814_21935814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21935814_21935814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21935814_21935814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21935814_21935814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21935814_21935814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21935814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21935814'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21935814'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22368182_22368182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22368182_22368182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22368182_22368182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22368182_22368182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22368182_22368182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22368182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22368182'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22368182'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21648069_21648069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21648069_21648069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21648069_21648069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21648069_21648069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21648069_21648069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21648069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21648069'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21648069'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21252819_21252819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21252819_21252819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21252819_21252819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21252819_21252819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21252819_21252819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21252819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21252819'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21252819'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22403660_22403660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22403660_22403660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22403660_22403660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22403660_22403660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22403660_22403660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22403660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22403660'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22403660'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21998212_21998212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21998212_21998212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21998212_21998212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21998212_21998212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21998212_21998212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21998212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21998212'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21998212'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22416756_22416756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22416756_22416756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22416756_22416756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22416756_22416756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22416756_22416756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22416756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22416756'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22416756'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21837728_21837728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21837728_21837728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21837728_21837728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21837728_21837728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21837728_21837728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21837728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21837728'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21837728'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21975654_21975654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21975654_21975654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21975654_21975654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21975654_21975654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21975654_21975654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21975654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21975654'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21975654'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20825316_20825316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20825316_20825316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20825316_20825316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20825316_20825316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20825316_20825316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20825316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20825316'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20825316'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22012963_22012963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22012963_22012963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22012963_22012963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22012963_22012963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22012963_22012963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22012963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22012963'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22012963'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21574543_21574543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21574543_21574543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21574543_21574543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21574543_21574543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21574543_21574543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21574543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21574543'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21574543'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20914195_20914195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20914195_20914195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20914195_20914195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20914195_20914195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20914195_20914195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20914195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20914195'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20914195'^^xsd:integer;
  dwc:observationDate '2014-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22230569_22230569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22230569_22230569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22230569_22230569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22230569_22230569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22230569_22230569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22230569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22230569'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22230569'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20937810_20937810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20937810_20937810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20937810_20937810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20937810_20937810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20937810_20937810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20937810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20937810'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20937810'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22536841_22536841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22536841_22536841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22536841_22536841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22536841_22536841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22536841_22536841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22536841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22536841'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22536841'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22478780_22478780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22478780_22478780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22478780_22478780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22478780_22478780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22478780_22478780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22478780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22478780'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22478780'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20910170_20910170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20910170_20910170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20910170_20910170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20910170_20910170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20910170_20910170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20910170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20910170'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20910170'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21238441_21238441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21238441_21238441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21238441_21238441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21238441_21238441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21238441_21238441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21238441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21238441'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21238441'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20621846_20621846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20621846_20621846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20621846_20621846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20621846_20621846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20621846_20621846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20621846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20621846'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20621846'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21073540_21073540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21073540_21073540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21073540_21073540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21073540_21073540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21073540_21073540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21073540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21073540'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21073540'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21847452_21847452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21847452_21847452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21847452_21847452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21847452_21847452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21847452_21847452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21847452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21847452'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21847452'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21475552_21475552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21475552_21475552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21475552_21475552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21475552_21475552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21475552_21475552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21475552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21475552'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21475552'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21493707_21493707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21493707_21493707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21493707_21493707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21493707_21493707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21493707_21493707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21493707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21493707'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21493707'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22495666_22495666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22495666_22495666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22495666_22495666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22495666_22495666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22495666_22495666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22495666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22495666'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22495666'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21362640_21362640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21362640_21362640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21362640_21362640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21362640_21362640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21362640_21362640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21362640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21362640'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21362640'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20638093_20638093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20638093_20638093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20638093_20638093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20638093_20638093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20638093_20638093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20638093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20638093'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20638093'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21982866_21982866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21982866_21982866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21982866_21982866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21982866_21982866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21982866_21982866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21982866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21982866'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21982866'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21038710_21038710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21038710_21038710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21038710_21038710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21038710_21038710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21038710_21038710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21038710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21038710'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21038710'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20895937_20895937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20895937_20895937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20895937_20895937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20895937_20895937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20895937_20895937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20895937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20895937'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20895937'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21729896_21729896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21729896_21729896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21729896_21729896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21729896_21729896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21729896_21729896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21729896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21729896'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21729896'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21834432_21834432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21834432_21834432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21834432_21834432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21834432_21834432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21834432_21834432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21834432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21834432'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21834432'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22686603_22686603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22686603_22686603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22686603_22686603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22686603_22686603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22686603_22686603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22686603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22686603'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22686603'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21142130_21142130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21142130_21142130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21142130_21142130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21142130_21142130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21142130_21142130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21142130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21142130'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21142130'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21529402_21529402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21529402_21529402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21529402_21529402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21529402_21529402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21529402_21529402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21529402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21529402'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21529402'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20624767_20624767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20624767_20624767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20624767_20624767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20624767_20624767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20624767_20624767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20624767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20624767'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20624767'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21613863_21613863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21613863_21613863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21613863_21613863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21613863_21613863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21613863_21613863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21613863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21613863'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21613863'^^xsd:integer;
  dwc:observationDate '2014-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22203048_22203048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22203048_22203048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22203048_22203048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22203048_22203048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22203048_22203048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22203048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22203048'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22203048'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21847816_21847816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21847816_21847816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21847816_21847816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21847816_21847816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21847816_21847816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21847816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21847816'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21847816'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22710287_22710287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22710287_22710287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22710287_22710287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22710287_22710287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22710287_22710287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22710287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22710287'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22710287'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21410986_21410986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21410986_21410986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21410986_21410986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21410986_21410986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21410986_21410986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21410986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21410986'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21410986'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22010409_22010409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22010409_22010409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22010409_22010409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22010409_22010409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22010409_22010409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22010409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22010409'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22010409'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20960514_20960514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20960514_20960514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20960514_20960514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20960514_20960514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20960514_20960514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20960514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20960514'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20960514'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22235310_22235310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22235310_22235310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22235310_22235310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22235310_22235310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22235310_22235310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22235310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22235310'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22235310'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21184431_21184431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21184431_21184431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21184431_21184431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21184431_21184431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21184431_21184431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21184431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21184431'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21184431'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22560180_22560180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22560180_22560180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22560180_22560180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22560180_22560180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22560180_22560180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22560180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22560180'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22560180'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22385736_22385736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22385736_22385736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22385736_22385736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22385736_22385736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22385736_22385736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22385736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22385736'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22385736'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20793972_20793972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20793972_20793972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20793972_20793972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20793972_20793972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20793972_20793972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20793972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20793972'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20793972'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20905670_20905670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20905670_20905670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20905670_20905670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20905670_20905670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20905670_20905670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20905670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20905670'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20905670'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20937566_20937566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20937566_20937566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20937566_20937566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20937566_20937566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20937566_20937566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20937566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20937566'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20937566'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21036450_21036450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21036450_21036450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21036450_21036450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21036450_21036450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21036450_21036450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21036450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21036450'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21036450'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22685951_22685951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22685951_22685951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22685951_22685951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22685951_22685951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22685951_22685951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22685951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22685951'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22685951'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21780431_21780431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21780431_21780431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21780431_21780431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21780431_21780431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21780431_21780431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21780431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21780431'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21780431'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21906298_21906298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21906298_21906298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21906298_21906298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21906298_21906298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21906298_21906298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21906298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21906298'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21906298'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21677951_21677951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21677951_21677951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21677951_21677951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21677951_21677951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21677951_21677951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21677951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21677951'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21677951'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20696036_20696036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20696036_20696036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20696036_20696036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20696036_20696036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20696036_20696036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20696036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20696036'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20696036'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21429525_21429525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21429525_21429525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21429525_21429525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21429525_21429525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21429525_21429525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21429525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21429525'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21429525'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20854757_20854757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20854757_20854757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20854757_20854757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20854757_20854757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20854757_20854757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20854757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20854757'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20854757'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20930143_20930143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20930143_20930143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20930143_20930143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20930143_20930143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20930143_20930143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20930143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20930143'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20930143'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22136043_22136043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22136043_22136043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22136043_22136043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22136043_22136043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22136043_22136043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22136043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22136043'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22136043'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22317458_22317458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22317458_22317458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22317458_22317458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22317458_22317458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22317458_22317458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22317458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22317458'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22317458'^^xsd:integer;
  dwc:observationDate '2014-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21607580_21607580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21607580_21607580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21607580_21607580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21607580_21607580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21607580_21607580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21607580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21607580'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21607580'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21265933_21265933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21265933_21265933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21265933_21265933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21265933_21265933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21265933_21265933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21265933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21265933'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21265933'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21777863_21777863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21777863_21777863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21777863_21777863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21777863_21777863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21777863_21777863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21777863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21777863'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21777863'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22572890_22572890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22572890_22572890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22572890_22572890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22572890_22572890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22572890_22572890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22572890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22572890'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22572890'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21037643_21037643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21037643_21037643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21037643_21037643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21037643_21037643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21037643_21037643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21037643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21037643'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21037643'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22137873_22137873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22137873_22137873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22137873_22137873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22137873_22137873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22137873_22137873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22137873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22137873'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22137873'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21699168_21699168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21699168_21699168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21699168_21699168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21699168_21699168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21699168_21699168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21699168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21699168'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21699168'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22117989_22117989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22117989_22117989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22117989_22117989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22117989_22117989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22117989_22117989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22117989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22117989'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22117989'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22169308_22169308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22169308_22169308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22169308_22169308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22169308_22169308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22169308_22169308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22169308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22169308'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22169308'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20749619_20749619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20749619_20749619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20749619_20749619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20749619_20749619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20749619_20749619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20749619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20749619'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20749619'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20735443_20735443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20735443_20735443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20735443_20735443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20735443_20735443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20735443_20735443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20735443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20735443'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20735443'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21302980_21302980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21302980_21302980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21302980_21302980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21302980_21302980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21302980_21302980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21302980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21302980'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21302980'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20590202_20590202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20590202_20590202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20590202_20590202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20590202_20590202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20590202_20590202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20590202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20590202'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20590202'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21972003_21972003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21972003_21972003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21972003_21972003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21972003_21972003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21972003_21972003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21972003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21972003'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21972003'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21695364_21695364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21695364_21695364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21695364_21695364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21695364_21695364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21695364_21695364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21695364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21695364'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21695364'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21850695_21850695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21850695_21850695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21850695_21850695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21850695_21850695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21850695_21850695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21850695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21850695'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21850695'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21392353_21392353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21392353_21392353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21392353_21392353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21392353_21392353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21392353_21392353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21392353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21392353'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21392353'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21785011_21785011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21785011_21785011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21785011_21785011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21785011_21785011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21785011_21785011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21785011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21785011'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21785011'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21256424_21256424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21256424_21256424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21256424_21256424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21256424_21256424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21256424_21256424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21256424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21256424'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21256424'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21471120_21471120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21471120_21471120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21471120_21471120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21471120_21471120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21471120_21471120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21471120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21471120'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21471120'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21302853_21302853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21302853_21302853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21302853_21302853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21302853_21302853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21302853_21302853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21302853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21302853'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21302853'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20997645_20997645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20997645_20997645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20997645_20997645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20997645_20997645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20997645_20997645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20997645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20997645'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20997645'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22627871_22627871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22627871_22627871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22627871_22627871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22627871_22627871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22627871_22627871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22627871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22627871'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22627871'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21830933_21830933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21830933_21830933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21830933_21830933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21830933_21830933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21830933_21830933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21830933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21830933'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21830933'^^xsd:integer;
  dwc:observationDate '2014-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21541827_21541827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21541827_21541827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21541827_21541827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21541827_21541827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21541827_21541827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21541827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21541827'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21541827'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21291211_21291211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21291211_21291211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21291211_21291211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21291211_21291211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21291211_21291211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21291211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21291211'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21291211'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21284077_21284077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21284077_21284077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21284077_21284077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21284077_21284077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21284077_21284077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21284077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21284077'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21284077'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21734864_21734864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21734864_21734864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21734864_21734864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21734864_21734864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21734864_21734864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21734864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21734864'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21734864'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22401805_22401805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22401805_22401805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22401805_22401805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22401805_22401805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22401805_22401805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22401805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22401805'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22401805'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22097970_22097970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22097970_22097970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22097970_22097970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22097970_22097970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22097970_22097970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22097970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22097970'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22097970'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22462892_22462892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22462892_22462892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22462892_22462892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22462892_22462892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22462892_22462892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22462892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22462892'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22462892'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22253521_22253521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22253521_22253521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22253521_22253521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22253521_22253521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22253521_22253521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22253521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22253521'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22253521'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22108745_22108745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22108745_22108745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22108745_22108745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22108745_22108745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22108745_22108745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22108745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22108745'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22108745'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21674140_21674140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21674140_21674140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21674140_21674140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21674140_21674140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21674140_21674140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21674140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21674140'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21674140'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22228538_22228538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22228538_22228538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22228538_22228538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22228538_22228538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22228538_22228538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22228538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22228538'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22228538'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22637120_22637120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22637120_22637120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22637120_22637120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22637120_22637120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22637120_22637120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22637120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22637120'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22637120'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22408384_22408384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22408384_22408384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22408384_22408384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22408384_22408384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22408384_22408384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22408384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22408384'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22408384'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20964212_20964212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20964212_20964212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20964212_20964212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20964212_20964212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20964212_20964212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20964212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20964212'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20964212'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21205476_21205476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21205476_21205476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21205476_21205476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21205476_21205476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21205476_21205476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21205476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21205476'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21205476'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21888487_21888487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21888487_21888487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21888487_21888487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21888487_21888487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21888487_21888487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21888487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21888487'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21888487'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21757758_21757758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21757758_21757758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21757758_21757758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21757758_21757758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21757758_21757758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21757758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21757758'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21757758'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21914019_21914019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21914019_21914019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21914019_21914019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21914019_21914019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21914019_21914019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21914019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21914019'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21914019'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21364373_21364373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21364373_21364373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21364373_21364373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21364373_21364373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21364373_21364373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21364373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21364373'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21364373'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21773488_21773488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21773488_21773488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21773488_21773488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21773488_21773488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21773488_21773488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21773488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21773488'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21773488'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22028490_22028490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22028490_22028490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22028490_22028490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22028490_22028490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22028490_22028490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22028490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22028490'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22028490'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21050889_21050889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21050889_21050889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21050889_21050889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21050889_21050889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21050889_21050889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21050889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21050889'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21050889'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22536452_22536452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22536452_22536452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22536452_22536452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22536452_22536452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22536452_22536452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22536452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22536452'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22536452'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20900662_20900662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20900662_20900662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20900662_20900662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20900662_20900662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20900662_20900662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20900662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20900662'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20900662'^^xsd:integer;
  dwc:observationDate '2014-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22066218_22066218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22066218_22066218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22066218_22066218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22066218_22066218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22066218_22066218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22066218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22066218'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22066218'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22531967_22531967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22531967_22531967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22531967_22531967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22531967_22531967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22531967_22531967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22531967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22531967'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22531967'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21304123_21304123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21304123_21304123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21304123_21304123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21304123_21304123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21304123_21304123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21304123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21304123'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21304123'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21012235_21012235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21012235_21012235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21012235_21012235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21012235_21012235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21012235_21012235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21012235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21012235'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21012235'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20737684_20737684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20737684_20737684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20737684_20737684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20737684_20737684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20737684_20737684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20737684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20737684'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20737684'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20982760_20982760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20982760_20982760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20982760_20982760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20982760_20982760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20982760_20982760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20982760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20982760'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20982760'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21597306_21597306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21597306_21597306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21597306_21597306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21597306_21597306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21597306_21597306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21597306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21597306'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21597306'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22342749_22342749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22342749_22342749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22342749_22342749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22342749_22342749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22342749_22342749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22342749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22342749'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22342749'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22024431_22024431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22024431_22024431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22024431_22024431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22024431_22024431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22024431_22024431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22024431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22024431'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22024431'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21142844_21142844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21142844_21142844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21142844_21142844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21142844_21142844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21142844_21142844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21142844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21142844'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21142844'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20708422_20708422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20708422_20708422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20708422_20708422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20708422_20708422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20708422_20708422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20708422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20708422'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20708422'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22084232_22084232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22084232_22084232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22084232_22084232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22084232_22084232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22084232_22084232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22084232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22084232'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22084232'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20617083_20617083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20617083_20617083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20617083_20617083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20617083_20617083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20617083_20617083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20617083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20617083'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20617083'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21002087_21002087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21002087_21002087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21002087_21002087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21002087_21002087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21002087_21002087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21002087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21002087'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21002087'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21600242_21600242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21600242_21600242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21600242_21600242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21600242_21600242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21600242_21600242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21600242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21600242'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21600242'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21355874_21355874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21355874_21355874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21355874_21355874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21355874_21355874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21355874_21355874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21355874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21355874'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21355874'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20837967_20837967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20837967_20837967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20837967_20837967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20837967_20837967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20837967_20837967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20837967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20837967'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20837967'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22359461_22359461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22359461_22359461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22359461_22359461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22359461_22359461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22359461_22359461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22359461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22359461'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22359461'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21431064_21431064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21431064_21431064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21431064_21431064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21431064_21431064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21431064_21431064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21431064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21431064'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21431064'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22710579_22710579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22710579_22710579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22710579_22710579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22710579_22710579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22710579_22710579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22710579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22710579'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22710579'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21202308_21202308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21202308_21202308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21202308_21202308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21202308_21202308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21202308_21202308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21202308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21202308'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21202308'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21568511_21568511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21568511_21568511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21568511_21568511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21568511_21568511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21568511_21568511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21568511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21568511'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21568511'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21018412_21018412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21018412_21018412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21018412_21018412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21018412_21018412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21018412_21018412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21018412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21018412'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21018412'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21352814_21352814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21352814_21352814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21352814_21352814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21352814_21352814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21352814_21352814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21352814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21352814'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21352814'^^xsd:integer;
  dwc:observationDate '2014-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22608909_22608909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22608909_22608909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22608909_22608909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22608909_22608909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22608909_22608909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22608909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22608909'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22608909'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21608700_21608700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21608700_21608700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21608700_21608700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21608700_21608700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21608700_21608700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21608700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21608700'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21608700'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22564003_22564003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22564003_22564003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22564003_22564003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22564003_22564003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22564003_22564003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22564003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22564003'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22564003'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20931078_20931078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20931078_20931078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20931078_20931078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20931078_20931078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20931078_20931078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20931078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20931078'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20931078'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21942372_21942372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21942372_21942372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21942372_21942372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21942372_21942372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21942372_21942372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21942372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21942372'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21942372'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20714692_20714692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20714692_20714692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20714692_20714692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20714692_20714692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20714692_20714692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20714692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20714692'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20714692'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21520786_21520786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21520786_21520786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21520786_21520786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21520786_21520786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21520786_21520786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21520786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21520786'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21520786'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22001721_22001721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22001721_22001721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22001721_22001721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22001721_22001721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22001721_22001721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22001721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22001721'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22001721'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22384064_22384064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22384064_22384064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22384064_22384064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22384064_22384064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22384064_22384064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22384064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22384064'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22384064'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20597334_20597334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20597334_20597334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20597334_20597334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20597334_20597334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20597334_20597334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20597334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20597334'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20597334'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21684583_21684583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21684583_21684583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21684583_21684583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21684583_21684583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21684583_21684583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21684583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21684583'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21684583'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22593011_22593011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22593011_22593011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22593011_22593011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22593011_22593011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22593011_22593011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22593011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22593011'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22593011'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21126494_21126494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21126494_21126494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21126494_21126494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21126494_21126494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21126494_21126494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21126494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21126494'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21126494'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22467416_22467416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22467416_22467416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22467416_22467416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22467416_22467416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22467416_22467416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22467416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22467416'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22467416'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21026163_21026163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21026163_21026163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21026163_21026163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21026163_21026163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21026163_21026163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21026163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21026163'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21026163'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21156139_21156139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21156139_21156139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21156139_21156139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21156139_21156139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21156139_21156139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21156139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21156139'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21156139'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21571850_21571850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21571850_21571850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21571850_21571850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21571850_21571850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21571850_21571850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21571850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21571850'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21571850'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21110822_21110822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21110822_21110822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21110822_21110822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21110822_21110822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21110822_21110822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21110822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21110822'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21110822'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20996091_20996091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20996091_20996091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20996091_20996091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20996091_20996091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20996091_20996091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20996091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20996091'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20996091'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20744314_20744314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20744314_20744314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20744314_20744314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20744314_20744314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20744314_20744314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20744314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20744314'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20744314'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20683223_20683223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20683223_20683223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20683223_20683223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20683223_20683223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20683223_20683223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20683223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20683223'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20683223'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21364316_21364316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21364316_21364316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21364316_21364316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21364316_21364316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21364316_21364316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21364316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21364316'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21364316'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21916686_21916686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21916686_21916686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21916686_21916686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21916686_21916686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21916686_21916686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21916686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21916686'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21916686'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22346379_22346379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22346379_22346379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22346379_22346379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22346379_22346379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22346379_22346379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22346379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22346379'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22346379'^^xsd:integer;
  dwc:observationDate '2014-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22442462_22442462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22442462_22442462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22442462_22442462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22442462_22442462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22442462_22442462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22442462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22442462'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22442462'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21188456_21188456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21188456_21188456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21188456_21188456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21188456_21188456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21188456_21188456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21188456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21188456'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21188456'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20924141_20924141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20924141_20924141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20924141_20924141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20924141_20924141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20924141_20924141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20924141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20924141'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20924141'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20797940_20797940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20797940_20797940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20797940_20797940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20797940_20797940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20797940_20797940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20797940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20797940'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20797940'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22686783_22686783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22686783_22686783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22686783_22686783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22686783_22686783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22686783_22686783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22686783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22686783'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22686783'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20857004_20857004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20857004_20857004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20857004_20857004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20857004_20857004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20857004_20857004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20857004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20857004'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20857004'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22252287_22252287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22252287_22252287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22252287_22252287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22252287_22252287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22252287_22252287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22252287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22252287'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22252287'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22550006_22550006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22550006_22550006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22550006_22550006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22550006_22550006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22550006_22550006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22550006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22550006'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22550006'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20698717_20698717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20698717_20698717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20698717_20698717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20698717_20698717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20698717_20698717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20698717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20698717'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20698717'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21694779_21694779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21694779_21694779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21694779_21694779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21694779_21694779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21694779_21694779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21694779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21694779'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21694779'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22503772_22503772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22503772_22503772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22503772_22503772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22503772_22503772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22503772_22503772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22503772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22503772'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22503772'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22250423_22250423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22250423_22250423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22250423_22250423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22250423_22250423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22250423_22250423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22250423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22250423'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22250423'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20909233_20909233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20909233_20909233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20909233_20909233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20909233_20909233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20909233_20909233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20909233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20909233'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20909233'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22493790_22493790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22493790_22493790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22493790_22493790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22493790_22493790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22493790_22493790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22493790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22493790'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22493790'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21751652_21751652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21751652_21751652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21751652_21751652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21751652_21751652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21751652_21751652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21751652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21751652'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21751652'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22625573_22625573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22625573_22625573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22625573_22625573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22625573_22625573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22625573_22625573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22625573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22625573'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22625573'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22222345_22222345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22222345_22222345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22222345_22222345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22222345_22222345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22222345_22222345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22222345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22222345'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22222345'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20985992_20985992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20985992_20985992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20985992_20985992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20985992_20985992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20985992_20985992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20985992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20985992'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20985992'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21427277_21427277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21427277_21427277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21427277_21427277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21427277_21427277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21427277_21427277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21427277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21427277'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21427277'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21497881_21497881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21497881_21497881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21497881_21497881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21497881_21497881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21497881_21497881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21497881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21497881'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21497881'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21465632_21465632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21465632_21465632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21465632_21465632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21465632_21465632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21465632_21465632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21465632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21465632'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21465632'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21545393_21545393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21545393_21545393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21545393_21545393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21545393_21545393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21545393_21545393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21545393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21545393'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21545393'^^xsd:integer;
  dwc:observationDate '2014-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21718008_21718008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21718008_21718008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21718008_21718008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21718008_21718008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21718008_21718008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21718008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21718008'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21718008'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21578807_21578807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21578807_21578807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21578807_21578807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21578807_21578807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21578807_21578807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21578807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21578807'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21578807'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20918342_20918342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20918342_20918342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20918342_20918342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20918342_20918342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20918342_20918342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20918342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20918342'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20918342'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20724321_20724321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20724321_20724321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20724321_20724321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20724321_20724321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20724321_20724321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20724321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20724321'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20724321'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21725210_21725210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21725210_21725210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21725210_21725210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21725210_21725210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21725210_21725210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21725210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21725210'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21725210'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22228081_22228081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22228081_22228081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22228081_22228081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22228081_22228081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22228081_22228081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22228081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22228081'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22228081'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22352175_22352175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22352175_22352175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22352175_22352175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22352175_22352175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22352175_22352175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22352175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22352175'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22352175'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20806883_20806883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20806883_20806883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20806883_20806883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20806883_20806883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20806883_20806883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20806883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20806883'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20806883'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21065532_21065532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21065532_21065532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21065532_21065532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21065532_21065532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21065532_21065532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21065532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21065532'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21065532'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21521632_21521632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21521632_21521632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21521632_21521632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21521632_21521632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21521632_21521632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21521632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21521632'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21521632'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21965331_21965331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21965331_21965331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21965331_21965331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21965331_21965331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21965331_21965331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21965331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21965331'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21965331'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22582767_22582767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22582767_22582767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22582767_22582767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22582767_22582767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22582767_22582767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22582767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22582767'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22582767'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22606836_22606836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22606836_22606836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22606836_22606836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22606836_22606836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22606836_22606836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22606836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22606836'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22606836'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22104292_22104292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22104292_22104292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22104292_22104292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22104292_22104292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22104292_22104292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22104292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22104292'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22104292'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20682335_20682335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20682335_20682335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20682335_20682335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20682335_20682335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20682335_20682335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20682335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20682335'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20682335'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22422844_22422844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22422844_22422844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22422844_22422844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22422844_22422844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22422844_22422844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22422844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22422844'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22422844'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20686718_20686718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20686718_20686718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20686718_20686718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20686718_20686718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20686718_20686718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20686718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20686718'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20686718'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21636230_21636230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21636230_21636230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21636230_21636230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21636230_21636230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21636230_21636230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21636230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21636230'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21636230'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22569692_22569692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22569692_22569692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22569692_22569692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22569692_22569692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22569692_22569692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22569692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22569692'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22569692'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21862188_21862188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21862188_21862188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21862188_21862188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21862188_21862188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21862188_21862188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21862188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21862188'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21862188'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21683139_21683139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21683139_21683139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21683139_21683139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21683139_21683139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21683139_21683139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21683139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21683139'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21683139'^^xsd:integer;
  dwc:observationDate '2014-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21233458_21233458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21233458_21233458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21233458_21233458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21233458_21233458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21233458_21233458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21233458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21233458'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21233458'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22173336_22173336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22173336_22173336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22173336_22173336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22173336_22173336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22173336_22173336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22173336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22173336'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22173336'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21685234_21685234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21685234_21685234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21685234_21685234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21685234_21685234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21685234_21685234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21685234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21685234'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21685234'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22507589_22507589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22507589_22507589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22507589_22507589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22507589_22507589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22507589_22507589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22507589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22507589'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22507589'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22320286_22320286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22320286_22320286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22320286_22320286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22320286_22320286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22320286_22320286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22320286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22320286'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22320286'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21212143_21212143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21212143_21212143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21212143_21212143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21212143_21212143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21212143_21212143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21212143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21212143'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21212143'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21852280_21852280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21852280_21852280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21852280_21852280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21852280_21852280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21852280_21852280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21852280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21852280'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21852280'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21699668_21699668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21699668_21699668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21699668_21699668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21699668_21699668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21699668_21699668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21699668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21699668'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21699668'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21208181_21208181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21208181_21208181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21208181_21208181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21208181_21208181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21208181_21208181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21208181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21208181'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21208181'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21989442_21989442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21989442_21989442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21989442_21989442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21989442_21989442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21989442_21989442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21989442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21989442'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21989442'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22256191_22256191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22256191_22256191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22256191_22256191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22256191_22256191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22256191_22256191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22256191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22256191'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22256191'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22144789_22144789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22144789_22144789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22144789_22144789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22144789_22144789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22144789_22144789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22144789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22144789'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22144789'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22613128_22613128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22613128_22613128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22613128_22613128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22613128_22613128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22613128_22613128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22613128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22613128'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22613128'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20839316_20839316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20839316_20839316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20839316_20839316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20839316_20839316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20839316_20839316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20839316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20839316'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20839316'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21897629_21897629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21897629_21897629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21897629_21897629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21897629_21897629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21897629_21897629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21897629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21897629'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21897629'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21055010_21055010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21055010_21055010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21055010_21055010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21055010_21055010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21055010_21055010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21055010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21055010'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21055010'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22585552_22585552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22585552_22585552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22585552_22585552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22585552_22585552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22585552_22585552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22585552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22585552'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22585552'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20991411_20991411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20991411_20991411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20991411_20991411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20991411_20991411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20991411_20991411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20991411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20991411'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20991411'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21538649_21538649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21538649_21538649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21538649_21538649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21538649_21538649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21538649_21538649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21538649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21538649'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21538649'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21947259_21947259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21947259_21947259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21947259_21947259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21947259_21947259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21947259_21947259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21947259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21947259'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21947259'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21609420_21609420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21609420_21609420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21609420_21609420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21609420_21609420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21609420_21609420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21609420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21609420'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21609420'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22438297_22438297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22438297_22438297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22438297_22438297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22438297_22438297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22438297_22438297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22438297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22438297'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22438297'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21405118_21405118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21405118_21405118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21405118_21405118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21405118_21405118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21405118_21405118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21405118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21405118'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21405118'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20819249_20819249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20819249_20819249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20819249_20819249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20819249_20819249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20819249_20819249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20819249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20819249'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20819249'^^xsd:integer;
  dwc:observationDate '2014-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22299814_22299814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22299814_22299814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22299814_22299814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22299814_22299814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22299814_22299814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22299814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22299814'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22299814'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20852759_20852759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20852759_20852759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20852759_20852759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20852759_20852759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20852759_20852759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20852759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20852759'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20852759'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20686140_20686140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20686140_20686140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20686140_20686140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20686140_20686140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20686140_20686140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20686140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20686140'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20686140'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20643676_20643676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20643676_20643676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20643676_20643676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20643676_20643676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20643676_20643676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20643676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20643676'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20643676'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21058825_21058825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21058825_21058825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21058825_21058825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21058825_21058825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21058825_21058825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21058825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21058825'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21058825'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21973548_21973548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21973548_21973548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21973548_21973548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21973548_21973548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21973548_21973548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21973548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21973548'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21973548'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21473567_21473567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21473567_21473567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21473567_21473567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21473567_21473567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21473567_21473567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21473567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21473567'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21473567'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21369139_21369139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21369139_21369139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21369139_21369139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21369139_21369139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21369139_21369139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21369139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21369139'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21369139'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22278778_22278778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22278778_22278778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22278778_22278778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22278778_22278778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22278778_22278778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22278778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22278778'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22278778'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21149627_21149627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21149627_21149627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21149627_21149627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21149627_21149627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21149627_21149627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21149627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21149627'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21149627'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21064519_21064519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21064519_21064519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21064519_21064519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21064519_21064519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21064519_21064519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21064519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21064519'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21064519'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21973892_21973892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21973892_21973892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21973892_21973892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21973892_21973892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21973892_21973892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21973892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21973892'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21973892'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21840808_21840808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21840808_21840808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21840808_21840808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21840808_21840808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21840808_21840808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21840808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21840808'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21840808'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21959007_21959007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21959007_21959007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21959007_21959007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21959007_21959007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21959007_21959007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21959007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21959007'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21959007'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20673581_20673581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20673581_20673581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20673581_20673581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20673581_20673581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20673581_20673581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20673581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20673581'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20673581'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21969726_21969726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21969726_21969726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21969726_21969726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21969726_21969726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21969726_21969726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21969726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21969726'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21969726'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21438365_21438365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21438365_21438365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21438365_21438365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21438365_21438365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21438365_21438365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21438365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21438365'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21438365'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21648700_21648700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21648700_21648700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21648700_21648700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21648700_21648700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21648700_21648700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21648700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21648700'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21648700'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22050342_22050342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22050342_22050342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22050342_22050342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22050342_22050342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22050342_22050342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22050342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22050342'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22050342'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20737662_20737662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20737662_20737662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20737662_20737662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20737662_20737662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20737662_20737662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20737662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20737662'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20737662'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20829072_20829072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20829072_20829072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20829072_20829072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20829072_20829072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20829072_20829072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20829072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20829072'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20829072'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21859563_21859563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21859563_21859563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21859563_21859563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21859563_21859563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21859563_21859563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21859563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21859563'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21859563'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21876407_21876407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21876407_21876407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21876407_21876407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21876407_21876407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21876407_21876407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21876407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21876407'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21876407'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21871920_21871920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21871920_21871920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21871920_21871920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21871920_21871920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21871920_21871920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21871920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21871920'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21871920'^^xsd:integer;
  dwc:observationDate '2014-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20815407_20815407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20815407_20815407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20815407_20815407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20815407_20815407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20815407_20815407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20815407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20815407'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20815407'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22665819_22665819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22665819_22665819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22665819_22665819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22665819_22665819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22665819_22665819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22665819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22665819'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22665819'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21152680_21152680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21152680_21152680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21152680_21152680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21152680_21152680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21152680_21152680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21152680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21152680'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21152680'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20961311_20961311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20961311_20961311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20961311_20961311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20961311_20961311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20961311_20961311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20961311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20961311'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20961311'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21618357_21618357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21618357_21618357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21618357_21618357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21618357_21618357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21618357_21618357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21618357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21618357'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21618357'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22301843_22301843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22301843_22301843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22301843_22301843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22301843_22301843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22301843_22301843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22301843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22301843'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22301843'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20815379_20815379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20815379_20815379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20815379_20815379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20815379_20815379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20815379_20815379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20815379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20815379'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20815379'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21160922_21160922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21160922_21160922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21160922_21160922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21160922_21160922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21160922_21160922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21160922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21160922'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21160922'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21162995_21162995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21162995_21162995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21162995_21162995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21162995_21162995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21162995_21162995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21162995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21162995'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21162995'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21835203_21835203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21835203_21835203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21835203_21835203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21835203_21835203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21835203_21835203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21835203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21835203'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21835203'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22143852_22143852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22143852_22143852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22143852_22143852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22143852_22143852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22143852_22143852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22143852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22143852'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22143852'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21946399_21946399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21946399_21946399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21946399_21946399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21946399_21946399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21946399_21946399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21946399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21946399'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21946399'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22441852_22441852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22441852_22441852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22441852_22441852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22441852_22441852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22441852_22441852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22441852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22441852'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22441852'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21410235_21410235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21410235_21410235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21410235_21410235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21410235_21410235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21410235_21410235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21410235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21410235'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21410235'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21635473_21635473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21635473_21635473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21635473_21635473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21635473_21635473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21635473_21635473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21635473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21635473'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21635473'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21200652_21200652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21200652_21200652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21200652_21200652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21200652_21200652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21200652_21200652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21200652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21200652'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21200652'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21801364_21801364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21801364_21801364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21801364_21801364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21801364_21801364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21801364_21801364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21801364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21801364'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21801364'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21518646_21518646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21518646_21518646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21518646_21518646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21518646_21518646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21518646_21518646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21518646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21518646'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21518646'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21068685_21068685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21068685_21068685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21068685_21068685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21068685_21068685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21068685_21068685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21068685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21068685'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21068685'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22157929_22157929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22157929_22157929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22157929_22157929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22157929_22157929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22157929_22157929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22157929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22157929'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22157929'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20826602_20826602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20826602_20826602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20826602_20826602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20826602_20826602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20826602_20826602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20826602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20826602'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20826602'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21251370_21251370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21251370_21251370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21251370_21251370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21251370_21251370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21251370_21251370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21251370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21251370'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21251370'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22115848_22115848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22115848_22115848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22115848_22115848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22115848_22115848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22115848_22115848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22115848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22115848'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22115848'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22635065_22635065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22635065_22635065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22635065_22635065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22635065_22635065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22635065_22635065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22635065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22635065'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22635065'^^xsd:integer;
  dwc:observationDate '2014-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22592918_22592918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22592918_22592918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22592918_22592918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22592918_22592918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22592918_22592918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22592918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22592918'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22592918'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22331280_22331280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22331280_22331280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22331280_22331280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22331280_22331280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22331280_22331280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22331280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22331280'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22331280'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20781052_20781052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20781052_20781052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20781052_20781052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20781052_20781052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20781052_20781052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20781052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20781052'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20781052'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20974071_20974071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20974071_20974071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20974071_20974071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20974071_20974071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20974071_20974071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20974071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20974071'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20974071'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22330445_22330445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22330445_22330445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22330445_22330445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22330445_22330445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22330445_22330445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22330445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22330445'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22330445'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21927842_21927842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21927842_21927842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21927842_21927842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21927842_21927842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21927842_21927842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21927842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21927842'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21927842'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21977243_21977243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21977243_21977243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21977243_21977243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21977243_21977243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21977243_21977243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21977243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21977243'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21977243'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21524114_21524114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21524114_21524114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21524114_21524114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21524114_21524114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21524114_21524114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21524114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21524114'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21524114'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22654886_22654886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22654886_22654886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22654886_22654886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22654886_22654886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22654886_22654886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22654886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22654886'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22654886'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20919257_20919257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20919257_20919257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20919257_20919257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20919257_20919257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20919257_20919257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20919257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20919257'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20919257'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22500900_22500900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22500900_22500900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22500900_22500900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22500900_22500900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22500900_22500900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22500900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22500900'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22500900'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20805333_20805333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20805333_20805333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20805333_20805333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20805333_20805333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20805333_20805333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20805333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20805333'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20805333'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22598757_22598757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22598757_22598757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22598757_22598757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22598757_22598757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22598757_22598757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22598757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22598757'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22598757'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22217733_22217733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22217733_22217733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22217733_22217733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22217733_22217733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22217733_22217733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22217733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22217733'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22217733'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22457800_22457800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22457800_22457800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22457800_22457800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22457800_22457800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22457800_22457800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22457800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22457800'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22457800'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20924611_20924611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20924611_20924611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20924611_20924611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20924611_20924611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20924611_20924611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20924611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20924611'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20924611'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21750892_21750892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21750892_21750892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21750892_21750892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21750892_21750892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21750892_21750892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21750892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21750892'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21750892'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21399016_21399016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21399016_21399016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21399016_21399016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21399016_21399016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21399016_21399016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21399016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21399016'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21399016'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21931160_21931160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21931160_21931160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21931160_21931160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21931160_21931160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21931160_21931160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21931160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21931160'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21931160'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22560185_22560185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22560185_22560185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22560185_22560185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22560185_22560185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22560185_22560185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22560185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22560185'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22560185'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20930030_20930030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20930030_20930030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20930030_20930030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20930030_20930030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20930030_20930030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20930030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20930030'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20930030'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22145420_22145420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22145420_22145420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22145420_22145420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22145420_22145420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22145420_22145420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22145420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22145420'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22145420'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21017143_21017143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21017143_21017143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21017143_21017143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21017143_21017143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21017143_21017143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21017143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21017143'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21017143'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22184794_22184794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22184794_22184794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22184794_22184794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22184794_22184794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22184794_22184794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22184794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22184794'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22184794'^^xsd:integer;
  dwc:observationDate '2014-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20939970_20939970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20939970_20939970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20939970_20939970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20939970_20939970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20939970_20939970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20939970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20939970'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20939970'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21283661_21283661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21283661_21283661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21283661_21283661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21283661_21283661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21283661_21283661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21283661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21283661'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21283661'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21558526_21558526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21558526_21558526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21558526_21558526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21558526_21558526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21558526_21558526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21558526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21558526'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21558526'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21996498_21996498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21996498_21996498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21996498_21996498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21996498_21996498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21996498_21996498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21996498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21996498'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21996498'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20980799_20980799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20980799_20980799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20980799_20980799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20980799_20980799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20980799_20980799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20980799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20980799'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20980799'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21095278_21095278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21095278_21095278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21095278_21095278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21095278_21095278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21095278_21095278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21095278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21095278'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21095278'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21520560_21520560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21520560_21520560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21520560_21520560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21520560_21520560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21520560_21520560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21520560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21520560'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21520560'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22414161_22414161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22414161_22414161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22414161_22414161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22414161_22414161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22414161_22414161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22414161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22414161'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22414161'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21515978_21515978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21515978_21515978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21515978_21515978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21515978_21515978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21515978_21515978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21515978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21515978'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21515978'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22006870_22006870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22006870_22006870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22006870_22006870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22006870_22006870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22006870_22006870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22006870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22006870'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22006870'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21650935_21650935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21650935_21650935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21650935_21650935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21650935_21650935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21650935_21650935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21650935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21650935'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21650935'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22320677_22320677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22320677_22320677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22320677_22320677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22320677_22320677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22320677_22320677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22320677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22320677'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22320677'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21121612_21121612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21121612_21121612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21121612_21121612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21121612_21121612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21121612_21121612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21121612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21121612'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21121612'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22709765_22709765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22709765_22709765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22709765_22709765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22709765_22709765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22709765_22709765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22709765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22709765'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22709765'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21938935_21938935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21938935_21938935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21938935_21938935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21938935_21938935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21938935_21938935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21938935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21938935'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21938935'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21090368_21090368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21090368_21090368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21090368_21090368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21090368_21090368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21090368_21090368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21090368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21090368'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21090368'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22220763_22220763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22220763_22220763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22220763_22220763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22220763_22220763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22220763_22220763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22220763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22220763'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22220763'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21022808_21022808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21022808_21022808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21022808_21022808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21022808_21022808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21022808_21022808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21022808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21022808'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21022808'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22500821_22500821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22500821_22500821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22500821_22500821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22500821_22500821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22500821_22500821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22500821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22500821'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22500821'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20848172_20848172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20848172_20848172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20848172_20848172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20848172_20848172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20848172_20848172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20848172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20848172'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20848172'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21222580_21222580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21222580_21222580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21222580_21222580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21222580_21222580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21222580_21222580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21222580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21222580'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21222580'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21595562_21595562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21595562_21595562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21595562_21595562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21595562_21595562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21595562_21595562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21595562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21595562'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21595562'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22523929_22523929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22523929_22523929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22523929_22523929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22523929_22523929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22523929_22523929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22523929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22523929'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22523929'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21619597_21619597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21619597_21619597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21619597_21619597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21619597_21619597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21619597_21619597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21619597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21619597'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21619597'^^xsd:integer;
  dwc:observationDate '2014-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20794678_20794678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20794678_20794678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20794678_20794678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20794678_20794678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20794678_20794678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20794678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20794678'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20794678'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21223573_21223573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21223573_21223573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21223573_21223573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21223573_21223573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21223573_21223573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21223573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21223573'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21223573'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21916389_21916389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21916389_21916389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21916389_21916389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21916389_21916389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21916389_21916389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21916389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21916389'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21916389'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20733550_20733550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20733550_20733550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20733550_20733550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20733550_20733550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20733550_20733550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20733550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20733550'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20733550'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20612336_20612336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20612336_20612336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20612336_20612336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20612336_20612336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20612336_20612336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20612336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20612336'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20612336'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22251398_22251398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22251398_22251398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22251398_22251398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22251398_22251398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22251398_22251398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22251398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22251398'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22251398'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21928174_21928174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21928174_21928174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21928174_21928174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21928174_21928174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21928174_21928174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21928174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21928174'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21928174'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22302070_22302070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22302070_22302070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22302070_22302070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22302070_22302070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22302070_22302070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22302070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22302070'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22302070'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22335572_22335572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22335572_22335572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22335572_22335572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22335572_22335572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22335572_22335572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22335572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22335572'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22335572'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22581543_22581543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22581543_22581543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22581543_22581543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22581543_22581543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22581543_22581543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22581543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22581543'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22581543'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21751346_21751346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21751346_21751346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21751346_21751346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21751346_21751346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21751346_21751346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21751346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21751346'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21751346'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22058231_22058231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22058231_22058231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22058231_22058231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22058231_22058231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22058231_22058231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22058231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22058231'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22058231'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21108146_21108146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21108146_21108146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21108146_21108146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21108146_21108146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21108146_21108146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21108146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21108146'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21108146'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20701257_20701257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20701257_20701257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20701257_20701257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20701257_20701257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20701257_20701257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20701257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20701257'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20701257'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21108457_21108457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21108457_21108457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21108457_21108457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21108457_21108457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21108457_21108457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21108457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21108457'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21108457'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22054969_22054969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22054969_22054969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22054969_22054969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22054969_22054969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22054969_22054969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22054969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22054969'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22054969'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22537583_22537583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22537583_22537583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22537583_22537583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22537583_22537583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22537583_22537583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22537583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22537583'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22537583'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21632833_21632833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21632833_21632833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21632833_21632833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21632833_21632833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21632833_21632833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21632833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21632833'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21632833'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21916353_21916353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21916353_21916353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21916353_21916353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21916353_21916353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21916353_21916353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21916353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21916353'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21916353'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21577367_21577367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21577367_21577367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21577367_21577367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21577367_21577367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21577367_21577367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21577367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21577367'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21577367'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21217830_21217830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21217830_21217830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21217830_21217830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21217830_21217830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21217830_21217830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21217830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21217830'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21217830'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21362801_21362801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21362801_21362801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21362801_21362801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21362801_21362801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21362801_21362801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21362801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21362801'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21362801'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21791527_21791527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21791527_21791527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21791527_21791527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21791527_21791527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21791527_21791527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21791527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21791527'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21791527'^^xsd:integer;
  dwc:observationDate '2014-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21170858_21170858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21170858_21170858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21170858_21170858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21170858_21170858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21170858_21170858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21170858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21170858'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21170858'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22361370_22361370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22361370_22361370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22361370_22361370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22361370_22361370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22361370_22361370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22361370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22361370'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22361370'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22117523_22117523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22117523_22117523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22117523_22117523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22117523_22117523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22117523_22117523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22117523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22117523'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22117523'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21634233_21634233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21634233_21634233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21634233_21634233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21634233_21634233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21634233_21634233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21634233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21634233'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21634233'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22370596_22370596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22370596_22370596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22370596_22370596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22370596_22370596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22370596_22370596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22370596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22370596'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22370596'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21815699_21815699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21815699_21815699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21815699_21815699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21815699_21815699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21815699_21815699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21815699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21815699'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21815699'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22540703_22540703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22540703_22540703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22540703_22540703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22540703_22540703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22540703_22540703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22540703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22540703'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22540703'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21776470_21776470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21776470_21776470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21776470_21776470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21776470_21776470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21776470_21776470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21776470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21776470'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21776470'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21960942_21960942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21960942_21960942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21960942_21960942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21960942_21960942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21960942_21960942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21960942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21960942'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21960942'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21860508_21860508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21860508_21860508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21860508_21860508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21860508_21860508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21860508_21860508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21860508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21860508'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21860508'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22277017_22277017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22277017_22277017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22277017_22277017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22277017_22277017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22277017_22277017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22277017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22277017'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22277017'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21640338_21640338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21640338_21640338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21640338_21640338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21640338_21640338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21640338_21640338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21640338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21640338'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21640338'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21483234_21483234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21483234_21483234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21483234_21483234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21483234_21483234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21483234_21483234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21483234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21483234'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21483234'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20732065_20732065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20732065_20732065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20732065_20732065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20732065_20732065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20732065_20732065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20732065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20732065'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20732065'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22706762_22706762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22706762_22706762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22706762_22706762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22706762_22706762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22706762_22706762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22706762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22706762'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22706762'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20800803_20800803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20800803_20800803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20800803_20800803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20800803_20800803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20800803_20800803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20800803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20800803'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20800803'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21536567_21536567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21536567_21536567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21536567_21536567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21536567_21536567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21536567_21536567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21536567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21536567'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21536567'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21238330_21238330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21238330_21238330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21238330_21238330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21238330_21238330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21238330_21238330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21238330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21238330'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21238330'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20858592_20858592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20858592_20858592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20858592_20858592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20858592_20858592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20858592_20858592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20858592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20858592'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20858592'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21902175_21902175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21902175_21902175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21902175_21902175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21902175_21902175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21902175_21902175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21902175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21902175'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21902175'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22364526_22364526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22364526_22364526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22364526_22364526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22364526_22364526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22364526_22364526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22364526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22364526'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22364526'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22219032_22219032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22219032_22219032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22219032_22219032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22219032_22219032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22219032_22219032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22219032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22219032'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22219032'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22069938_22069938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22069938_22069938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22069938_22069938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22069938_22069938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22069938_22069938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22069938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22069938'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22069938'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22611207_22611207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22611207_22611207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22611207_22611207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22611207_22611207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22611207_22611207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22611207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22611207'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22611207'^^xsd:integer;
  dwc:observationDate '2014-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22608548_22608548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22608548_22608548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22608548_22608548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22608548_22608548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22608548_22608548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22608548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22608548'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22608548'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20703890_20703890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20703890_20703890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20703890_20703890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20703890_20703890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20703890_20703890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20703890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20703890'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20703890'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21231512_21231512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21231512_21231512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21231512_21231512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21231512_21231512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21231512_21231512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21231512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21231512'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21231512'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22127886_22127886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22127886_22127886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22127886_22127886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22127886_22127886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22127886_22127886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22127886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22127886'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22127886'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21744651_21744651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21744651_21744651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21744651_21744651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21744651_21744651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21744651_21744651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21744651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21744651'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21744651'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21821498_21821498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21821498_21821498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21821498_21821498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21821498_21821498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21821498_21821498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21821498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21821498'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21821498'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20929405_20929405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20929405_20929405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20929405_20929405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20929405_20929405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20929405_20929405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20929405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20929405'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20929405'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22575258_22575258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22575258_22575258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22575258_22575258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22575258_22575258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22575258_22575258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22575258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22575258'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22575258'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22695835_22695835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22695835_22695835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22695835_22695835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22695835_22695835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22695835_22695835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22695835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22695835'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22695835'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22228018_22228018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22228018_22228018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22228018_22228018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22228018_22228018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22228018_22228018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22228018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22228018'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22228018'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21905769_21905769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21905769_21905769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21905769_21905769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21905769_21905769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21905769_21905769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21905769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21905769'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21905769'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22149946_22149946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22149946_22149946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22149946_22149946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22149946_22149946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22149946_22149946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22149946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22149946'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22149946'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21451238_21451238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21451238_21451238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21451238_21451238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21451238_21451238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21451238_21451238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21451238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21451238'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21451238'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21415506_21415506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21415506_21415506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21415506_21415506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21415506_21415506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21415506_21415506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21415506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21415506'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21415506'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22692838_22692838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22692838_22692838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22692838_22692838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22692838_22692838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22692838_22692838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22692838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22692838'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22692838'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22684360_22684360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22684360_22684360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22684360_22684360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22684360_22684360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22684360_22684360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22684360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22684360'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22684360'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22645443_22645443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22645443_22645443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22645443_22645443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22645443_22645443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22645443_22645443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22645443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22645443'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22645443'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21673852_21673852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21673852_21673852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21673852_21673852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21673852_21673852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21673852_21673852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21673852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21673852'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21673852'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21275562_21275562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21275562_21275562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21275562_21275562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21275562_21275562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21275562_21275562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21275562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21275562'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21275562'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22218515_22218515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22218515_22218515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22218515_22218515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22218515_22218515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22218515_22218515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22218515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22218515'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22218515'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20621013_20621013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20621013_20621013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20621013_20621013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20621013_20621013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20621013_20621013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20621013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20621013'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20621013'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22570959_22570959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22570959_22570959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22570959_22570959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22570959_22570959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22570959_22570959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22570959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22570959'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22570959'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21106975_21106975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21106975_21106975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21106975_21106975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21106975_21106975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21106975_21106975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21106975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21106975'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21106975'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22579694_22579694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22579694_22579694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22579694_22579694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22579694_22579694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22579694_22579694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22579694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22579694'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22579694'^^xsd:integer;
  dwc:observationDate '2014-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21485569_21485569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21485569_21485569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21485569_21485569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21485569_21485569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21485569_21485569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21485569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21485569'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21485569'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21718386_21718386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21718386_21718386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21718386_21718386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21718386_21718386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21718386_21718386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21718386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21718386'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21718386'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21113230_21113230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21113230_21113230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21113230_21113230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21113230_21113230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21113230_21113230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21113230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21113230'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21113230'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22280184_22280184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22280184_22280184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22280184_22280184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22280184_22280184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22280184_22280184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22280184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22280184'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22280184'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22616483_22616483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22616483_22616483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22616483_22616483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22616483_22616483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22616483_22616483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22616483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22616483'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22616483'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21469877_21469877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21469877_21469877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21469877_21469877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21469877_21469877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21469877_21469877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21469877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21469877'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21469877'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21379189_21379189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21379189_21379189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21379189_21379189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21379189_21379189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21379189_21379189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21379189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21379189'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21379189'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21747762_21747762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21747762_21747762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21747762_21747762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21747762_21747762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21747762_21747762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21747762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21747762'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21747762'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21126416_21126416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21126416_21126416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21126416_21126416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21126416_21126416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21126416_21126416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21126416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21126416'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21126416'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21370991_21370991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21370991_21370991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21370991_21370991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21370991_21370991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21370991_21370991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21370991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21370991'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21370991'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22703152_22703152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22703152_22703152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22703152_22703152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22703152_22703152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22703152_22703152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22703152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22703152'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22703152'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21863455_21863455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21863455_21863455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21863455_21863455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21863455_21863455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21863455_21863455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21863455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21863455'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21863455'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21754176_21754176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21754176_21754176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21754176_21754176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21754176_21754176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21754176_21754176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21754176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21754176'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21754176'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21252161_21252161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21252161_21252161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21252161_21252161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21252161_21252161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21252161_21252161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21252161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21252161'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21252161'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21622899_21622899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21622899_21622899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21622899_21622899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21622899_21622899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21622899_21622899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21622899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21622899'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21622899'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21122152_21122152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21122152_21122152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21122152_21122152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21122152_21122152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21122152_21122152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21122152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21122152'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21122152'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20655593_20655593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20655593_20655593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20655593_20655593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20655593_20655593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20655593_20655593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20655593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20655593'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20655593'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21587802_21587802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21587802_21587802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21587802_21587802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21587802_21587802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21587802_21587802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21587802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21587802'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21587802'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21412879_21412879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21412879_21412879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21412879_21412879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21412879_21412879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21412879_21412879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21412879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21412879'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21412879'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22291594_22291594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22291594_22291594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22291594_22291594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22291594_22291594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22291594_22291594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22291594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22291594'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22291594'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20941416_20941416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20941416_20941416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20941416_20941416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20941416_20941416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20941416_20941416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20941416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20941416'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20941416'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20750273_20750273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20750273_20750273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20750273_20750273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20750273_20750273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20750273_20750273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20750273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20750273'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20750273'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22467979_22467979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22467979_22467979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22467979_22467979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22467979_22467979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22467979_22467979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22467979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22467979'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22467979'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20915211_20915211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20915211_20915211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20915211_20915211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20915211_20915211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20915211_20915211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20915211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20915211'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20915211'^^xsd:integer;
  dwc:observationDate '2014-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22522011_22522011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22522011_22522011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22522011_22522011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22522011_22522011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22522011_22522011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22522011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22522011'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22522011'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20914226_20914226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20914226_20914226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20914226_20914226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20914226_20914226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20914226_20914226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20914226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20914226'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20914226'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21493441_21493441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21493441_21493441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21493441_21493441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21493441_21493441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21493441_21493441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21493441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21493441'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21493441'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22142394_22142394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22142394_22142394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22142394_22142394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22142394_22142394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22142394_22142394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22142394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22142394'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22142394'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21646852_21646852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21646852_21646852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21646852_21646852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21646852_21646852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21646852_21646852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21646852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21646852'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21646852'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22519215_22519215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22519215_22519215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22519215_22519215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22519215_22519215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22519215_22519215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22519215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22519215'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22519215'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21807254_21807254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21807254_21807254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21807254_21807254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21807254_21807254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21807254_21807254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21807254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21807254'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21807254'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22251352_22251352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22251352_22251352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22251352_22251352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22251352_22251352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22251352_22251352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22251352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22251352'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22251352'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21799630_21799630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21799630_21799630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21799630_21799630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21799630_21799630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21799630_21799630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21799630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21799630'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21799630'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21154412_21154412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21154412_21154412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21154412_21154412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21154412_21154412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21154412_21154412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21154412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21154412'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21154412'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22093445_22093445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22093445_22093445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22093445_22093445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22093445_22093445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22093445_22093445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22093445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22093445'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22093445'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20774005_20774005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20774005_20774005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20774005_20774005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20774005_20774005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20774005_20774005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20774005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20774005'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20774005'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20970051_20970051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20970051_20970051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20970051_20970051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20970051_20970051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20970051_20970051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20970051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20970051'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20970051'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20586732_20586732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20586732_20586732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20586732_20586732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20586732_20586732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20586732_20586732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20586732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20586732'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20586732'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21108906_21108906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21108906_21108906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21108906_21108906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21108906_21108906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21108906_21108906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21108906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21108906'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21108906'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22707838_22707838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22707838_22707838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22707838_22707838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22707838_22707838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22707838_22707838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22707838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22707838'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22707838'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20634469_20634469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20634469_20634469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20634469_20634469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20634469_20634469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20634469_20634469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20634469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20634469'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20634469'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21039974_21039974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21039974_21039974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21039974_21039974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21039974_21039974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21039974_21039974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21039974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21039974'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21039974'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22626269_22626269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22626269_22626269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22626269_22626269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22626269_22626269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22626269_22626269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22626269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22626269'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22626269'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22565460_22565460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22565460_22565460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22565460_22565460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22565460_22565460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22565460_22565460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22565460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22565460'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22565460'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22349979_22349979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22349979_22349979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22349979_22349979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22349979_22349979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22349979_22349979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22349979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22349979'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22349979'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22608084_22608084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22608084_22608084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22608084_22608084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22608084_22608084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22608084_22608084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22608084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22608084'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22608084'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21350224_21350224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21350224_21350224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21350224_21350224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21350224_21350224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21350224_21350224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21350224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21350224'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21350224'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22148511_22148511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22148511_22148511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22148511_22148511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22148511_22148511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22148511_22148511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22148511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22148511'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22148511'^^xsd:integer;
  dwc:observationDate '2014-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21079642_21079642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21079642_21079642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21079642_21079642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21079642_21079642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21079642_21079642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21079642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21079642'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21079642'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21056223_21056223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21056223_21056223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21056223_21056223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21056223_21056223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21056223_21056223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21056223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21056223'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21056223'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21472659_21472659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21472659_21472659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21472659_21472659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21472659_21472659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21472659_21472659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21472659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21472659'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21472659'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22663236_22663236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22663236_22663236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22663236_22663236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22663236_22663236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22663236_22663236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22663236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22663236'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22663236'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20622169_20622169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20622169_20622169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20622169_20622169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20622169_20622169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20622169_20622169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20622169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20622169'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20622169'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20890066_20890066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20890066_20890066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20890066_20890066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20890066_20890066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20890066_20890066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20890066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20890066'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20890066'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22001780_22001780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22001780_22001780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22001780_22001780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22001780_22001780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22001780_22001780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22001780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22001780'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22001780'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21109016_21109016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21109016_21109016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21109016_21109016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21109016_21109016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21109016_21109016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21109016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21109016'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21109016'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22690339_22690339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22690339_22690339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22690339_22690339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22690339_22690339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22690339_22690339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22690339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22690339'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22690339'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22149668_22149668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22149668_22149668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22149668_22149668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22149668_22149668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22149668_22149668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22149668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22149668'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22149668'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21319320_21319320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21319320_21319320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21319320_21319320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21319320_21319320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21319320_21319320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21319320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21319320'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21319320'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20889150_20889150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20889150_20889150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20889150_20889150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20889150_20889150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20889150_20889150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20889150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20889150'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20889150'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22281744_22281744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22281744_22281744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22281744_22281744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22281744_22281744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22281744_22281744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22281744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22281744'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22281744'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22266748_22266748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22266748_22266748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22266748_22266748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22266748_22266748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22266748_22266748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22266748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22266748'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22266748'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21142744_21142744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21142744_21142744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21142744_21142744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21142744_21142744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21142744_21142744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21142744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21142744'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21142744'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22572212_22572212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22572212_22572212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22572212_22572212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22572212_22572212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22572212_22572212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22572212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22572212'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22572212'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21094585_21094585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21094585_21094585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21094585_21094585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21094585_21094585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21094585_21094585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21094585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21094585'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21094585'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21407195_21407195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21407195_21407195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21407195_21407195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21407195_21407195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21407195_21407195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21407195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21407195'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21407195'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20928497_20928497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20928497_20928497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20928497_20928497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20928497_20928497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20928497_20928497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20928497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20928497'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20928497'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22112440_22112440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22112440_22112440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22112440_22112440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22112440_22112440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22112440_22112440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22112440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22112440'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22112440'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22455787_22455787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22455787_22455787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22455787_22455787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22455787_22455787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22455787_22455787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22455787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22455787'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22455787'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22244354_22244354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22244354_22244354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22244354_22244354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22244354_22244354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22244354_22244354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22244354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22244354'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22244354'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21267978_21267978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21267978_21267978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21267978_21267978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21267978_21267978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21267978_21267978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21267978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21267978'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21267978'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22204371_22204371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22204371_22204371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22204371_22204371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22204371_22204371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22204371_22204371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22204371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22204371'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22204371'^^xsd:integer;
  dwc:observationDate '2014-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22000636_22000636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22000636_22000636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22000636_22000636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22000636_22000636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22000636_22000636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22000636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22000636'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22000636'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21715349_21715349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21715349_21715349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21715349_21715349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21715349_21715349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21715349_21715349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21715349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21715349'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21715349'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20891073_20891073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20891073_20891073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20891073_20891073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20891073_20891073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20891073_20891073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20891073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20891073'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20891073'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22004737_22004737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22004737_22004737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22004737_22004737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22004737_22004737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22004737_22004737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22004737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22004737'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22004737'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22145013_22145013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22145013_22145013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22145013_22145013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22145013_22145013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22145013_22145013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22145013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22145013'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22145013'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21865261_21865261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21865261_21865261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21865261_21865261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21865261_21865261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21865261_21865261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21865261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21865261'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21865261'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22483135_22483135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22483135_22483135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22483135_22483135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22483135_22483135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22483135_22483135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22483135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22483135'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22483135'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21451631_21451631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21451631_21451631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21451631_21451631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21451631_21451631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21451631_21451631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21451631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21451631'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21451631'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22079676_22079676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22079676_22079676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22079676_22079676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22079676_22079676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22079676_22079676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22079676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22079676'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22079676'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20917816_20917816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20917816_20917816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20917816_20917816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20917816_20917816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20917816_20917816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20917816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20917816'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20917816'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21068437_21068437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21068437_21068437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21068437_21068437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21068437_21068437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21068437_21068437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21068437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21068437'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21068437'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21778735_21778735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21778735_21778735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21778735_21778735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21778735_21778735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21778735_21778735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21778735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21778735'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21778735'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20805501_20805501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20805501_20805501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20805501_20805501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20805501_20805501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20805501_20805501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20805501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20805501'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20805501'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21281999_21281999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21281999_21281999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21281999_21281999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21281999_21281999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21281999_21281999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21281999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21281999'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21281999'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20953074_20953074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20953074_20953074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20953074_20953074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20953074_20953074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20953074_20953074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20953074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20953074'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20953074'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22432263_22432263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22432263_22432263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22432263_22432263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22432263_22432263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22432263_22432263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22432263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22432263'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22432263'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21948785_21948785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21948785_21948785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21948785_21948785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21948785_21948785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21948785_21948785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21948785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21948785'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21948785'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22307452_22307452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22307452_22307452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22307452_22307452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22307452_22307452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22307452_22307452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22307452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22307452'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22307452'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20798702_20798702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20798702_20798702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20798702_20798702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20798702_20798702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20798702_20798702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20798702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20798702'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20798702'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21795695_21795695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21795695_21795695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21795695_21795695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21795695_21795695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21795695_21795695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21795695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21795695'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21795695'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21159487_21159487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21159487_21159487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21159487_21159487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21159487_21159487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21159487_21159487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21159487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21159487'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21159487'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20604272_20604272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20604272_20604272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20604272_20604272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20604272_20604272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20604272_20604272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20604272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20604272'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20604272'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22694366_22694366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22694366_22694366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22694366_22694366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22694366_22694366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22694366_22694366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22694366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22694366'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22694366'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21327857_21327857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21327857_21327857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21327857_21327857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21327857_21327857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21327857_21327857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21327857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21327857'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21327857'^^xsd:integer;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20928961_20928961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20928961_20928961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20928961_20928961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20928961_20928961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20928961_20928961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20928961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20928961'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20928961'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20837873_20837873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20837873_20837873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20837873_20837873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20837873_20837873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20837873_20837873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20837873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20837873'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20837873'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21282707_21282707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21282707_21282707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21282707_21282707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21282707_21282707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21282707_21282707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21282707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21282707'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21282707'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21001677_21001677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21001677_21001677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21001677_21001677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21001677_21001677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21001677_21001677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21001677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21001677'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21001677'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21648597_21648597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21648597_21648597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21648597_21648597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21648597_21648597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21648597_21648597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21648597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21648597'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21648597'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21784582_21784582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21784582_21784582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21784582_21784582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21784582_21784582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21784582_21784582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21784582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21784582'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21784582'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22336839_22336839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22336839_22336839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22336839_22336839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22336839_22336839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22336839_22336839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22336839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22336839'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22336839'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21876851_21876851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21876851_21876851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21876851_21876851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21876851_21876851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21876851_21876851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21876851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21876851'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21876851'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22567629_22567629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22567629_22567629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22567629_22567629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22567629_22567629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22567629_22567629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22567629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22567629'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22567629'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20832207_20832207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20832207_20832207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20832207_20832207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20832207_20832207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20832207_20832207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20832207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20832207'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20832207'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20731870_20731870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20731870_20731870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20731870_20731870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20731870_20731870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20731870_20731870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20731870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20731870'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20731870'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22226577_22226577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22226577_22226577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22226577_22226577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22226577_22226577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22226577_22226577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22226577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22226577'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22226577'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21709307_21709307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21709307_21709307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21709307_21709307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21709307_21709307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21709307_21709307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21709307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21709307'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21709307'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21704602_21704602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21704602_21704602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21704602_21704602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21704602_21704602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21704602_21704602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21704602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21704602'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21704602'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20840883_20840883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20840883_20840883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20840883_20840883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20840883_20840883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20840883_20840883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20840883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20840883'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20840883'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22200985_22200985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22200985_22200985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22200985_22200985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22200985_22200985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22200985_22200985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22200985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22200985'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22200985'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21588194_21588194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21588194_21588194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21588194_21588194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21588194_21588194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21588194_21588194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21588194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21588194'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21588194'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21992563_21992563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21992563_21992563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21992563_21992563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21992563_21992563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21992563_21992563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21992563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21992563'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21992563'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21824841_21824841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21824841_21824841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21824841_21824841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21824841_21824841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21824841_21824841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21824841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21824841'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21824841'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22235539_22235539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22235539_22235539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22235539_22235539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22235539_22235539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22235539_22235539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22235539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22235539'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22235539'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22653284_22653284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22653284_22653284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22653284_22653284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22653284_22653284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22653284_22653284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22653284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22653284'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22653284'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21324238_21324238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21324238_21324238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21324238_21324238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21324238_21324238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21324238_21324238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21324238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21324238'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21324238'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21402744_21402744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21402744_21402744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21402744_21402744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21402744_21402744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21402744_21402744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21402744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21402744'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21402744'^^xsd:integer;
  dwc:observationDate '2014-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21139378_21139378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21139378_21139378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21139378_21139378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21139378_21139378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21139378_21139378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21139378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21139378'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21139378'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22032326_22032326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22032326_22032326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22032326_22032326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22032326_22032326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22032326_22032326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22032326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22032326'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22032326'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22058002_22058002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22058002_22058002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22058002_22058002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22058002_22058002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22058002_22058002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22058002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22058002'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22058002'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21467244_21467244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21467244_21467244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21467244_21467244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21467244_21467244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21467244_21467244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21467244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21467244'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21467244'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21227542_21227542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21227542_21227542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21227542_21227542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21227542_21227542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21227542_21227542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21227542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21227542'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21227542'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21521083_21521083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21521083_21521083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21521083_21521083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21521083_21521083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21521083_21521083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21521083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21521083'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21521083'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20842256_20842256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20842256_20842256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20842256_20842256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20842256_20842256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20842256_20842256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20842256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20842256'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20842256'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22075046_22075046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22075046_22075046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22075046_22075046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22075046_22075046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22075046_22075046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22075046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22075046'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22075046'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22235364_22235364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22235364_22235364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22235364_22235364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22235364_22235364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22235364_22235364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22235364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22235364'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22235364'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21756506_21756506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21756506_21756506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21756506_21756506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21756506_21756506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21756506_21756506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21756506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21756506'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21756506'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22361891_22361891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22361891_22361891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22361891_22361891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22361891_22361891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22361891_22361891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22361891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22361891'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22361891'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22215428_22215428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22215428_22215428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22215428_22215428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22215428_22215428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22215428_22215428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22215428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22215428'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22215428'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22027824_22027824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22027824_22027824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22027824_22027824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22027824_22027824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22027824_22027824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22027824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22027824'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22027824'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21089491_21089491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21089491_21089491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21089491_21089491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21089491_21089491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21089491_21089491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21089491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21089491'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21089491'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21210509_21210509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21210509_21210509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21210509_21210509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21210509_21210509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21210509_21210509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21210509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21210509'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21210509'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22447756_22447756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22447756_22447756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22447756_22447756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22447756_22447756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22447756_22447756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22447756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22447756'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22447756'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22170096_22170096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22170096_22170096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22170096_22170096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22170096_22170096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22170096_22170096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22170096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22170096'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22170096'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22126546_22126546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22126546_22126546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22126546_22126546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22126546_22126546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22126546_22126546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22126546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22126546'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22126546'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20759811_20759811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20759811_20759811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20759811_20759811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20759811_20759811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20759811_20759811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20759811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20759811'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20759811'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21295447_21295447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21295447_21295447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21295447_21295447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21295447_21295447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21295447_21295447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21295447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21295447'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21295447'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21079683_21079683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21079683_21079683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21079683_21079683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21079683_21079683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21079683_21079683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21079683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21079683'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21079683'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21823649_21823649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21823649_21823649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21823649_21823649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21823649_21823649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21823649_21823649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21823649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21823649'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21823649'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21740923_21740923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21740923_21740923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21740923_21740923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21740923_21740923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21740923_21740923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21740923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21740923'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21740923'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21169960_21169960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21169960_21169960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21169960_21169960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21169960_21169960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21169960_21169960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21169960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21169960'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21169960'^^xsd:integer;
  dwc:observationDate '2014-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22080573_22080573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22080573_22080573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22080573_22080573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22080573_22080573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22080573_22080573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22080573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22080573'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22080573'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20961863_20961863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20961863_20961863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20961863_20961863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20961863_20961863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20961863_20961863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20961863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20961863'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20961863'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21742016_21742016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21742016_21742016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21742016_21742016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21742016_21742016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21742016_21742016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21742016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21742016'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21742016'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21629360_21629360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21629360_21629360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21629360_21629360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21629360_21629360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21629360_21629360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21629360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21629360'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21629360'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21879016_21879016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21879016_21879016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21879016_21879016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21879016_21879016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21879016_21879016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21879016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21879016'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21879016'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21427030_21427030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21427030_21427030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21427030_21427030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21427030_21427030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21427030_21427030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21427030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21427030'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21427030'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22219736_22219736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22219736_22219736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22219736_22219736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22219736_22219736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22219736_22219736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22219736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22219736'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22219736'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20875208_20875208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20875208_20875208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20875208_20875208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20875208_20875208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20875208_20875208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20875208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20875208'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20875208'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21070556_21070556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21070556_21070556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21070556_21070556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21070556_21070556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21070556_21070556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21070556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21070556'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21070556'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20874935_20874935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20874935_20874935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20874935_20874935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20874935_20874935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20874935_20874935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20874935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20874935'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20874935'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22717152_22717152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22717152_22717152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22717152_22717152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22717152_22717152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22717152_22717152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22717152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22717152'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22717152'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21992425_21992425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21992425_21992425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21992425_21992425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21992425_21992425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21992425_21992425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21992425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21992425'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21992425'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22573941_22573941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22573941_22573941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22573941_22573941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22573941_22573941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22573941_22573941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22573941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22573941'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22573941'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21551018_21551018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21551018_21551018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21551018_21551018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21551018_21551018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21551018_21551018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21551018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21551018'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21551018'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21778384_21778384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21778384_21778384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21778384_21778384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21778384_21778384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21778384_21778384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21778384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21778384'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21778384'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22264652_22264652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22264652_22264652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22264652_22264652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22264652_22264652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22264652_22264652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22264652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22264652'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22264652'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21912120_21912120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21912120_21912120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21912120_21912120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21912120_21912120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21912120_21912120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21912120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21912120'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21912120'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21510186_21510186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21510186_21510186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21510186_21510186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21510186_21510186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21510186_21510186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21510186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21510186'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21510186'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21268583_21268583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21268583_21268583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21268583_21268583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21268583_21268583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21268583_21268583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21268583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21268583'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21268583'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21706406_21706406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21706406_21706406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21706406_21706406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21706406_21706406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21706406_21706406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21706406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21706406'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21706406'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22197061_22197061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22197061_22197061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22197061_22197061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22197061_22197061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22197061_22197061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22197061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22197061'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22197061'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21383592_21383592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21383592_21383592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21383592_21383592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21383592_21383592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21383592_21383592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21383592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21383592'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21383592'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21606427_21606427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21606427_21606427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21606427_21606427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21606427_21606427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21606427_21606427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21606427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21606427'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21606427'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22374855_22374855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22374855_22374855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22374855_22374855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22374855_22374855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22374855_22374855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22374855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22374855'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22374855'^^xsd:integer;
  dwc:observationDate '2014-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21156754_21156754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21156754_21156754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21156754_21156754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21156754_21156754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21156754_21156754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21156754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21156754'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21156754'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21517524_21517524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21517524_21517524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21517524_21517524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21517524_21517524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21517524_21517524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21517524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21517524'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21517524'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21225703_21225703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21225703_21225703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21225703_21225703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21225703_21225703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21225703_21225703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21225703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21225703'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21225703'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21905780_21905780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21905780_21905780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21905780_21905780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21905780_21905780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21905780_21905780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21905780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21905780'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21905780'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20842917_20842917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20842917_20842917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20842917_20842917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20842917_20842917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20842917_20842917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20842917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20842917'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20842917'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22044835_22044835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22044835_22044835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22044835_22044835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22044835_22044835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22044835_22044835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22044835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22044835'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22044835'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20902875_20902875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20902875_20902875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20902875_20902875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20902875_20902875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20902875_20902875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20902875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20902875'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20902875'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21895969_21895969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21895969_21895969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21895969_21895969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21895969_21895969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21895969_21895969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21895969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21895969'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21895969'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22514565_22514565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22514565_22514565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22514565_22514565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22514565_22514565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22514565_22514565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22514565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22514565'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22514565'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22230585_22230585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22230585_22230585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22230585_22230585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22230585_22230585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22230585_22230585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22230585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22230585'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22230585'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21788136_21788136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21788136_21788136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21788136_21788136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21788136_21788136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21788136_21788136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21788136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21788136'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21788136'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22204103_22204103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22204103_22204103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22204103_22204103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22204103_22204103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22204103_22204103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22204103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22204103'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22204103'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22639092_22639092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22639092_22639092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22639092_22639092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22639092_22639092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22639092_22639092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22639092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22639092'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22639092'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20607040_20607040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20607040_20607040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20607040_20607040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20607040_20607040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20607040_20607040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20607040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20607040'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20607040'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21343297_21343297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21343297_21343297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21343297_21343297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21343297_21343297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21343297_21343297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21343297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21343297'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21343297'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21135409_21135409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21135409_21135409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21135409_21135409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21135409_21135409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21135409_21135409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21135409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21135409'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21135409'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20603819_20603819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20603819_20603819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20603819_20603819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20603819_20603819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20603819_20603819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20603819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20603819'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20603819'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21752565_21752565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21752565_21752565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21752565_21752565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21752565_21752565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21752565_21752565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21752565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21752565'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21752565'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21300177_21300177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21300177_21300177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21300177_21300177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21300177_21300177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21300177_21300177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21300177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21300177'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21300177'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21641197_21641197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21641197_21641197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21641197_21641197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21641197_21641197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21641197_21641197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21641197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21641197'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21641197'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22514301_22514301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22514301_22514301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22514301_22514301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22514301_22514301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22514301_22514301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22514301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22514301'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22514301'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20967408_20967408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20967408_20967408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20967408_20967408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20967408_20967408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20967408_20967408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20967408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20967408'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20967408'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21506415_21506415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21506415_21506415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21506415_21506415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21506415_21506415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21506415_21506415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21506415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21506415'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21506415'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22633306_22633306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22633306_22633306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22633306_22633306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22633306_22633306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22633306_22633306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22633306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22633306'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22633306'^^xsd:integer;
  dwc:observationDate '2014-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22004357_22004357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22004357_22004357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22004357_22004357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22004357_22004357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22004357_22004357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22004357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22004357'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22004357'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21720974_21720974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21720974_21720974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21720974_21720974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21720974_21720974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21720974_21720974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21720974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21720974'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21720974'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22548282_22548282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22548282_22548282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22548282_22548282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22548282_22548282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22548282_22548282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22548282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22548282'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22548282'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22495680_22495680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22495680_22495680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22495680_22495680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22495680_22495680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22495680_22495680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22495680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22495680'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22495680'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22149643_22149643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22149643_22149643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22149643_22149643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22149643_22149643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22149643_22149643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22149643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22149643'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22149643'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21833475_21833475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21833475_21833475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21833475_21833475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21833475_21833475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21833475_21833475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21833475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21833475'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21833475'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22063701_22063701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22063701_22063701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22063701_22063701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22063701_22063701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22063701_22063701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22063701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22063701'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22063701'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21577277_21577277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21577277_21577277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21577277_21577277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21577277_21577277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21577277_21577277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21577277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21577277'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21577277'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21140519_21140519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21140519_21140519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21140519_21140519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21140519_21140519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21140519_21140519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21140519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21140519'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21140519'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21572595_21572595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21572595_21572595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21572595_21572595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21572595_21572595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21572595_21572595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21572595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21572595'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21572595'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21808787_21808787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21808787_21808787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21808787_21808787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21808787_21808787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21808787_21808787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21808787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21808787'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21808787'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20836818_20836818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20836818_20836818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20836818_20836818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20836818_20836818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20836818_20836818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20836818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20836818'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20836818'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21535832_21535832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21535832_21535832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21535832_21535832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21535832_21535832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21535832_21535832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21535832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21535832'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21535832'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21929988_21929988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21929988_21929988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21929988_21929988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21929988_21929988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21929988_21929988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21929988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21929988'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21929988'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21118252_21118252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21118252_21118252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21118252_21118252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21118252_21118252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21118252_21118252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21118252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21118252'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21118252'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22186296_22186296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22186296_22186296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22186296_22186296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22186296_22186296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22186296_22186296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22186296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22186296'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22186296'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20788671_20788671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20788671_20788671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20788671_20788671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20788671_20788671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20788671_20788671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20788671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20788671'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20788671'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21871116_21871116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21871116_21871116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21871116_21871116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21871116_21871116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21871116_21871116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21871116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21871116'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21871116'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21692368_21692368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21692368_21692368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21692368_21692368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21692368_21692368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21692368_21692368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21692368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21692368'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21692368'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21665886_21665886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21665886_21665886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21665886_21665886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21665886_21665886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21665886_21665886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21665886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21665886'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21665886'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21331151_21331151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21331151_21331151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21331151_21331151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21331151_21331151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21331151_21331151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21331151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21331151'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21331151'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22533767_22533767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22533767_22533767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22533767_22533767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22533767_22533767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22533767_22533767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22533767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22533767'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22533767'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22633266_22633266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22633266_22633266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22633266_22633266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22633266_22633266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22633266_22633266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22633266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22633266'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22633266'^^xsd:integer;
  dwc:observationDate '2014-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22501491_22501491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22501491_22501491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22501491_22501491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22501491_22501491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22501491_22501491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22501491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22501491'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22501491'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22034247_22034247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22034247_22034247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22034247_22034247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22034247_22034247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22034247_22034247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22034247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22034247'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22034247'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21112289_21112289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21112289_21112289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21112289_21112289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21112289_21112289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21112289_21112289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21112289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21112289'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21112289'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22268931_22268931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22268931_22268931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22268931_22268931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22268931_22268931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22268931_22268931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22268931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22268931'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22268931'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21448886_21448886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21448886_21448886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21448886_21448886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21448886_21448886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21448886_21448886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21448886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21448886'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21448886'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20942266_20942266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20942266_20942266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20942266_20942266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20942266_20942266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20942266_20942266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20942266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20942266'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20942266'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21549916_21549916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21549916_21549916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21549916_21549916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21549916_21549916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21549916_21549916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21549916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21549916'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21549916'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21089358_21089358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21089358_21089358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21089358_21089358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21089358_21089358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21089358_21089358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21089358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21089358'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21089358'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22351350_22351350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22351350_22351350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22351350_22351350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22351350_22351350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22351350_22351350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22351350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22351350'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22351350'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22421440_22421440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22421440_22421440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22421440_22421440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22421440_22421440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22421440_22421440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22421440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22421440'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22421440'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21503017_21503017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21503017_21503017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21503017_21503017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21503017_21503017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21503017_21503017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21503017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21503017'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21503017'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21365958_21365958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21365958_21365958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21365958_21365958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21365958_21365958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21365958_21365958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21365958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21365958'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21365958'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22052688_22052688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22052688_22052688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22052688_22052688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22052688_22052688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22052688_22052688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22052688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22052688'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22052688'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21922629_21922629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21922629_21922629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21922629_21922629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21922629_21922629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21922629_21922629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21922629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21922629'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21922629'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20983561_20983561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20983561_20983561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20983561_20983561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20983561_20983561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20983561_20983561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20983561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20983561'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20983561'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21373857_21373857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21373857_21373857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21373857_21373857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21373857_21373857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21373857_21373857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21373857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21373857'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21373857'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20827585_20827585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20827585_20827585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20827585_20827585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20827585_20827585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20827585_20827585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20827585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20827585'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20827585'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22513873_22513873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22513873_22513873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22513873_22513873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22513873_22513873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22513873_22513873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22513873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22513873'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22513873'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20659220_20659220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20659220_20659220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20659220_20659220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20659220_20659220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20659220_20659220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20659220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20659220'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20659220'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21484971_21484971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21484971_21484971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21484971_21484971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21484971_21484971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21484971_21484971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21484971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21484971'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21484971'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21100502_21100502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21100502_21100502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21100502_21100502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21100502_21100502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21100502_21100502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21100502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21100502'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21100502'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20997697_20997697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20997697_20997697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20997697_20997697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20997697_20997697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20997697_20997697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20997697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20997697'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20997697'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22415991_22415991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22415991_22415991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22415991_22415991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22415991_22415991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22415991_22415991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22415991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22415991'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22415991'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20696082_20696082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20696082_20696082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20696082_20696082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20696082_20696082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20696082_20696082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20696082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20696082'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20696082'^^xsd:integer;
  dwc:observationDate '2014-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20910698_20910698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20910698_20910698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20910698_20910698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20910698_20910698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20910698_20910698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20910698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20910698'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20910698'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21825362_21825362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21825362_21825362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21825362_21825362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21825362_21825362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21825362_21825362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21825362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21825362'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21825362'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21345313_21345313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21345313_21345313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21345313_21345313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21345313_21345313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21345313_21345313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21345313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21345313'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21345313'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21781024_21781024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21781024_21781024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21781024_21781024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21781024_21781024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21781024_21781024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21781024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21781024'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21781024'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21263922_21263922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21263922_21263922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21263922_21263922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21263922_21263922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21263922_21263922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21263922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21263922'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21263922'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22139906_22139906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22139906_22139906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22139906_22139906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22139906_22139906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22139906_22139906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22139906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22139906'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22139906'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22424609_22424609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22424609_22424609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22424609_22424609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22424609_22424609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22424609_22424609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22424609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22424609'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22424609'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22065863_22065863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22065863_22065863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22065863_22065863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22065863_22065863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22065863_22065863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22065863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22065863'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22065863'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22294266_22294266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22294266_22294266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22294266_22294266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22294266_22294266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22294266_22294266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22294266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22294266'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22294266'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22543625_22543625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22543625_22543625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22543625_22543625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22543625_22543625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22543625_22543625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22543625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22543625'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22543625'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21040871_21040871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21040871_21040871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21040871_21040871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21040871_21040871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21040871_21040871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21040871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21040871'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21040871'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22033454_22033454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22033454_22033454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22033454_22033454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22033454_22033454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22033454_22033454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22033454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22033454'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22033454'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21545612_21545612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21545612_21545612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21545612_21545612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21545612_21545612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21545612_21545612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21545612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21545612'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21545612'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21215665_21215665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21215665_21215665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21215665_21215665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21215665_21215665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21215665_21215665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21215665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21215665'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21215665'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21498756_21498756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21498756_21498756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21498756_21498756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21498756_21498756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21498756_21498756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21498756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21498756'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21498756'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21969408_21969408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21969408_21969408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21969408_21969408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21969408_21969408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21969408_21969408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21969408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21969408'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21969408'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22045709_22045709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22045709_22045709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22045709_22045709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22045709_22045709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22045709_22045709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22045709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22045709'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22045709'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20799765_20799765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20799765_20799765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20799765_20799765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20799765_20799765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20799765_20799765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20799765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20799765'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20799765'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22083378_22083378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22083378_22083378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22083378_22083378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22083378_22083378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22083378_22083378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22083378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22083378'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22083378'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21125631_21125631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21125631_21125631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21125631_21125631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21125631_21125631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21125631_21125631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21125631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21125631'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21125631'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21168225_21168225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21168225_21168225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21168225_21168225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21168225_21168225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21168225_21168225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21168225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21168225'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21168225'^^xsd:integer;
  dwc:observationDate '2014-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21857234_21857234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21857234_21857234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21857234_21857234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21857234_21857234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21857234_21857234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21857234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21857234'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21857234'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21163797_21163797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21163797_21163797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21163797_21163797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21163797_21163797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21163797_21163797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21163797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21163797'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21163797'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21228886_21228886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21228886_21228886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21228886_21228886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21228886_21228886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21228886_21228886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21228886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21228886'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21228886'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22073045_22073045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22073045_22073045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22073045_22073045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22073045_22073045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22073045_22073045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22073045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22073045'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22073045'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20840865_20840865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20840865_20840865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20840865_20840865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20840865_20840865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20840865_20840865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20840865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20840865'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20840865'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20622466_20622466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20622466_20622466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20622466_20622466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20622466_20622466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20622466_20622466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20622466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20622466'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20622466'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22169190_22169190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22169190_22169190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22169190_22169190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22169190_22169190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22169190_22169190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22169190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22169190'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22169190'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20971530_20971530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20971530_20971530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20971530_20971530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20971530_20971530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20971530_20971530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20971530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20971530'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20971530'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22405458_22405458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22405458_22405458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22405458_22405458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22405458_22405458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22405458_22405458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22405458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22405458'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22405458'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20907717_20907717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20907717_20907717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20907717_20907717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20907717_20907717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20907717_20907717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20907717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20907717'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20907717'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22449648_22449648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22449648_22449648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22449648_22449648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22449648_22449648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22449648_22449648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22449648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22449648'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22449648'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20894461_20894461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20894461_20894461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20894461_20894461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20894461_20894461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20894461_20894461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20894461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20894461'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20894461'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22397632_22397632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22397632_22397632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22397632_22397632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22397632_22397632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22397632_22397632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22397632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22397632'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22397632'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21532457_21532457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21532457_21532457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21532457_21532457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21532457_21532457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21532457_21532457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21532457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21532457'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21532457'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21789037_21789037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21789037_21789037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21789037_21789037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21789037_21789037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21789037_21789037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21789037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21789037'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21789037'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21052569_21052569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21052569_21052569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21052569_21052569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21052569_21052569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21052569_21052569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21052569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21052569'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21052569'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21615714_21615714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21615714_21615714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21615714_21615714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21615714_21615714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21615714_21615714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21615714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21615714'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21615714'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20890607_20890607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20890607_20890607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20890607_20890607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20890607_20890607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20890607_20890607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20890607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20890607'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20890607'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20664848_20664848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20664848_20664848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20664848_20664848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20664848_20664848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20664848_20664848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20664848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20664848'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20664848'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21863100_21863100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21863100_21863100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21863100_21863100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21863100_21863100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21863100_21863100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21863100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21863100'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21863100'^^xsd:integer;
  dwc:observationDate '2014-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20637272_20637272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20637272_20637272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20637272_20637272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20637272_20637272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20637272_20637272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20637272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20637272'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20637272'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21362185_21362185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21362185_21362185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21362185_21362185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21362185_21362185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21362185_21362185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21362185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21362185'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21362185'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22014475_22014475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22014475_22014475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22014475_22014475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22014475_22014475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22014475_22014475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22014475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22014475'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22014475'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21406187_21406187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21406187_21406187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21406187_21406187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21406187_21406187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21406187_21406187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21406187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21406187'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21406187'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22532909_22532909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22532909_22532909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22532909_22532909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22532909_22532909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22532909_22532909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22532909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22532909'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22532909'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20740782_20740782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20740782_20740782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20740782_20740782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20740782_20740782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20740782_20740782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20740782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20740782'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20740782'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22373377_22373377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22373377_22373377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22373377_22373377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22373377_22373377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22373377_22373377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22373377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22373377'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22373377'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21915643_21915643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21915643_21915643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21915643_21915643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21915643_21915643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21915643_21915643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21915643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21915643'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21915643'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22529491_22529491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22529491_22529491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22529491_22529491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22529491_22529491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22529491_22529491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22529491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22529491'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22529491'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21728093_21728093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21728093_21728093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21728093_21728093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21728093_21728093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21728093_21728093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21728093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21728093'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21728093'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21492277_21492277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21492277_21492277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21492277_21492277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21492277_21492277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21492277_21492277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21492277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21492277'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21492277'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21064202_21064202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21064202_21064202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21064202_21064202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21064202_21064202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21064202_21064202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21064202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21064202'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21064202'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22599396_22599396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22599396_22599396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22599396_22599396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22599396_22599396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22599396_22599396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22599396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22599396'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22599396'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22263694_22263694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22263694_22263694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22263694_22263694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22263694_22263694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22263694_22263694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22263694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22263694'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22263694'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21900222_21900222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21900222_21900222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21900222_21900222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21900222_21900222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21900222_21900222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21900222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21900222'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21900222'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21428364_21428364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21428364_21428364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21428364_21428364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21428364_21428364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21428364_21428364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21428364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21428364'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21428364'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21709209_21709209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21709209_21709209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21709209_21709209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21709209_21709209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21709209_21709209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21709209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21709209'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21709209'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22517835_22517835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22517835_22517835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22517835_22517835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22517835_22517835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22517835_22517835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22517835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22517835'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22517835'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21499407_21499407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21499407_21499407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21499407_21499407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21499407_21499407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21499407_21499407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21499407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21499407'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21499407'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22413979_22413979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22413979_22413979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22413979_22413979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22413979_22413979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22413979_22413979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22413979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22413979'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22413979'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22295496_22295496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22295496_22295496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22295496_22295496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22295496_22295496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22295496_22295496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22295496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22295496'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22295496'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21366513_21366513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21366513_21366513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21366513_21366513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21366513_21366513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21366513_21366513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21366513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21366513'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21366513'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22565403_22565403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22565403_22565403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22565403_22565403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22565403_22565403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22565403_22565403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22565403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22565403'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22565403'^^xsd:integer;
  dwc:observationDate '2014-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21941389_21941389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21941389_21941389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21941389_21941389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21941389_21941389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21941389_21941389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21941389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21941389'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21941389'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21680696_21680696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21680696_21680696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21680696_21680696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21680696_21680696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21680696_21680696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21680696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21680696'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21680696'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21852860_21852860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21852860_21852860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21852860_21852860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21852860_21852860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21852860_21852860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21852860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21852860'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21852860'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21213905_21213905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21213905_21213905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21213905_21213905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21213905_21213905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21213905_21213905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21213905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21213905'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21213905'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20746766_20746766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20746766_20746766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20746766_20746766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20746766_20746766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20746766_20746766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20746766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20746766'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20746766'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20611183_20611183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20611183_20611183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20611183_20611183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20611183_20611183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20611183_20611183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20611183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20611183'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20611183'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21422664_21422664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21422664_21422664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21422664_21422664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21422664_21422664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21422664_21422664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21422664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21422664'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21422664'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21243022_21243022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21243022_21243022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21243022_21243022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21243022_21243022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21243022_21243022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21243022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21243022'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21243022'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22287939_22287939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22287939_22287939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22287939_22287939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22287939_22287939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22287939_22287939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22287939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22287939'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22287939'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21464010_21464010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21464010_21464010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21464010_21464010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21464010_21464010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21464010_21464010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21464010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21464010'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21464010'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21010127_21010127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21010127_21010127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21010127_21010127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21010127_21010127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21010127_21010127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21010127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21010127'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21010127'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21193774_21193774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21193774_21193774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21193774_21193774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21193774_21193774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21193774_21193774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21193774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21193774'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21193774'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20634581_20634581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20634581_20634581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20634581_20634581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20634581_20634581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20634581_20634581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20634581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20634581'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20634581'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21662038_21662038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21662038_21662038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21662038_21662038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21662038_21662038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21662038_21662038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21662038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21662038'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21662038'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20631091_20631091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20631091_20631091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20631091_20631091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20631091_20631091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20631091_20631091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20631091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20631091'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20631091'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21664169_21664169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21664169_21664169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21664169_21664169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21664169_21664169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21664169_21664169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21664169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21664169'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21664169'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21593882_21593882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21593882_21593882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21593882_21593882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21593882_21593882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21593882_21593882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21593882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21593882'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21593882'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21581050_21581050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21581050_21581050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21581050_21581050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21581050_21581050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21581050_21581050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21581050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21581050'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21581050'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21334942_21334942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21334942_21334942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21334942_21334942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21334942_21334942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21334942_21334942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21334942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21334942'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21334942'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21327870_21327870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21327870_21327870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21327870_21327870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21327870_21327870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21327870_21327870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21327870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21327870'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21327870'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21538676_21538676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21538676_21538676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21538676_21538676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21538676_21538676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21538676_21538676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21538676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21538676'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21538676'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21826523_21826523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21826523_21826523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21826523_21826523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21826523_21826523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21826523_21826523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21826523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21826523'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21826523'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20955031_20955031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20955031_20955031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20955031_20955031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20955031_20955031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20955031_20955031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20955031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20955031'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20955031'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21127238_21127238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21127238_21127238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21127238_21127238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21127238_21127238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21127238_21127238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21127238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21127238'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21127238'^^xsd:integer;
  dwc:observationDate '2014-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21654680_21654680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21654680_21654680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21654680_21654680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21654680_21654680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21654680_21654680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21654680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21654680'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21654680'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22004682_22004682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22004682_22004682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22004682_22004682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22004682_22004682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22004682_22004682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22004682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22004682'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22004682'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22248225_22248225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22248225_22248225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22248225_22248225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22248225_22248225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22248225_22248225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22248225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22248225'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22248225'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20670538_20670538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20670538_20670538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20670538_20670538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20670538_20670538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20670538_20670538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20670538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20670538'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20670538'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21809452_21809452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21809452_21809452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21809452_21809452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21809452_21809452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21809452_21809452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21809452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21809452'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21809452'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21349122_21349122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21349122_21349122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21349122_21349122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21349122_21349122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21349122_21349122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21349122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21349122'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21349122'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21640060_21640060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21640060_21640060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21640060_21640060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21640060_21640060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21640060_21640060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21640060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21640060'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21640060'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21914059_21914059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21914059_21914059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21914059_21914059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21914059_21914059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21914059_21914059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21914059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21914059'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21914059'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21702434_21702434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21702434_21702434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21702434_21702434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21702434_21702434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21702434_21702434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21702434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21702434'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21702434'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20968798_20968798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20968798_20968798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20968798_20968798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20968798_20968798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20968798_20968798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20968798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20968798'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20968798'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20709631_20709631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20709631_20709631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20709631_20709631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20709631_20709631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20709631_20709631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20709631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20709631'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20709631'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22441154_22441154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22441154_22441154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22441154_22441154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22441154_22441154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22441154_22441154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22441154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22441154'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22441154'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20674300_20674300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20674300_20674300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20674300_20674300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20674300_20674300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20674300_20674300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20674300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20674300'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20674300'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20701259_20701259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20701259_20701259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20701259_20701259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20701259_20701259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20701259_20701259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20701259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20701259'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20701259'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22147845_22147845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22147845_22147845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22147845_22147845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22147845_22147845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22147845_22147845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22147845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22147845'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22147845'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21069205_21069205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21069205_21069205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21069205_21069205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21069205_21069205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21069205_21069205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21069205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21069205'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21069205'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21966765_21966765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21966765_21966765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21966765_21966765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21966765_21966765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21966765_21966765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21966765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21966765'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21966765'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22639878_22639878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22639878_22639878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22639878_22639878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22639878_22639878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22639878_22639878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22639878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22639878'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22639878'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20673309_20673309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20673309_20673309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20673309_20673309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20673309_20673309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20673309_20673309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20673309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20673309'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20673309'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21750931_21750931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21750931_21750931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21750931_21750931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21750931_21750931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21750931_21750931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21750931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21750931'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21750931'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22251400_22251400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22251400_22251400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22251400_22251400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22251400_22251400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22251400_22251400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22251400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22251400'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22251400'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21566500_21566500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21566500_21566500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21566500_21566500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21566500_21566500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21566500_21566500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21566500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21566500'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21566500'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21511235_21511235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21511235_21511235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21511235_21511235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21511235_21511235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21511235_21511235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21511235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21511235'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21511235'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21201490_21201490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21201490_21201490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21201490_21201490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21201490_21201490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21201490_21201490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21201490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21201490'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21201490'^^xsd:integer;
  dwc:observationDate '2014-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21677758_21677758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21677758_21677758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21677758_21677758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21677758_21677758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21677758_21677758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21677758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21677758'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21677758'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20919397_20919397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20919397_20919397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20919397_20919397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20919397_20919397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20919397_20919397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20919397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20919397'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20919397'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22108812_22108812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22108812_22108812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22108812_22108812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22108812_22108812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22108812_22108812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22108812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22108812'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22108812'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21248277_21248277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21248277_21248277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21248277_21248277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21248277_21248277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21248277_21248277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21248277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21248277'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21248277'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21250362_21250362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21250362_21250362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21250362_21250362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21250362_21250362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21250362_21250362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21250362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21250362'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21250362'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21845725_21845725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21845725_21845725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21845725_21845725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21845725_21845725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21845725_21845725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21845725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21845725'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21845725'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20843965_20843965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20843965_20843965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20843965_20843965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20843965_20843965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20843965_20843965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20843965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20843965'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20843965'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22468373_22468373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22468373_22468373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22468373_22468373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22468373_22468373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22468373_22468373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22468373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22468373'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22468373'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21981844_21981844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21981844_21981844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21981844_21981844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21981844_21981844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21981844_21981844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21981844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21981844'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21981844'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22705796_22705796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22705796_22705796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22705796_22705796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22705796_22705796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22705796_22705796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22705796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22705796'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22705796'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21496961_21496961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21496961_21496961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21496961_21496961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21496961_21496961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21496961_21496961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21496961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21496961'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21496961'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21881322_21881322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21881322_21881322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21881322_21881322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21881322_21881322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21881322_21881322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21881322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21881322'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21881322'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22581145_22581145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22581145_22581145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22581145_22581145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22581145_22581145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22581145_22581145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22581145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22581145'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22581145'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22494590_22494590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22494590_22494590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22494590_22494590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22494590_22494590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22494590_22494590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22494590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22494590'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22494590'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21740590_21740590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21740590_21740590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21740590_21740590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21740590_21740590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21740590_21740590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21740590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21740590'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21740590'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22352290_22352290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22352290_22352290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22352290_22352290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22352290_22352290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22352290_22352290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22352290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22352290'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22352290'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22514084_22514084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22514084_22514084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22514084_22514084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22514084_22514084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22514084_22514084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22514084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22514084'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22514084'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21543675_21543675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21543675_21543675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21543675_21543675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21543675_21543675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21543675_21543675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21543675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21543675'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21543675'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21342300_21342300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21342300_21342300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21342300_21342300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21342300_21342300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21342300_21342300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21342300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21342300'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21342300'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21974165_21974165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21974165_21974165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21974165_21974165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21974165_21974165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21974165_21974165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21974165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21974165'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21974165'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21601705_21601705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21601705_21601705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21601705_21601705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21601705_21601705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21601705_21601705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21601705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21601705'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21601705'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20744917_20744917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20744917_20744917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20744917_20744917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20744917_20744917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20744917_20744917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20744917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20744917'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20744917'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21847082_21847082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21847082_21847082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21847082_21847082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21847082_21847082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21847082_21847082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21847082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21847082'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21847082'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21693951_21693951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21693951_21693951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21693951_21693951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21693951_21693951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21693951_21693951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21693951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21693951'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21693951'^^xsd:integer;
  dwc:observationDate '2014-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20820257_20820257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20820257_20820257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20820257_20820257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20820257_20820257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20820257_20820257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20820257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20820257'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20820257'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21849637_21849637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21849637_21849637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21849637_21849637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21849637_21849637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21849637_21849637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21849637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21849637'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21849637'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22175805_22175805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22175805_22175805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22175805_22175805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22175805_22175805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22175805_22175805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22175805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22175805'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22175805'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21457012_21457012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21457012_21457012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21457012_21457012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21457012_21457012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21457012_21457012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21457012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21457012'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21457012'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20631169_20631169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20631169_20631169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20631169_20631169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20631169_20631169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20631169_20631169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20631169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20631169'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20631169'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22577357_22577357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22577357_22577357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22577357_22577357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22577357_22577357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22577357_22577357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22577357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22577357'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22577357'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21424566_21424566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21424566_21424566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21424566_21424566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21424566_21424566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21424566_21424566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21424566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21424566'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21424566'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22707563_22707563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22707563_22707563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22707563_22707563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22707563_22707563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22707563_22707563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22707563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22707563'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22707563'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21959900_21959900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21959900_21959900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21959900_21959900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21959900_21959900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21959900_21959900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21959900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21959900'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21959900'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22366490_22366490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22366490_22366490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22366490_22366490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22366490_22366490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22366490_22366490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22366490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22366490'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22366490'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21372615_21372615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21372615_21372615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21372615_21372615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21372615_21372615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21372615_21372615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21372615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21372615'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21372615'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21430057_21430057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21430057_21430057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21430057_21430057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21430057_21430057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21430057_21430057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21430057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21430057'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21430057'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21437242_21437242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21437242_21437242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21437242_21437242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21437242_21437242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21437242_21437242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21437242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21437242'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21437242'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21939332_21939332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21939332_21939332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21939332_21939332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21939332_21939332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21939332_21939332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21939332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21939332'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21939332'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22608247_22608247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22608247_22608247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22608247_22608247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22608247_22608247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22608247_22608247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22608247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22608247'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22608247'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21657458_21657458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21657458_21657458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21657458_21657458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21657458_21657458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21657458_21657458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21657458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21657458'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21657458'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20586594_20586594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20586594_20586594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20586594_20586594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20586594_20586594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20586594_20586594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20586594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20586594'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20586594'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21810289_21810289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21810289_21810289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21810289_21810289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21810289_21810289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21810289_21810289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21810289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21810289'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21810289'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21638825_21638825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21638825_21638825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21638825_21638825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21638825_21638825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21638825_21638825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21638825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21638825'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21638825'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21713884_21713884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21713884_21713884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21713884_21713884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21713884_21713884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21713884_21713884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21713884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21713884'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21713884'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22334300_22334300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22334300_22334300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22334300_22334300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22334300_22334300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22334300_22334300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22334300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22334300'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22334300'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22397119_22397119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22397119_22397119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22397119_22397119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22397119_22397119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22397119_22397119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22397119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22397119'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22397119'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21105085_21105085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21105085_21105085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21105085_21105085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21105085_21105085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21105085_21105085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21105085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21105085'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21105085'^^xsd:integer;
  dwc:observationDate '2014-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21367798_21367798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21367798_21367798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21367798_21367798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21367798_21367798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21367798_21367798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21367798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21367798'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21367798'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21006408_21006408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21006408_21006408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21006408_21006408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21006408_21006408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21006408_21006408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21006408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21006408'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21006408'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21145762_21145762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21145762_21145762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21145762_21145762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21145762_21145762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21145762_21145762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21145762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21145762'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21145762'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20833085_20833085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20833085_20833085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20833085_20833085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20833085_20833085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20833085_20833085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20833085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20833085'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20833085'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22582847_22582847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22582847_22582847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22582847_22582847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22582847_22582847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22582847_22582847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22582847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22582847'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22582847'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20832326_20832326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20832326_20832326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20832326_20832326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20832326_20832326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20832326_20832326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20832326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20832326'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20832326'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21753594_21753594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21753594_21753594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21753594_21753594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21753594_21753594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21753594_21753594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21753594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21753594'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21753594'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22601988_22601988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22601988_22601988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22601988_22601988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22601988_22601988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22601988_22601988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22601988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22601988'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22601988'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22681948_22681948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22681948_22681948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22681948_22681948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22681948_22681948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22681948_22681948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22681948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22681948'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22681948'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21331004_21331004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21331004_21331004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21331004_21331004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21331004_21331004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21331004_21331004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21331004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21331004'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21331004'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21929266_21929266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21929266_21929266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21929266_21929266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21929266_21929266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21929266_21929266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21929266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21929266'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21929266'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21635076_21635076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21635076_21635076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21635076_21635076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21635076_21635076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21635076_21635076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21635076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21635076'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21635076'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21940004_21940004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21940004_21940004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21940004_21940004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21940004_21940004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21940004_21940004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21940004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21940004'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21940004'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22296141_22296141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22296141_22296141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22296141_22296141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22296141_22296141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22296141_22296141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22296141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22296141'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22296141'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21171138_21171138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21171138_21171138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21171138_21171138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21171138_21171138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21171138_21171138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21171138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21171138'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21171138'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22556460_22556460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22556460_22556460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22556460_22556460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22556460_22556460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22556460_22556460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22556460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22556460'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22556460'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21250355_21250355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21250355_21250355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21250355_21250355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21250355_21250355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21250355_21250355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21250355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21250355'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21250355'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21852229_21852229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21852229_21852229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21852229_21852229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21852229_21852229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21852229_21852229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21852229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21852229'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21852229'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22470530_22470530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22470530_22470530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22470530_22470530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22470530_22470530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22470530_22470530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22470530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22470530'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22470530'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21979015_21979015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21979015_21979015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21979015_21979015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21979015_21979015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21979015_21979015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21979015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21979015'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21979015'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20984778_20984778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20984778_20984778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20984778_20984778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20984778_20984778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20984778_20984778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20984778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20984778'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20984778'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21148445_21148445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21148445_21148445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21148445_21148445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21148445_21148445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21148445_21148445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21148445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21148445'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21148445'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22495437_22495437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22495437_22495437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22495437_22495437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22495437_22495437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22495437_22495437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22495437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22495437'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22495437'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21612747_21612747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21612747_21612747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21612747_21612747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21612747_21612747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21612747_21612747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21612747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21612747'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21612747'^^xsd:integer;
  dwc:observationDate '2014-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22165890_22165890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22165890_22165890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22165890_22165890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22165890_22165890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22165890_22165890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22165890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22165890'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22165890'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21736800_21736800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21736800_21736800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21736800_21736800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21736800_21736800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21736800_21736800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21736800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21736800'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21736800'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20691281_20691281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20691281_20691281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20691281_20691281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20691281_20691281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20691281_20691281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20691281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20691281'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20691281'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20643576_20643576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20643576_20643576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20643576_20643576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20643576_20643576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20643576_20643576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20643576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20643576'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20643576'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22633711_22633711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22633711_22633711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22633711_22633711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22633711_22633711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22633711_22633711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22633711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22633711'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22633711'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20848606_20848606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20848606_20848606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20848606_20848606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20848606_20848606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20848606_20848606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20848606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20848606'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20848606'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22179359_22179359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22179359_22179359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22179359_22179359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22179359_22179359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22179359_22179359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22179359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22179359'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22179359'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21293412_21293412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21293412_21293412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21293412_21293412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21293412_21293412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21293412_21293412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21293412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21293412'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21293412'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22309130_22309130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22309130_22309130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22309130_22309130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22309130_22309130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22309130_22309130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22309130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22309130'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22309130'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21945630_21945630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21945630_21945630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21945630_21945630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21945630_21945630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21945630_21945630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21945630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21945630'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21945630'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21603661_21603661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21603661_21603661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21603661_21603661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21603661_21603661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21603661_21603661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21603661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21603661'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21603661'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20949986_20949986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20949986_20949986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20949986_20949986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20949986_20949986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20949986_20949986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20949986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20949986'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20949986'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22336214_22336214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22336214_22336214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22336214_22336214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22336214_22336214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22336214_22336214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22336214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22336214'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22336214'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21444473_21444473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21444473_21444473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21444473_21444473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21444473_21444473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21444473_21444473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21444473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21444473'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21444473'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22106365_22106365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22106365_22106365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22106365_22106365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22106365_22106365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22106365_22106365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22106365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22106365'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22106365'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21531645_21531645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21531645_21531645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21531645_21531645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21531645_21531645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21531645_21531645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21531645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21531645'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21531645'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22648001_22648001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22648001_22648001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22648001_22648001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22648001_22648001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22648001_22648001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22648001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22648001'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22648001'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22254603_22254603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22254603_22254603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22254603_22254603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22254603_22254603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22254603_22254603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22254603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22254603'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22254603'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20628749_20628749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20628749_20628749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20628749_20628749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20628749_20628749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20628749_20628749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20628749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20628749'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20628749'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21116072_21116072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21116072_21116072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21116072_21116072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21116072_21116072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21116072_21116072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21116072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21116072'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21116072'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20813975_20813975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20813975_20813975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20813975_20813975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20813975_20813975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20813975_20813975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20813975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20813975'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20813975'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22548298_22548298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22548298_22548298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22548298_22548298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22548298_22548298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22548298_22548298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22548298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22548298'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22548298'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21736415_21736415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21736415_21736415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21736415_21736415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21736415_21736415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21736415_21736415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21736415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21736415'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21736415'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20702841_20702841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20702841_20702841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20702841_20702841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20702841_20702841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20702841_20702841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20702841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20702841'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20702841'^^xsd:integer;
  dwc:observationDate '2014-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22107142_22107142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22107142_22107142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22107142_22107142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22107142_22107142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22107142_22107142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22107142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22107142'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22107142'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22317613_22317613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22317613_22317613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22317613_22317613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22317613_22317613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22317613_22317613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22317613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22317613'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22317613'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22405732_22405732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22405732_22405732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22405732_22405732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22405732_22405732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22405732_22405732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22405732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22405732'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22405732'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20945068_20945068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20945068_20945068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20945068_20945068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20945068_20945068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20945068_20945068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20945068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20945068'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20945068'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21284539_21284539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21284539_21284539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21284539_21284539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21284539_21284539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21284539_21284539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21284539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21284539'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21284539'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22149300_22149300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22149300_22149300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22149300_22149300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22149300_22149300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22149300_22149300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22149300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22149300'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22149300'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22394314_22394314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22394314_22394314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22394314_22394314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22394314_22394314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22394314_22394314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22394314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22394314'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22394314'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22096754_22096754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22096754_22096754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22096754_22096754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22096754_22096754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22096754_22096754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22096754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22096754'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22096754'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20901543_20901543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20901543_20901543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20901543_20901543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20901543_20901543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20901543_20901543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20901543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20901543'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20901543'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20898434_20898434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20898434_20898434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20898434_20898434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20898434_20898434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20898434_20898434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20898434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20898434'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20898434'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21414630_21414630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21414630_21414630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21414630_21414630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21414630_21414630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21414630_21414630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21414630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21414630'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21414630'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22254764_22254764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22254764_22254764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22254764_22254764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22254764_22254764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22254764_22254764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22254764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22254764'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22254764'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22125066_22125066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22125066_22125066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22125066_22125066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22125066_22125066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22125066_22125066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22125066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22125066'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22125066'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21892647_21892647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21892647_21892647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21892647_21892647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21892647_21892647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21892647_21892647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21892647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21892647'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21892647'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22068481_22068481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22068481_22068481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22068481_22068481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22068481_22068481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22068481_22068481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22068481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22068481'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22068481'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21514957_21514957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21514957_21514957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21514957_21514957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21514957_21514957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21514957_21514957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21514957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21514957'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21514957'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20909642_20909642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20909642_20909642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20909642_20909642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20909642_20909642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20909642_20909642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20909642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20909642'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20909642'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21969869_21969869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21969869_21969869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21969869_21969869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21969869_21969869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21969869_21969869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21969869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21969869'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21969869'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21005766_21005766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21005766_21005766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21005766_21005766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21005766_21005766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21005766_21005766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21005766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21005766'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21005766'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22562977_22562977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22562977_22562977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22562977_22562977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22562977_22562977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22562977_22562977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22562977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22562977'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22562977'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21558341_21558341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21558341_21558341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21558341_21558341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21558341_21558341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21558341_21558341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21558341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21558341'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21558341'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21397047_21397047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21397047_21397047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21397047_21397047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21397047_21397047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21397047_21397047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21397047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21397047'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21397047'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22096057_22096057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22096057_22096057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22096057_22096057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22096057_22096057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22096057_22096057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22096057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22096057'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22096057'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20868683_20868683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20868683_20868683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20868683_20868683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20868683_20868683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20868683_20868683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20868683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20868683'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20868683'^^xsd:integer;
  dwc:observationDate '2014-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21556862_21556862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21556862_21556862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21556862_21556862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21556862_21556862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21556862_21556862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21556862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21556862'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21556862'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22298705_22298705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22298705_22298705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22298705_22298705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22298705_22298705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22298705_22298705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22298705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22298705'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22298705'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21398095_21398095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21398095_21398095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21398095_21398095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21398095_21398095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21398095_21398095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21398095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21398095'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21398095'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22388286_22388286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22388286_22388286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22388286_22388286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22388286_22388286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22388286_22388286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22388286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22388286'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22388286'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20649381_20649381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20649381_20649381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20649381_20649381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20649381_20649381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20649381_20649381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20649381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20649381'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20649381'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21185382_21185382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21185382_21185382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21185382_21185382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21185382_21185382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21185382_21185382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21185382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21185382'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21185382'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22388246_22388246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22388246_22388246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22388246_22388246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22388246_22388246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22388246_22388246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22388246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22388246'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22388246'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22179230_22179230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22179230_22179230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22179230_22179230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22179230_22179230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22179230_22179230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22179230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22179230'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22179230'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22148587_22148587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22148587_22148587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22148587_22148587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22148587_22148587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22148587_22148587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22148587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22148587'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22148587'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21942214_21942214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21942214_21942214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21942214_21942214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21942214_21942214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21942214_21942214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21942214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21942214'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21942214'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21897708_21897708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21897708_21897708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21897708_21897708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21897708_21897708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21897708_21897708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21897708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21897708'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21897708'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21690106_21690106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21690106_21690106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21690106_21690106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21690106_21690106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21690106_21690106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21690106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21690106'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21690106'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22646488_22646488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22646488_22646488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22646488_22646488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22646488_22646488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22646488_22646488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22646488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22646488'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22646488'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21008267_21008267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21008267_21008267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21008267_21008267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21008267_21008267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21008267_21008267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21008267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21008267'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21008267'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21835088_21835088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21835088_21835088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21835088_21835088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21835088_21835088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21835088_21835088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21835088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21835088'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21835088'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21820670_21820670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21820670_21820670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21820670_21820670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21820670_21820670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21820670_21820670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21820670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21820670'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21820670'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21451508_21451508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21451508_21451508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21451508_21451508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21451508_21451508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21451508_21451508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21451508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21451508'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21451508'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21867038_21867038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21867038_21867038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21867038_21867038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21867038_21867038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21867038_21867038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21867038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21867038'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21867038'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20650429_20650429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20650429_20650429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20650429_20650429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20650429_20650429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20650429_20650429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20650429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20650429'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20650429'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21537658_21537658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21537658_21537658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21537658_21537658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21537658_21537658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21537658_21537658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21537658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21537658'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21537658'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21488144_21488144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21488144_21488144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21488144_21488144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21488144_21488144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21488144_21488144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21488144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21488144'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21488144'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21336896_21336896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21336896_21336896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21336896_21336896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21336896_21336896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21336896_21336896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21336896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21336896'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21336896'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20687585_20687585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20687585_20687585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20687585_20687585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20687585_20687585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20687585_20687585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20687585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20687585'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20687585'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22592787_22592787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22592787_22592787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22592787_22592787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22592787_22592787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22592787_22592787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22592787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22592787'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22592787'^^xsd:integer;
  dwc:observationDate '2014-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20685600_20685600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20685600_20685600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20685600_20685600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20685600_20685600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20685600_20685600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20685600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20685600'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20685600'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22488794_22488794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22488794_22488794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22488794_22488794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22488794_22488794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22488794_22488794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22488794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22488794'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22488794'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21085904_21085904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21085904_21085904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21085904_21085904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21085904_21085904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21085904_21085904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21085904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21085904'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21085904'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20662449_20662449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20662449_20662449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20662449_20662449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20662449_20662449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20662449_20662449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20662449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20662449'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20662449'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22096469_22096469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22096469_22096469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22096469_22096469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22096469_22096469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22096469_22096469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22096469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22096469'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22096469'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20888434_20888434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20888434_20888434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20888434_20888434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20888434_20888434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20888434_20888434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20888434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20888434'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20888434'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22124805_22124805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22124805_22124805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22124805_22124805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22124805_22124805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22124805_22124805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22124805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22124805'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22124805'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20948605_20948605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20948605_20948605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20948605_20948605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20948605_20948605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20948605_20948605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20948605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20948605'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20948605'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21715492_21715492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21715492_21715492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21715492_21715492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21715492_21715492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21715492_21715492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21715492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21715492'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21715492'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21728480_21728480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21728480_21728480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21728480_21728480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21728480_21728480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21728480_21728480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21728480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21728480'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21728480'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21160775_21160775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21160775_21160775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21160775_21160775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21160775_21160775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21160775_21160775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21160775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21160775'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21160775'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21253173_21253173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21253173_21253173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21253173_21253173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21253173_21253173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21253173_21253173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21253173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21253173'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21253173'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20772475_20772475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20772475_20772475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20772475_20772475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20772475_20772475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20772475_20772475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20772475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20772475'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20772475'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20751426_20751426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20751426_20751426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20751426_20751426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20751426_20751426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20751426_20751426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20751426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20751426'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20751426'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21071423_21071423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21071423_21071423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21071423_21071423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21071423_21071423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21071423_21071423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21071423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21071423'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21071423'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21481723_21481723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21481723_21481723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21481723_21481723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21481723_21481723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21481723_21481723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21481723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21481723'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21481723'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20723879_20723879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20723879_20723879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20723879_20723879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20723879_20723879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20723879_20723879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20723879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20723879'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20723879'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21750283_21750283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21750283_21750283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21750283_21750283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21750283_21750283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21750283_21750283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21750283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21750283'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21750283'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20889805_20889805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20889805_20889805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20889805_20889805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20889805_20889805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20889805_20889805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20889805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20889805'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20889805'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21648264_21648264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21648264_21648264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21648264_21648264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21648264_21648264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21648264_21648264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21648264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21648264'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21648264'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21446663_21446663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21446663_21446663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21446663_21446663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21446663_21446663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21446663_21446663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21446663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21446663'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21446663'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22593893_22593893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22593893_22593893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22593893_22593893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22593893_22593893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22593893_22593893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22593893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22593893'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22593893'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21077429_21077429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21077429_21077429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21077429_21077429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21077429_21077429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21077429_21077429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21077429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21077429'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21077429'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22079149_22079149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22079149_22079149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22079149_22079149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22079149_22079149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22079149_22079149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22079149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22079149'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22079149'^^xsd:integer;
  dwc:observationDate '2014-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21741486_21741486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21741486_21741486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21741486_21741486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21741486_21741486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21741486_21741486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21741486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21741486'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21741486'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20889058_20889058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20889058_20889058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20889058_20889058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20889058_20889058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20889058_20889058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20889058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20889058'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20889058'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21876547_21876547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21876547_21876547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21876547_21876547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21876547_21876547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21876547_21876547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21876547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21876547'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21876547'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22157177_22157177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22157177_22157177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22157177_22157177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22157177_22157177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22157177_22157177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22157177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22157177'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22157177'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20659389_20659389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20659389_20659389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20659389_20659389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20659389_20659389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20659389_20659389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20659389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20659389'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20659389'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20715230_20715230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20715230_20715230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20715230_20715230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20715230_20715230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20715230_20715230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20715230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20715230'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20715230'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22382096_22382096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22382096_22382096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22382096_22382096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22382096_22382096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22382096_22382096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22382096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22382096'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22382096'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20825688_20825688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20825688_20825688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20825688_20825688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20825688_20825688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20825688_20825688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20825688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20825688'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20825688'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22662074_22662074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22662074_22662074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22662074_22662074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22662074_22662074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22662074_22662074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22662074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22662074'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22662074'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22108681_22108681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22108681_22108681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22108681_22108681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22108681_22108681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22108681_22108681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22108681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22108681'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22108681'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22629277_22629277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22629277_22629277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22629277_22629277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22629277_22629277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22629277_22629277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22629277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22629277'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22629277'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22311668_22311668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22311668_22311668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22311668_22311668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22311668_22311668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22311668_22311668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22311668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22311668'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22311668'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20710969_20710969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20710969_20710969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20710969_20710969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20710969_20710969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20710969_20710969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20710969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20710969'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20710969'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21862102_21862102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21862102_21862102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21862102_21862102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21862102_21862102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21862102_21862102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21862102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21862102'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21862102'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22612024_22612024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22612024_22612024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22612024_22612024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22612024_22612024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22612024_22612024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22612024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22612024'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22612024'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22695329_22695329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22695329_22695329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22695329_22695329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22695329_22695329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22695329_22695329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22695329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22695329'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22695329'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21707281_21707281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21707281_21707281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21707281_21707281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21707281_21707281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21707281_21707281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21707281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21707281'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21707281'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21361723_21361723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21361723_21361723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21361723_21361723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21361723_21361723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21361723_21361723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21361723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21361723'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21361723'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22167203_22167203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22167203_22167203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22167203_22167203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22167203_22167203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22167203_22167203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22167203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22167203'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22167203'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22077201_22077201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22077201_22077201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22077201_22077201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22077201_22077201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22077201_22077201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22077201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22077201'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22077201'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22247385_22247385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22247385_22247385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22247385_22247385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22247385_22247385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22247385_22247385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22247385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22247385'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22247385'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21050656_21050656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21050656_21050656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21050656_21050656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21050656_21050656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21050656_21050656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21050656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21050656'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21050656'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21046881_21046881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21046881_21046881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21046881_21046881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21046881_21046881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21046881_21046881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21046881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21046881'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21046881'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20867506_20867506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20867506_20867506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20867506_20867506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20867506_20867506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20867506_20867506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20867506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20867506'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20867506'^^xsd:integer;
  dwc:observationDate '2014-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20897302_20897302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20897302_20897302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20897302_20897302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20897302_20897302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20897302_20897302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20897302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20897302'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20897302'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21431754_21431754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21431754_21431754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21431754_21431754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21431754_21431754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21431754_21431754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21431754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21431754'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21431754'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21412174_21412174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21412174_21412174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21412174_21412174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21412174_21412174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21412174_21412174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21412174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21412174'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21412174'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21713974_21713974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21713974_21713974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21713974_21713974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21713974_21713974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21713974_21713974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21713974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21713974'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21713974'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20732809_20732809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20732809_20732809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20732809_20732809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20732809_20732809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20732809_20732809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20732809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20732809'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20732809'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22559873_22559873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22559873_22559873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22559873_22559873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22559873_22559873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22559873_22559873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22559873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22559873'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22559873'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20965650_20965650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20965650_20965650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20965650_20965650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20965650_20965650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20965650_20965650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20965650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20965650'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20965650'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21144138_21144138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21144138_21144138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21144138_21144138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21144138_21144138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21144138_21144138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21144138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21144138'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21144138'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20942461_20942461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20942461_20942461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20942461_20942461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20942461_20942461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20942461_20942461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20942461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20942461'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20942461'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20989225_20989225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20989225_20989225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20989225_20989225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20989225_20989225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20989225_20989225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20989225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20989225'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20989225'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21356989_21356989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21356989_21356989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21356989_21356989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21356989_21356989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21356989_21356989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21356989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21356989'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21356989'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22296032_22296032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22296032_22296032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22296032_22296032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22296032_22296032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22296032_22296032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22296032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22296032'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22296032'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21973120_21973120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21973120_21973120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21973120_21973120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21973120_21973120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21973120_21973120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21973120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21973120'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21973120'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21823534_21823534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21823534_21823534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21823534_21823534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21823534_21823534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21823534_21823534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21823534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21823534'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21823534'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21485441_21485441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21485441_21485441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21485441_21485441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21485441_21485441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21485441_21485441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21485441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21485441'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21485441'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20815078_20815078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20815078_20815078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20815078_20815078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20815078_20815078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20815078_20815078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20815078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20815078'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20815078'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21396473_21396473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21396473_21396473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21396473_21396473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21396473_21396473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21396473_21396473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21396473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21396473'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21396473'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21707459_21707459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21707459_21707459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21707459_21707459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21707459_21707459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21707459_21707459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21707459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21707459'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21707459'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21295476_21295476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21295476_21295476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21295476_21295476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21295476_21295476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21295476_21295476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21295476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21295476'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21295476'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22182564_22182564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22182564_22182564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22182564_22182564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22182564_22182564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22182564_22182564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22182564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22182564'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22182564'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22413753_22413753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22413753_22413753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22413753_22413753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22413753_22413753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22413753_22413753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22413753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22413753'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22413753'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21292523_21292523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21292523_21292523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21292523_21292523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21292523_21292523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21292523_21292523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21292523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21292523'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21292523'^^xsd:integer;
  dwc:observationDate '2014-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21858547_21858547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21858547_21858547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21858547_21858547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21858547_21858547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21858547_21858547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21858547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21858547'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21858547'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21914123_21914123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21914123_21914123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21914123_21914123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21914123_21914123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21914123_21914123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21914123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21914123'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21914123'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21933295_21933295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21933295_21933295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21933295_21933295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21933295_21933295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21933295_21933295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21933295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21933295'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21933295'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22636258_22636258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22636258_22636258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22636258_22636258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22636258_22636258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22636258_22636258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22636258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22636258'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22636258'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21884146_21884146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21884146_21884146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21884146_21884146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21884146_21884146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21884146_21884146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21884146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21884146'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21884146'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22574001_22574001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22574001_22574001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22574001_22574001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22574001_22574001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22574001_22574001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22574001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22574001'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22574001'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21592128_21592128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21592128_21592128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21592128_21592128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21592128_21592128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21592128_21592128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21592128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21592128'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21592128'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22190364_22190364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22190364_22190364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22190364_22190364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22190364_22190364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22190364_22190364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22190364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22190364'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22190364'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21524559_21524559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21524559_21524559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21524559_21524559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21524559_21524559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21524559_21524559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21524559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21524559'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21524559'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21419713_21419713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21419713_21419713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21419713_21419713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21419713_21419713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21419713_21419713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21419713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21419713'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21419713'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21579467_21579467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21579467_21579467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21579467_21579467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21579467_21579467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21579467_21579467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21579467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21579467'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21579467'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22273271_22273271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22273271_22273271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22273271_22273271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22273271_22273271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22273271_22273271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22273271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22273271'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22273271'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20650950_20650950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20650950_20650950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20650950_20650950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20650950_20650950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20650950_20650950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20650950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20650950'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20650950'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21847795_21847795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21847795_21847795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21847795_21847795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21847795_21847795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21847795_21847795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21847795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21847795'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21847795'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21944455_21944455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21944455_21944455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21944455_21944455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21944455_21944455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21944455_21944455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21944455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21944455'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21944455'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21433792_21433792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21433792_21433792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21433792_21433792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21433792_21433792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21433792_21433792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21433792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21433792'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21433792'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21658077_21658077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21658077_21658077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21658077_21658077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21658077_21658077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21658077_21658077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21658077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21658077'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21658077'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20608481_20608481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20608481_20608481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20608481_20608481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20608481_20608481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20608481_20608481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20608481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20608481'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20608481'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21829753_21829753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21829753_21829753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21829753_21829753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21829753_21829753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21829753_21829753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21829753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21829753'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21829753'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21600303_21600303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21600303_21600303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21600303_21600303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21600303_21600303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21600303_21600303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21600303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21600303'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21600303'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20610787_20610787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20610787_20610787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20610787_20610787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20610787_20610787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20610787_20610787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20610787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20610787'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20610787'^^xsd:integer;
  dwc:observationDate '2014-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21867834_21867834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21867834_21867834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21867834_21867834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21867834_21867834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21867834_21867834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21867834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21867834'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21867834'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21175285_21175285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21175285_21175285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21175285_21175285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21175285_21175285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21175285_21175285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21175285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21175285'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21175285'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21829494_21829494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21829494_21829494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21829494_21829494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21829494_21829494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21829494_21829494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21829494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21829494'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21829494'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22021897_22021897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22021897_22021897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22021897_22021897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22021897_22021897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22021897_22021897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22021897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22021897'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22021897'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20587735_20587735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20587735_20587735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20587735_20587735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20587735_20587735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20587735_20587735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20587735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20587735'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20587735'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20843687_20843687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20843687_20843687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20843687_20843687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20843687_20843687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20843687_20843687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20843687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20843687'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20843687'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21288645_21288645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21288645_21288645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21288645_21288645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21288645_21288645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21288645_21288645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21288645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21288645'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21288645'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22305158_22305158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22305158_22305158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22305158_22305158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22305158_22305158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22305158_22305158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22305158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22305158'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22305158'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22548429_22548429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22548429_22548429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22548429_22548429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22548429_22548429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22548429_22548429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22548429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22548429'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22548429'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22714075_22714075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22714075_22714075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22714075_22714075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22714075_22714075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22714075_22714075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22714075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22714075'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22714075'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22517998_22517998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22517998_22517998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22517998_22517998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22517998_22517998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22517998_22517998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22517998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22517998'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22517998'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22516525_22516525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22516525_22516525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22516525_22516525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22516525_22516525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22516525_22516525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22516525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22516525'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22516525'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22703475_22703475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22703475_22703475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22703475_22703475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22703475_22703475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22703475_22703475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22703475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22703475'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22703475'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21787447_21787447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21787447_21787447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21787447_21787447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21787447_21787447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21787447_21787447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21787447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21787447'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21787447'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22651255_22651255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22651255_22651255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22651255_22651255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22651255_22651255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22651255_22651255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22651255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22651255'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22651255'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20780512_20780512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20780512_20780512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20780512_20780512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20780512_20780512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20780512_20780512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20780512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20780512'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20780512'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22401765_22401765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22401765_22401765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22401765_22401765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22401765_22401765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22401765_22401765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22401765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22401765'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22401765'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21677899_21677899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21677899_21677899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21677899_21677899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21677899_21677899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21677899_21677899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21677899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21677899'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21677899'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22284608_22284608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22284608_22284608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22284608_22284608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22284608_22284608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22284608_22284608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22284608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22284608'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22284608'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21452122_21452122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21452122_21452122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21452122_21452122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21452122_21452122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21452122_21452122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21452122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21452122'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21452122'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22205684_22205684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22205684_22205684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22205684_22205684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22205684_22205684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22205684_22205684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22205684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22205684'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22205684'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21456327_21456327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21456327_21456327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21456327_21456327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21456327_21456327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21456327_21456327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21456327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21456327'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21456327'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21142793_21142793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21142793_21142793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21142793_21142793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21142793_21142793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21142793_21142793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21142793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21142793'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21142793'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21600947_21600947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21600947_21600947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21600947_21600947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21600947_21600947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21600947_21600947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21600947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21600947'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21600947'^^xsd:integer;
  dwc:observationDate '2014-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20702661_20702661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20702661_20702661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20702661_20702661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20702661_20702661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20702661_20702661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20702661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20702661'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20702661'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21150943_21150943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21150943_21150943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21150943_21150943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21150943_21150943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21150943_21150943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21150943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21150943'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21150943'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22030106_22030106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22030106_22030106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22030106_22030106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22030106_22030106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22030106_22030106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22030106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22030106'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22030106'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22098390_22098390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22098390_22098390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22098390_22098390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22098390_22098390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22098390_22098390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22098390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22098390'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22098390'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21933935_21933935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21933935_21933935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21933935_21933935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21933935_21933935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21933935_21933935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21933935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21933935'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21933935'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22274055_22274055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22274055_22274055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22274055_22274055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22274055_22274055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22274055_22274055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22274055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22274055'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22274055'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20708342_20708342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20708342_20708342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20708342_20708342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20708342_20708342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20708342_20708342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20708342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20708342'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20708342'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22519667_22519667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22519667_22519667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22519667_22519667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22519667_22519667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22519667_22519667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22519667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22519667'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22519667'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21462150_21462150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21462150_21462150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21462150_21462150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21462150_21462150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21462150_21462150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21462150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21462150'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21462150'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21192993_21192993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21192993_21192993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21192993_21192993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21192993_21192993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21192993_21192993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21192993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21192993'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21192993'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22124683_22124683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22124683_22124683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22124683_22124683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22124683_22124683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22124683_22124683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22124683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22124683'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22124683'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21838244_21838244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21838244_21838244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21838244_21838244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21838244_21838244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21838244_21838244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21838244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21838244'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21838244'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22660352_22660352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22660352_22660352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22660352_22660352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22660352_22660352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22660352_22660352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22660352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22660352'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22660352'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22370745_22370745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22370745_22370745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22370745_22370745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22370745_22370745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22370745_22370745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22370745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22370745'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22370745'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22070410_22070410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22070410_22070410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22070410_22070410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22070410_22070410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22070410_22070410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22070410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22070410'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22070410'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22151815_22151815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22151815_22151815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22151815_22151815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22151815_22151815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22151815_22151815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22151815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22151815'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22151815'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21259902_21259902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21259902_21259902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21259902_21259902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21259902_21259902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21259902_21259902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21259902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21259902'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21259902'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21513852_21513852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21513852_21513852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21513852_21513852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21513852_21513852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21513852_21513852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21513852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21513852'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21513852'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21650267_21650267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21650267_21650267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21650267_21650267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21650267_21650267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21650267_21650267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21650267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21650267'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21650267'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21968418_21968418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21968418_21968418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21968418_21968418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21968418_21968418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21968418_21968418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21968418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21968418'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21968418'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20823602_20823602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20823602_20823602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20823602_20823602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20823602_20823602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20823602_20823602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20823602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20823602'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20823602'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20954723_20954723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20954723_20954723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20954723_20954723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20954723_20954723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20954723_20954723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20954723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20954723'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20954723'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21660762_21660762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21660762_21660762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21660762_21660762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21660762_21660762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21660762_21660762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21660762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21660762'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21660762'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21587661_21587661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21587661_21587661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21587661_21587661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21587661_21587661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21587661_21587661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21587661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21587661'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21587661'^^xsd:integer;
  dwc:observationDate '2014-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21717716_21717716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21717716_21717716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21717716_21717716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21717716_21717716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21717716_21717716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21717716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21717716'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21717716'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21346428_21346428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21346428_21346428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21346428_21346428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21346428_21346428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21346428_21346428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21346428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21346428'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21346428'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22582556_22582556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22582556_22582556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22582556_22582556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22582556_22582556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22582556_22582556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22582556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22582556'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22582556'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21508001_21508001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21508001_21508001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21508001_21508001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21508001_21508001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21508001_21508001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21508001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21508001'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21508001'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21483242_21483242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21483242_21483242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21483242_21483242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21483242_21483242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21483242_21483242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21483242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21483242'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21483242'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21780613_21780613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21780613_21780613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21780613_21780613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21780613_21780613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21780613_21780613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21780613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21780613'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21780613'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22301358_22301358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22301358_22301358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22301358_22301358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22301358_22301358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22301358_22301358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22301358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22301358'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22301358'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21563129_21563129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21563129_21563129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21563129_21563129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21563129_21563129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21563129_21563129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21563129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21563129'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21563129'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21760976_21760976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21760976_21760976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21760976_21760976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21760976_21760976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21760976_21760976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21760976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21760976'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21760976'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21972194_21972194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21972194_21972194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21972194_21972194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21972194_21972194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21972194_21972194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21972194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21972194'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21972194'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21721803_21721803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21721803_21721803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21721803_21721803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21721803_21721803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21721803_21721803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21721803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21721803'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21721803'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22181762_22181762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22181762_22181762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22181762_22181762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22181762_22181762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22181762_22181762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22181762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22181762'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22181762'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22028373_22028373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22028373_22028373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22028373_22028373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22028373_22028373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22028373_22028373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22028373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22028373'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22028373'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22327219_22327219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22327219_22327219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22327219_22327219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22327219_22327219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22327219_22327219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22327219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22327219'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22327219'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22248245_22248245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22248245_22248245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22248245_22248245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22248245_22248245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22248245_22248245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22248245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22248245'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22248245'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20947487_20947487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20947487_20947487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20947487_20947487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20947487_20947487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20947487_20947487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20947487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20947487'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20947487'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20976362_20976362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20976362_20976362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20976362_20976362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20976362_20976362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20976362_20976362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20976362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20976362'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20976362'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22493943_22493943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22493943_22493943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22493943_22493943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22493943_22493943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22493943_22493943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22493943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22493943'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22493943'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21077532_21077532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21077532_21077532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21077532_21077532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21077532_21077532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21077532_21077532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21077532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21077532'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21077532'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22590432_22590432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22590432_22590432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22590432_22590432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22590432_22590432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22590432_22590432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22590432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22590432'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22590432'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22065479_22065479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22065479_22065479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22065479_22065479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22065479_22065479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22065479_22065479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22065479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22065479'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22065479'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20972115_20972115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20972115_20972115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20972115_20972115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20972115_20972115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20972115_20972115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20972115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20972115'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20972115'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20586924_20586924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20586924_20586924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20586924_20586924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20586924_20586924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20586924_20586924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20586924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20586924'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20586924'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20753667_20753667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20753667_20753667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20753667_20753667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20753667_20753667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20753667_20753667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20753667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20753667'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20753667'^^xsd:integer;
  dwc:observationDate '2014-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22676364_22676364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22676364_22676364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22676364_22676364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22676364_22676364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22676364_22676364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22676364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22676364'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22676364'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22593237_22593237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22593237_22593237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22593237_22593237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22593237_22593237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22593237_22593237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22593237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22593237'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22593237'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21609077_21609077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21609077_21609077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21609077_21609077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21609077_21609077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21609077_21609077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21609077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21609077'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21609077'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22310470_22310470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22310470_22310470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22310470_22310470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22310470_22310470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22310470_22310470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22310470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22310470'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22310470'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21805669_21805669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21805669_21805669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21805669_21805669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21805669_21805669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21805669_21805669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21805669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21805669'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21805669'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21818560_21818560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21818560_21818560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21818560_21818560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21818560_21818560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21818560_21818560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21818560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21818560'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21818560'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20925936_20925936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20925936_20925936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20925936_20925936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20925936_20925936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20925936_20925936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20925936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20925936'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20925936'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20604513_20604513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20604513_20604513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20604513_20604513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20604513_20604513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20604513_20604513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20604513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20604513'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20604513'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22090920_22090920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22090920_22090920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22090920_22090920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22090920_22090920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22090920_22090920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22090920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22090920'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22090920'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22453055_22453055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22453055_22453055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22453055_22453055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22453055_22453055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22453055_22453055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22453055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22453055'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22453055'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22163741_22163741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22163741_22163741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22163741_22163741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22163741_22163741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22163741_22163741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22163741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22163741'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22163741'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22315989_22315989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22315989_22315989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22315989_22315989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22315989_22315989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22315989_22315989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22315989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22315989'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22315989'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22042721_22042721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22042721_22042721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22042721_22042721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22042721_22042721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22042721_22042721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22042721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22042721'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22042721'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21909035_21909035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21909035_21909035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21909035_21909035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21909035_21909035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21909035_21909035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21909035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21909035'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21909035'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22680505_22680505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22680505_22680505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22680505_22680505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22680505_22680505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22680505_22680505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22680505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22680505'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22680505'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21600685_21600685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21600685_21600685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21600685_21600685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21600685_21600685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21600685_21600685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21600685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21600685'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21600685'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21107607_21107607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21107607_21107607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21107607_21107607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21107607_21107607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21107607_21107607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21107607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21107607'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21107607'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22023260_22023260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22023260_22023260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22023260_22023260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22023260_22023260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22023260_22023260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22023260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22023260'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22023260'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21024116_21024116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21024116_21024116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21024116_21024116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21024116_21024116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21024116_21024116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21024116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21024116'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21024116'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22012152_22012152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22012152_22012152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22012152_22012152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22012152_22012152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22012152_22012152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22012152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22012152'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22012152'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20917364_20917364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20917364_20917364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20917364_20917364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20917364_20917364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20917364_20917364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20917364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20917364'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20917364'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21263144_21263144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21263144_21263144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21263144_21263144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21263144_21263144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21263144_21263144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21263144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21263144'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21263144'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20682545_20682545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20682545_20682545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20682545_20682545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20682545_20682545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20682545_20682545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20682545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20682545'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20682545'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20635836_20635836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20635836_20635836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20635836_20635836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20635836_20635836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20635836_20635836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20635836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20635836'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20635836'^^xsd:integer;
  dwc:observationDate '2014-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21253434_21253434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21253434_21253434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21253434_21253434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21253434_21253434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21253434_21253434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21253434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21253434'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21253434'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21020170_21020170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21020170_21020170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21020170_21020170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21020170_21020170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21020170_21020170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21020170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21020170'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21020170'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22657040_22657040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22657040_22657040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22657040_22657040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22657040_22657040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22657040_22657040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22657040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22657040'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22657040'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21905801_21905801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21905801_21905801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21905801_21905801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21905801_21905801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21905801_21905801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21905801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21905801'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21905801'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22338730_22338730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22338730_22338730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22338730_22338730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22338730_22338730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22338730_22338730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22338730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22338730'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22338730'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21470090_21470090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21470090_21470090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21470090_21470090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21470090_21470090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21470090_21470090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21470090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21470090'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21470090'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20982049_20982049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20982049_20982049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20982049_20982049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20982049_20982049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20982049_20982049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20982049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20982049'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20982049'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20628122_20628122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20628122_20628122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20628122_20628122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20628122_20628122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20628122_20628122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20628122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20628122'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20628122'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20883052_20883052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20883052_20883052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20883052_20883052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20883052_20883052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20883052_20883052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20883052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20883052'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20883052'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21172858_21172858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21172858_21172858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21172858_21172858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21172858_21172858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21172858_21172858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21172858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21172858'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21172858'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22545818_22545818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22545818_22545818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22545818_22545818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22545818_22545818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22545818_22545818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22545818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22545818'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22545818'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21669642_21669642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21669642_21669642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21669642_21669642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21669642_21669642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21669642_21669642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21669642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21669642'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21669642'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22569674_22569674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22569674_22569674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22569674_22569674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22569674_22569674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22569674_22569674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22569674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22569674'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22569674'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21857614_21857614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21857614_21857614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21857614_21857614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21857614_21857614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21857614_21857614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21857614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21857614'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21857614'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22095273_22095273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22095273_22095273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22095273_22095273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22095273_22095273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22095273_22095273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22095273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22095273'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22095273'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22084994_22084994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22084994_22084994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22084994_22084994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22084994_22084994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22084994_22084994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22084994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22084994'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22084994'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21619598_21619598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21619598_21619598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21619598_21619598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21619598_21619598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21619598_21619598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21619598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21619598'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21619598'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21432587_21432587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21432587_21432587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21432587_21432587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21432587_21432587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21432587_21432587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21432587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21432587'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21432587'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22693204_22693204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22693204_22693204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22693204_22693204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22693204_22693204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22693204_22693204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22693204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22693204'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22693204'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20664571_20664571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20664571_20664571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20664571_20664571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20664571_20664571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20664571_20664571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20664571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20664571'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20664571'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21776050_21776050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21776050_21776050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21776050_21776050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21776050_21776050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21776050_21776050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21776050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21776050'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21776050'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22286801_22286801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22286801_22286801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22286801_22286801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22286801_22286801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22286801_22286801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22286801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22286801'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22286801'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22547633_22547633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22547633_22547633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22547633_22547633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22547633_22547633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22547633_22547633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22547633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22547633'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22547633'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22156699_22156699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22156699_22156699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22156699_22156699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22156699_22156699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22156699_22156699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22156699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22156699'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22156699'^^xsd:integer;
  dwc:observationDate '2014-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21607095_21607095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21607095_21607095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21607095_21607095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21607095_21607095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21607095_21607095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21607095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21607095'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21607095'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22562293_22562293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22562293_22562293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22562293_22562293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22562293_22562293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22562293_22562293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22562293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22562293'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22562293'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20614004_20614004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20614004_20614004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20614004_20614004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20614004_20614004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20614004_20614004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20614004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20614004'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20614004'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21502071_21502071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21502071_21502071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21502071_21502071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21502071_21502071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21502071_21502071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21502071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21502071'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21502071'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21305358_21305358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21305358_21305358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21305358_21305358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21305358_21305358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21305358_21305358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21305358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21305358'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21305358'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21978008_21978008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21978008_21978008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21978008_21978008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21978008_21978008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21978008_21978008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21978008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21978008'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21978008'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22321417_22321417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22321417_22321417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22321417_22321417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22321417_22321417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22321417_22321417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22321417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22321417'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22321417'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22039278_22039278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22039278_22039278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22039278_22039278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22039278_22039278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22039278_22039278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22039278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22039278'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22039278'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21920295_21920295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21920295_21920295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21920295_21920295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21920295_21920295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21920295_21920295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21920295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21920295'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21920295'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22278414_22278414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22278414_22278414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22278414_22278414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22278414_22278414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22278414_22278414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22278414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22278414'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22278414'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22407153_22407153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22407153_22407153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22407153_22407153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22407153_22407153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22407153_22407153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22407153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22407153'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22407153'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20932995_20932995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20932995_20932995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20932995_20932995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20932995_20932995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20932995_20932995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20932995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20932995'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20932995'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22268017_22268017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22268017_22268017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22268017_22268017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22268017_22268017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22268017_22268017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22268017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22268017'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22268017'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22061541_22061541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22061541_22061541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22061541_22061541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22061541_22061541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22061541_22061541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22061541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22061541'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22061541'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21463558_21463558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21463558_21463558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21463558_21463558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21463558_21463558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21463558_21463558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21463558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21463558'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21463558'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21787085_21787085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21787085_21787085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21787085_21787085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21787085_21787085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21787085_21787085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21787085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21787085'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21787085'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22550856_22550856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22550856_22550856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22550856_22550856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22550856_22550856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22550856_22550856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22550856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22550856'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22550856'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20999937_20999937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20999937_20999937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20999937_20999937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20999937_20999937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20999937_20999937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20999937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20999937'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20999937'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21086647_21086647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21086647_21086647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21086647_21086647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21086647_21086647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21086647_21086647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21086647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21086647'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21086647'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21154341_21154341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21154341_21154341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21154341_21154341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21154341_21154341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21154341_21154341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21154341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21154341'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21154341'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20880322_20880322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20880322_20880322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20880322_20880322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20880322_20880322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20880322_20880322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20880322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20880322'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20880322'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22613110_22613110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22613110_22613110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22613110_22613110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22613110_22613110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22613110_22613110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22613110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22613110'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22613110'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22491121_22491121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22491121_22491121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22491121_22491121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22491121_22491121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22491121_22491121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22491121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22491121'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22491121'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20648833_20648833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20648833_20648833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20648833_20648833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20648833_20648833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20648833_20648833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20648833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20648833'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20648833'^^xsd:integer;
  dwc:observationDate '2014-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21517761_21517761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21517761_21517761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21517761_21517761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21517761_21517761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21517761_21517761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21517761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21517761'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21517761'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22339203_22339203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22339203_22339203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22339203_22339203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22339203_22339203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22339203_22339203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22339203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22339203'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22339203'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21722406_21722406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21722406_21722406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21722406_21722406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21722406_21722406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21722406_21722406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21722406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21722406'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21722406'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21528638_21528638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21528638_21528638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21528638_21528638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21528638_21528638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21528638_21528638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21528638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21528638'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21528638'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22208676_22208676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22208676_22208676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22208676_22208676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22208676_22208676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22208676_22208676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22208676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22208676'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22208676'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21597712_21597712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21597712_21597712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21597712_21597712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21597712_21597712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21597712_21597712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21597712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21597712'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21597712'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22463269_22463269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22463269_22463269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22463269_22463269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22463269_22463269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22463269_22463269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22463269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22463269'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22463269'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22551258_22551258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22551258_22551258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22551258_22551258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22551258_22551258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22551258_22551258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22551258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22551258'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22551258'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22127743_22127743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22127743_22127743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22127743_22127743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22127743_22127743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22127743_22127743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22127743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22127743'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22127743'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20830928_20830928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20830928_20830928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20830928_20830928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20830928_20830928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20830928_20830928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20830928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20830928'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20830928'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22041039_22041039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22041039_22041039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22041039_22041039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22041039_22041039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22041039_22041039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22041039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22041039'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22041039'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21721576_21721576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21721576_21721576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21721576_21721576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21721576_21721576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21721576_21721576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21721576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21721576'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21721576'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21281375_21281375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21281375_21281375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21281375_21281375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21281375_21281375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21281375_21281375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21281375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21281375'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21281375'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22593820_22593820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22593820_22593820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22593820_22593820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22593820_22593820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22593820_22593820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22593820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22593820'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22593820'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21351549_21351549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21351549_21351549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21351549_21351549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21351549_21351549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21351549_21351549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21351549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21351549'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21351549'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21163902_21163902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21163902_21163902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21163902_21163902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21163902_21163902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21163902_21163902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21163902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21163902'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21163902'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22537330_22537330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22537330_22537330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22537330_22537330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22537330_22537330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22537330_22537330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22537330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22537330'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22537330'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21735217_21735217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21735217_21735217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21735217_21735217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21735217_21735217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21735217_21735217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21735217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21735217'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21735217'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20735334_20735334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20735334_20735334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20735334_20735334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20735334_20735334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20735334_20735334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20735334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20735334'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20735334'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21013438_21013438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21013438_21013438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21013438_21013438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21013438_21013438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21013438_21013438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21013438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21013438'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21013438'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20944730_20944730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20944730_20944730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20944730_20944730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20944730_20944730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20944730_20944730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20944730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20944730'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20944730'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21753082_21753082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21753082_21753082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21753082_21753082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21753082_21753082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21753082_21753082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21753082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21753082'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21753082'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21794263_21794263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21794263_21794263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21794263_21794263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21794263_21794263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21794263_21794263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21794263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21794263'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21794263'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21980973_21980973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21980973_21980973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21980973_21980973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21980973_21980973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21980973_21980973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21980973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21980973'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21980973'^^xsd:integer;
  dwc:observationDate '2014-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22205376_22205376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22205376_22205376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22205376_22205376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22205376_22205376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22205376_22205376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22205376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22205376'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22205376'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21110729_21110729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21110729_21110729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21110729_21110729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21110729_21110729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21110729_21110729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21110729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21110729'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21110729'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21571467_21571467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21571467_21571467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21571467_21571467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21571467_21571467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21571467_21571467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21571467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21571467'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21571467'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22488976_22488976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22488976_22488976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22488976_22488976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22488976_22488976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22488976_22488976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22488976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22488976'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22488976'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21711619_21711619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21711619_21711619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21711619_21711619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21711619_21711619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21711619_21711619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21711619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21711619'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21711619'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21351244_21351244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21351244_21351244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21351244_21351244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21351244_21351244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21351244_21351244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21351244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21351244'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21351244'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21077367_21077367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21077367_21077367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21077367_21077367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21077367_21077367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21077367_21077367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21077367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21077367'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21077367'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21382376_21382376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21382376_21382376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21382376_21382376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21382376_21382376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21382376_21382376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21382376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21382376'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21382376'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22515942_22515942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22515942_22515942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22515942_22515942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22515942_22515942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22515942_22515942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22515942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22515942'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22515942'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22259223_22259223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22259223_22259223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22259223_22259223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22259223_22259223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22259223_22259223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22259223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22259223'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22259223'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20948172_20948172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20948172_20948172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20948172_20948172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20948172_20948172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20948172_20948172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20948172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20948172'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20948172'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21209744_21209744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21209744_21209744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21209744_21209744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21209744_21209744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21209744_21209744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21209744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21209744'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21209744'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20728782_20728782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20728782_20728782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20728782_20728782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20728782_20728782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20728782_20728782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20728782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20728782'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20728782'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21205913_21205913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21205913_21205913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21205913_21205913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21205913_21205913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21205913_21205913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21205913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21205913'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21205913'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22542732_22542732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22542732_22542732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22542732_22542732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22542732_22542732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22542732_22542732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22542732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22542732'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22542732'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20597340_20597340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20597340_20597340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20597340_20597340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20597340_20597340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20597340_20597340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20597340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20597340'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20597340'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22128647_22128647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22128647_22128647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22128647_22128647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22128647_22128647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22128647_22128647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22128647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22128647'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22128647'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21403151_21403151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21403151_21403151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21403151_21403151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21403151_21403151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21403151_21403151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21403151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21403151'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21403151'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22610116_22610116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22610116_22610116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22610116_22610116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22610116_22610116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22610116_22610116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22610116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22610116'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22610116'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22346929_22346929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22346929_22346929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22346929_22346929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22346929_22346929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22346929_22346929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22346929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22346929'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22346929'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21208556_21208556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21208556_21208556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21208556_21208556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21208556_21208556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21208556_21208556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21208556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21208556'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21208556'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21442464_21442464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21442464_21442464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21442464_21442464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21442464_21442464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21442464_21442464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21442464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21442464'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21442464'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21677218_21677218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21677218_21677218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21677218_21677218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21677218_21677218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21677218_21677218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21677218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21677218'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21677218'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22005311_22005311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22005311_22005311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22005311_22005311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22005311_22005311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22005311_22005311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22005311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22005311'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22005311'^^xsd:integer;
  dwc:observationDate '2014-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21874382_21874382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21874382_21874382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21874382_21874382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21874382_21874382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21874382_21874382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21874382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21874382'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21874382'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21198126_21198126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21198126_21198126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21198126_21198126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21198126_21198126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21198126_21198126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21198126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21198126'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21198126'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22001535_22001535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22001535_22001535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22001535_22001535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22001535_22001535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22001535_22001535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22001535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22001535'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22001535'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21359553_21359553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21359553_21359553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21359553_21359553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21359553_21359553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21359553_21359553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21359553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21359553'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21359553'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21952569_21952569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21952569_21952569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21952569_21952569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21952569_21952569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21952569_21952569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21952569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21952569'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21952569'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21906567_21906567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21906567_21906567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21906567_21906567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21906567_21906567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21906567_21906567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21906567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21906567'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21906567'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21676583_21676583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21676583_21676583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21676583_21676583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21676583_21676583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21676583_21676583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21676583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21676583'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21676583'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22107478_22107478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22107478_22107478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22107478_22107478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22107478_22107478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22107478_22107478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22107478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22107478'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22107478'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21210207_21210207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21210207_21210207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21210207_21210207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21210207_21210207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21210207_21210207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21210207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21210207'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21210207'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21077963_21077963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21077963_21077963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21077963_21077963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21077963_21077963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21077963_21077963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21077963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21077963'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21077963'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22355836_22355836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22355836_22355836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22355836_22355836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22355836_22355836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22355836_22355836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22355836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22355836'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22355836'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21700961_21700961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21700961_21700961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21700961_21700961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21700961_21700961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21700961_21700961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21700961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21700961'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21700961'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22248779_22248779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22248779_22248779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22248779_22248779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22248779_22248779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22248779_22248779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22248779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22248779'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22248779'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22329891_22329891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22329891_22329891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22329891_22329891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22329891_22329891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22329891_22329891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22329891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22329891'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22329891'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20607356_20607356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20607356_20607356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20607356_20607356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20607356_20607356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20607356_20607356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20607356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20607356'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20607356'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21464521_21464521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21464521_21464521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21464521_21464521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21464521_21464521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21464521_21464521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21464521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21464521'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21464521'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21185783_21185783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21185783_21185783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21185783_21185783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21185783_21185783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21185783_21185783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21185783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21185783'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21185783'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21189459_21189459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21189459_21189459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21189459_21189459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21189459_21189459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21189459_21189459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21189459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21189459'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21189459'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22224499_22224499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22224499_22224499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22224499_22224499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22224499_22224499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22224499_22224499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22224499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22224499'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22224499'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22122094_22122094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22122094_22122094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22122094_22122094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22122094_22122094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22122094_22122094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22122094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22122094'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22122094'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21845688_21845688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21845688_21845688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21845688_21845688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21845688_21845688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21845688_21845688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21845688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21845688'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21845688'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21307370_21307370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21307370_21307370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21307370_21307370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21307370_21307370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21307370_21307370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21307370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21307370'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21307370'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21930221_21930221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21930221_21930221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21930221_21930221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21930221_21930221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21930221_21930221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21930221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21930221'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21930221'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21636269_21636269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21636269_21636269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21636269_21636269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21636269_21636269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21636269_21636269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21636269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21636269'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21636269'^^xsd:integer;
  dwc:observationDate '2014-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20779953_20779953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20779953_20779953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20779953_20779953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20779953_20779953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20779953_20779953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20779953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20779953'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20779953'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22268317_22268317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22268317_22268317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22268317_22268317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22268317_22268317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22268317_22268317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22268317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22268317'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22268317'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21608557_21608557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21608557_21608557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21608557_21608557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21608557_21608557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21608557_21608557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21608557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21608557'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21608557'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20674309_20674309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20674309_20674309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20674309_20674309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20674309_20674309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20674309_20674309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20674309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20674309'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20674309'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22045943_22045943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22045943_22045943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22045943_22045943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22045943_22045943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22045943_22045943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22045943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22045943'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22045943'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21249855_21249855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21249855_21249855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21249855_21249855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21249855_21249855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21249855_21249855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21249855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21249855'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21249855'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21554979_21554979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21554979_21554979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21554979_21554979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21554979_21554979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21554979_21554979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21554979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21554979'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21554979'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20896555_20896555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20896555_20896555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20896555_20896555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20896555_20896555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20896555_20896555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20896555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20896555'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20896555'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21544879_21544879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21544879_21544879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21544879_21544879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21544879_21544879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21544879_21544879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21544879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21544879'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21544879'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22688022_22688022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22688022_22688022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22688022_22688022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22688022_22688022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22688022_22688022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22688022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22688022'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22688022'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21200066_21200066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21200066_21200066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21200066_21200066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21200066_21200066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21200066_21200066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21200066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21200066'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21200066'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21863597_21863597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21863597_21863597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21863597_21863597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21863597_21863597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21863597_21863597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21863597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21863597'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21863597'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21349716_21349716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21349716_21349716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21349716_21349716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21349716_21349716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21349716_21349716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21349716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21349716'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21349716'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22003578_22003578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22003578_22003578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22003578_22003578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22003578_22003578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22003578_22003578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22003578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22003578'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22003578'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20853625_20853625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20853625_20853625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20853625_20853625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20853625_20853625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20853625_20853625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20853625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20853625'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20853625'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22361723_22361723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22361723_22361723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22361723_22361723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22361723_22361723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22361723_22361723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22361723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22361723'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22361723'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20983124_20983124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20983124_20983124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20983124_20983124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20983124_20983124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20983124_20983124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20983124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20983124'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20983124'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22530731_22530731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22530731_22530731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22530731_22530731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22530731_22530731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22530731_22530731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22530731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22530731'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22530731'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20731543_20731543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20731543_20731543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20731543_20731543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20731543_20731543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20731543_20731543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20731543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20731543'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20731543'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20634768_20634768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20634768_20634768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20634768_20634768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20634768_20634768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20634768_20634768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20634768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20634768'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20634768'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21705758_21705758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21705758_21705758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21705758_21705758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21705758_21705758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21705758_21705758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21705758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21705758'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21705758'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21266715_21266715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21266715_21266715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21266715_21266715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21266715_21266715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21266715_21266715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21266715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21266715'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21266715'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20651294_20651294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20651294_20651294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20651294_20651294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20651294_20651294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20651294_20651294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20651294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20651294'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20651294'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21628188_21628188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21628188_21628188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21628188_21628188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21628188_21628188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21628188_21628188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21628188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21628188'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21628188'^^xsd:integer;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20756548_20756548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20756548_20756548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20756548_20756548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20756548_20756548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20756548_20756548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20756548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20756548'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20756548'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21818162_21818162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21818162_21818162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21818162_21818162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21818162_21818162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21818162_21818162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21818162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21818162'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21818162'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21214354_21214354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21214354_21214354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21214354_21214354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21214354_21214354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21214354_21214354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21214354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21214354'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21214354'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20691812_20691812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20691812_20691812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20691812_20691812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20691812_20691812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20691812_20691812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20691812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20691812'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20691812'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21104484_21104484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21104484_21104484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21104484_21104484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21104484_21104484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21104484_21104484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21104484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21104484'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21104484'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22225321_22225321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22225321_22225321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22225321_22225321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22225321_22225321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22225321_22225321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22225321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22225321'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22225321'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20791538_20791538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20791538_20791538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20791538_20791538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20791538_20791538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20791538_20791538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20791538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20791538'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20791538'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21923437_21923437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21923437_21923437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21923437_21923437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21923437_21923437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21923437_21923437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21923437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21923437'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21923437'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22470898_22470898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22470898_22470898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22470898_22470898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22470898_22470898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22470898_22470898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22470898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22470898'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22470898'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21910146_21910146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21910146_21910146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21910146_21910146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21910146_21910146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21910146_21910146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21910146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21910146'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21910146'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22449556_22449556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22449556_22449556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22449556_22449556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22449556_22449556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22449556_22449556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22449556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22449556'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22449556'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21354904_21354904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21354904_21354904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21354904_21354904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21354904_21354904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21354904_21354904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21354904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21354904'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21354904'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22240488_22240488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22240488_22240488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22240488_22240488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22240488_22240488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22240488_22240488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22240488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22240488'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22240488'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22211763_22211763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22211763_22211763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22211763_22211763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22211763_22211763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22211763_22211763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22211763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22211763'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22211763'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21726539_21726539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21726539_21726539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21726539_21726539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21726539_21726539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21726539_21726539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21726539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21726539'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21726539'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20910034_20910034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20910034_20910034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20910034_20910034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20910034_20910034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20910034_20910034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20910034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20910034'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20910034'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22508041_22508041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22508041_22508041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22508041_22508041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22508041_22508041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22508041_22508041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22508041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22508041'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22508041'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20609186_20609186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20609186_20609186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20609186_20609186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20609186_20609186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20609186_20609186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20609186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20609186'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20609186'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22085265_22085265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22085265_22085265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22085265_22085265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22085265_22085265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22085265_22085265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22085265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22085265'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22085265'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22186886_22186886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22186886_22186886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22186886_22186886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22186886_22186886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22186886_22186886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22186886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22186886'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22186886'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21442058_21442058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21442058_21442058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21442058_21442058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21442058_21442058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21442058_21442058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21442058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21442058'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21442058'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21882873_21882873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21882873_21882873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21882873_21882873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21882873_21882873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21882873_21882873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21882873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21882873'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21882873'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21304860_21304860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21304860_21304860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21304860_21304860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21304860_21304860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21304860_21304860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21304860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21304860'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21304860'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21700330_21700330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21700330_21700330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21700330_21700330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21700330_21700330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21700330_21700330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21700330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21700330'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21700330'^^xsd:integer;
  dwc:observationDate '2014-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22040811_22040811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22040811_22040811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22040811_22040811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22040811_22040811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22040811_22040811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22040811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22040811'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22040811'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20966513_20966513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20966513_20966513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20966513_20966513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20966513_20966513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20966513_20966513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20966513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20966513'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20966513'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22260377_22260377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22260377_22260377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22260377_22260377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22260377_22260377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22260377_22260377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22260377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22260377'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22260377'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21621660_21621660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21621660_21621660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21621660_21621660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21621660_21621660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21621660_21621660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21621660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21621660'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21621660'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22137613_22137613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22137613_22137613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22137613_22137613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22137613_22137613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22137613_22137613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22137613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22137613'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22137613'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20818734_20818734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20818734_20818734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20818734_20818734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20818734_20818734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20818734_20818734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20818734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20818734'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20818734'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22300798_22300798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22300798_22300798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22300798_22300798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22300798_22300798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22300798_22300798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22300798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22300798'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22300798'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22197720_22197720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22197720_22197720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22197720_22197720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22197720_22197720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22197720_22197720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22197720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22197720'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22197720'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20888280_20888280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20888280_20888280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20888280_20888280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20888280_20888280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20888280_20888280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20888280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20888280'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20888280'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21738883_21738883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21738883_21738883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21738883_21738883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21738883_21738883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21738883_21738883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21738883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21738883'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21738883'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21970515_21970515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21970515_21970515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21970515_21970515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21970515_21970515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21970515_21970515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21970515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21970515'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21970515'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21692204_21692204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21692204_21692204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21692204_21692204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21692204_21692204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21692204_21692204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21692204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21692204'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21692204'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22265977_22265977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22265977_22265977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22265977_22265977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22265977_22265977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22265977_22265977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22265977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22265977'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22265977'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22060180_22060180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22060180_22060180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22060180_22060180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22060180_22060180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22060180_22060180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22060180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22060180'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22060180'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21036114_21036114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21036114_21036114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21036114_21036114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21036114_21036114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21036114_21036114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21036114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21036114'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21036114'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21009803_21009803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21009803_21009803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21009803_21009803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21009803_21009803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21009803_21009803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21009803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21009803'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21009803'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22347017_22347017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22347017_22347017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22347017_22347017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22347017_22347017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22347017_22347017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22347017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22347017'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22347017'^^xsd:integer;
  dwc:observationDate '2014-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21341445_21341445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21341445_21341445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21341445_21341445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21341445_21341445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21341445_21341445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21341445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21341445'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21341445'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22510109_22510109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22510109_22510109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22510109_22510109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22510109_22510109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22510109_22510109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22510109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22510109'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22510109'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22581242_22581242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22581242_22581242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22581242_22581242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22581242_22581242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22581242_22581242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22581242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22581242'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22581242'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21994964_21994964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21994964_21994964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21994964_21994964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21994964_21994964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21994964_21994964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21994964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21994964'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21994964'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21379263_21379263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21379263_21379263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21379263_21379263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21379263_21379263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21379263_21379263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21379263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21379263'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21379263'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21490965_21490965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21490965_21490965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21490965_21490965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21490965_21490965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21490965_21490965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21490965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21490965'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21490965'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21427219_21427219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21427219_21427219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21427219_21427219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21427219_21427219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21427219_21427219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21427219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21427219'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21427219'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22220447_22220447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22220447_22220447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22220447_22220447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22220447_22220447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22220447_22220447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22220447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22220447'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22220447'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21339660_21339660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21339660_21339660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21339660_21339660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21339660_21339660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21339660_21339660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21339660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21339660'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21339660'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21650836_21650836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21650836_21650836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21650836_21650836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21650836_21650836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21650836_21650836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21650836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21650836'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21650836'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20775640_20775640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20775640_20775640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20775640_20775640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20775640_20775640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20775640_20775640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20775640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20775640'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20775640'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21933175_21933175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21933175_21933175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21933175_21933175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21933175_21933175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21933175_21933175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21933175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21933175'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21933175'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21875837_21875837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21875837_21875837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21875837_21875837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21875837_21875837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21875837_21875837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21875837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21875837'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21875837'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20984325_20984325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20984325_20984325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20984325_20984325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20984325_20984325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20984325_20984325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20984325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20984325'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20984325'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21817838_21817838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21817838_21817838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21817838_21817838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21817838_21817838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21817838_21817838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21817838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21817838'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21817838'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21074467_21074467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21074467_21074467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21074467_21074467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21074467_21074467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21074467_21074467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21074467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21074467'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21074467'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21112003_21112003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21112003_21112003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21112003_21112003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21112003_21112003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21112003_21112003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21112003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21112003'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21112003'^^xsd:integer;
  dwc:observationDate '2014-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21507006_21507006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21507006_21507006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21507006_21507006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21507006_21507006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21507006_21507006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21507006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21507006'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21507006'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21090674_21090674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21090674_21090674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21090674_21090674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21090674_21090674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21090674_21090674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21090674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21090674'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21090674'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21763459_21763459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21763459_21763459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21763459_21763459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21763459_21763459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21763459_21763459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21763459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21763459'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21763459'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20899464_20899464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20899464_20899464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20899464_20899464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20899464_20899464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20899464_20899464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20899464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20899464'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20899464'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22367326_22367326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22367326_22367326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22367326_22367326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22367326_22367326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22367326_22367326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22367326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22367326'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22367326'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21860806_21860806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21860806_21860806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21860806_21860806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21860806_21860806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21860806_21860806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21860806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21860806'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21860806'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21406258_21406258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21406258_21406258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21406258_21406258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21406258_21406258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21406258_21406258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21406258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21406258'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21406258'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20707097_20707097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20707097_20707097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20707097_20707097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20707097_20707097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20707097_20707097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20707097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20707097'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20707097'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21418425_21418425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21418425_21418425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21418425_21418425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21418425_21418425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21418425_21418425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21418425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21418425'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21418425'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21892546_21892546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21892546_21892546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21892546_21892546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21892546_21892546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21892546_21892546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21892546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21892546'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21892546'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21953528_21953528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21953528_21953528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21953528_21953528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21953528_21953528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21953528_21953528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21953528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21953528'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21953528'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20634346_20634346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20634346_20634346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20634346_20634346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20634346_20634346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20634346_20634346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20634346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20634346'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20634346'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21126497_21126497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21126497_21126497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21126497_21126497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21126497_21126497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21126497_21126497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21126497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21126497'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21126497'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21298918_21298918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21298918_21298918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21298918_21298918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21298918_21298918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21298918_21298918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21298918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21298918'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21298918'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22244872_22244872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22244872_22244872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22244872_22244872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22244872_22244872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22244872_22244872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22244872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22244872'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22244872'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21379968_21379968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21379968_21379968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21379968_21379968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21379968_21379968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21379968_21379968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21379968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21379968'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21379968'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22428526_22428526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22428526_22428526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22428526_22428526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22428526_22428526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22428526_22428526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22428526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22428526'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22428526'^^xsd:integer;
  dwc:observationDate '2014-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22119227_22119227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22119227_22119227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22119227_22119227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22119227_22119227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22119227_22119227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22119227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22119227'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22119227'^^xsd:integer;
  dwc:observationDate '2014-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22697963_22697963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22697963_22697963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22697963_22697963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22697963_22697963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22697963_22697963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22697963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22697963'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22697963'^^xsd:integer;
  dwc:observationDate '2014-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22546945_22546945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22546945_22546945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22546945_22546945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22546945_22546945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22546945_22546945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22546945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22546945'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22546945'^^xsd:integer;
  dwc:observationDate '2014-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20763108_20763108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20763108_20763108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20763108_20763108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20763108_20763108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20763108_20763108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20763108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20763108'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20763108'^^xsd:integer;
  dwc:observationDate '2014-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21708359_21708359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21708359_21708359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21708359_21708359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21708359_21708359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21708359_21708359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21708359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21708359'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21708359'^^xsd:integer;
  dwc:observationDate '2014-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22189170_22189170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22189170_22189170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22189170_22189170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22189170_22189170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22189170_22189170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22189170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22189170'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22189170'^^xsd:integer;
  dwc:observationDate '2014-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20955459_20955459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20955459_20955459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20955459_20955459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20955459_20955459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20955459_20955459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20955459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20955459'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20955459'^^xsd:integer;
  dwc:observationDate '2014-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20967255_20967255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20967255_20967255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20967255_20967255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20967255_20967255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20967255_20967255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20967255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20967255'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20967255'^^xsd:integer;
  dwc:observationDate '2014-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22257613_22257613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22257613_22257613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22257613_22257613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22257613_22257613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22257613_22257613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22257613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22257613'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22257613'^^xsd:integer;
  dwc:observationDate '2014-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22493450_22493450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22493450_22493450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22493450_22493450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22493450_22493450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22493450_22493450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22493450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22493450'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22493450'^^xsd:integer;
  dwc:observationDate '2014-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21801292_21801292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21801292_21801292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21801292_21801292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21801292_21801292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21801292_21801292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21801292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21801292'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21801292'^^xsd:integer;
  dwc:observationDate '2014-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21368595_21368595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21368595_21368595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21368595_21368595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21368595_21368595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21368595_21368595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21368595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21368595'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21368595'^^xsd:integer;
  dwc:observationDate '2014-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21654292_21654292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21654292_21654292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21654292_21654292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21654292_21654292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21654292_21654292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21654292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21654292'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21654292'^^xsd:integer;
  dwc:observationDate '2014-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20838535_20838535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20838535_20838535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20838535_20838535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20838535_20838535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20838535_20838535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20838535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20838535'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20838535'^^xsd:integer;
  dwc:observationDate '2014-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20790763_20790763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20790763_20790763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20790763_20790763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20790763_20790763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20790763_20790763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20790763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20790763'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20790763'^^xsd:integer;
  dwc:observationDate '2014-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22101686_22101686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22101686_22101686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22101686_22101686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22101686_22101686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22101686_22101686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22101686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22101686'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22101686'^^xsd:integer;
  dwc:observationDate '2014-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21550275_21550275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21550275_21550275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21550275_21550275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21550275_21550275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21550275_21550275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21550275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21550275'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21550275'^^xsd:integer;
  dwc:observationDate '2014-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22152128_22152128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22152128_22152128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22152128_22152128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22152128_22152128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22152128_22152128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22152128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22152128'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22152128'^^xsd:integer;
  dwc:observationDate '2014-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22281916_22281916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22281916_22281916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22281916_22281916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22281916_22281916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22281916_22281916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22281916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22281916'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22281916'^^xsd:integer;
  dwc:observationDate '2014-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21446659_21446659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21446659_21446659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21446659_21446659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21446659_21446659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21446659_21446659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21446659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21446659'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21446659'^^xsd:integer;
  dwc:observationDate '2014-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22330253_22330253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22330253_22330253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22330253_22330253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22330253_22330253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22330253_22330253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22330253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22330253'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22330253'^^xsd:integer;
  dwc:observationDate '2014-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20821214_20821214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20821214_20821214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20821214_20821214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20821214_20821214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20821214_20821214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20821214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20821214'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20821214'^^xsd:integer;
  dwc:observationDate '2014-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21554210_21554210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21554210_21554210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21554210_21554210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21554210_21554210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21554210_21554210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21554210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21554210'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21554210'^^xsd:integer;
  dwc:observationDate '2014-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21252860_21252860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21252860_21252860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21252860_21252860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21252860_21252860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21252860_21252860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21252860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21252860'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21252860'^^xsd:integer;
  dwc:observationDate '2014-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21100137_21100137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21100137_21100137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21100137_21100137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21100137_21100137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21100137_21100137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21100137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21100137'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21100137'^^xsd:integer;
  dwc:observationDate '2014-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21174978_21174978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21174978_21174978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21174978_21174978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21174978_21174978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21174978_21174978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21174978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21174978'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21174978'^^xsd:integer;
  dwc:observationDate '2014-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20734527_20734527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20734527_20734527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20734527_20734527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20734527_20734527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20734527_20734527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20734527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20734527'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20734527'^^xsd:integer;
  dwc:observationDate '2014-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21003035_21003035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21003035_21003035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21003035_21003035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21003035_21003035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21003035_21003035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21003035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21003035'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21003035'^^xsd:integer;
  dwc:observationDate '2014-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22404495_22404495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22404495_22404495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22404495_22404495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22404495_22404495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22404495_22404495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22404495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22404495'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22404495'^^xsd:integer;
  dwc:observationDate '2014-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21497132_21497132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21497132_21497132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21497132_21497132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21497132_21497132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21497132_21497132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21497132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21497132'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21497132'^^xsd:integer;
  dwc:observationDate '2014-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21669133_21669133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21669133_21669133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21669133_21669133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21669133_21669133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21669133_21669133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21669133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21669133'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21669133'^^xsd:integer;
  dwc:observationDate '2014-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21292270_21292270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21292270_21292270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21292270_21292270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21292270_21292270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21292270_21292270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21292270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21292270'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21292270'^^xsd:integer;
  dwc:observationDate '2014-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22491574_22491574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22491574_22491574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22491574_22491574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22491574_22491574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22491574_22491574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22491574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22491574'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22491574'^^xsd:integer;
  dwc:observationDate '2014-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21745961_21745961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21745961_21745961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21745961_21745961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21745961_21745961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21745961_21745961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21745961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21745961'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21745961'^^xsd:integer;
  dwc:observationDate '2014-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20819515_20819515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20819515_20819515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20819515_20819515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20819515_20819515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20819515_20819515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20819515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20819515'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20819515'^^xsd:integer;
  dwc:observationDate '2014-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22070374_22070374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22070374_22070374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22070374_22070374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22070374_22070374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22070374_22070374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22070374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22070374'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22070374'^^xsd:integer;
  dwc:observationDate '2014-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21950170_21950170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21950170_21950170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21950170_21950170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21950170_21950170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21950170_21950170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21950170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21950170'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21950170'^^xsd:integer;
  dwc:observationDate '2014-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21513247_21513247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21513247_21513247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21513247_21513247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21513247_21513247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21513247_21513247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21513247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21513247'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21513247'^^xsd:integer;
  dwc:observationDate '2014-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21221469_21221469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21221469_21221469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21221469_21221469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21221469_21221469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21221469_21221469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21221469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21221469'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21221469'^^xsd:integer;
  dwc:observationDate '2014-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20598166_20598166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20598166_20598166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20598166_20598166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20598166_20598166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20598166_20598166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20598166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20598166'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20598166'^^xsd:integer;
  dwc:observationDate '2014-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20764602_20764602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20764602_20764602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20764602_20764602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20764602_20764602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20764602_20764602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20764602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20764602'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20764602'^^xsd:integer;
  dwc:observationDate '2014-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22149408_22149408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22149408_22149408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22149408_22149408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22149408_22149408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22149408_22149408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22149408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22149408'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22149408'^^xsd:integer;
  dwc:observationDate '2014-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21797395_21797395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21797395_21797395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21797395_21797395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21797395_21797395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21797395_21797395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21797395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21797395'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21797395'^^xsd:integer;
  dwc:observationDate '2014-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22078499_22078499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22078499_22078499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22078499_22078499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22078499_22078499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22078499_22078499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22078499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22078499'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22078499'^^xsd:integer;
  dwc:observationDate '2014-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22598363_22598363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22598363_22598363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22598363_22598363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22598363_22598363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22598363_22598363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22598363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22598363'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22598363'^^xsd:integer;
  dwc:observationDate '2014-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22235418_22235418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22235418_22235418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22235418_22235418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22235418_22235418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22235418_22235418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22235418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22235418'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22235418'^^xsd:integer;
  dwc:observationDate '2014-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21301615_21301615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21301615_21301615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21301615_21301615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21301615_21301615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21301615_21301615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21301615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21301615'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21301615'^^xsd:integer;
  dwc:observationDate '2014-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21595056_21595056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21595056_21595056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21595056_21595056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21595056_21595056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21595056_21595056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21595056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21595056'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21595056'^^xsd:integer;
  dwc:observationDate '2014-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21783475_21783475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21783475_21783475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21783475_21783475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21783475_21783475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21783475_21783475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21783475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21783475'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21783475'^^xsd:integer;
  dwc:observationDate '2014-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22055003_22055003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22055003_22055003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22055003_22055003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22055003_22055003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22055003_22055003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22055003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22055003'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22055003'^^xsd:integer;
  dwc:observationDate '2014-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21476123_21476123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21476123_21476123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21476123_21476123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21476123_21476123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21476123_21476123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21476123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21476123'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21476123'^^xsd:integer;
  dwc:observationDate '2014-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21020213_21020213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21020213_21020213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21020213_21020213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21020213_21020213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21020213_21020213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21020213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21020213'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21020213'^^xsd:integer;
  dwc:observationDate '2014-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21684193_21684193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21684193_21684193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21684193_21684193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21684193_21684193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21684193_21684193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21684193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21684193'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21684193'^^xsd:integer;
  dwc:observationDate '2014-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20741618_20741618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20741618_20741618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20741618_20741618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20741618_20741618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20741618_20741618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20741618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20741618'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20741618'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21058484_21058484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21058484_21058484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21058484_21058484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21058484_21058484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21058484_21058484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21058484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21058484'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21058484'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20687787_20687787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20687787_20687787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20687787_20687787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20687787_20687787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20687787_20687787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20687787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20687787'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20687787'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21885182_21885182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21885182_21885182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21885182_21885182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21885182_21885182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21885182_21885182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21885182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21885182'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21885182'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20925782_20925782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20925782_20925782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20925782_20925782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20925782_20925782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20925782_20925782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20925782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20925782'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20925782'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21104641_21104641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21104641_21104641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21104641_21104641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21104641_21104641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21104641_21104641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21104641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21104641'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21104641'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20615454_20615454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20615454_20615454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20615454_20615454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20615454_20615454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20615454_20615454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20615454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20615454'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20615454'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21894974_21894974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21894974_21894974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21894974_21894974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21894974_21894974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21894974_21894974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21894974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21894974'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21894974'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21080153_21080153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21080153_21080153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21080153_21080153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21080153_21080153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21080153_21080153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21080153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21080153'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21080153'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22281939_22281939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22281939_22281939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22281939_22281939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22281939_22281939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22281939_22281939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22281939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22281939'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22281939'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21171533_21171533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21171533_21171533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21171533_21171533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21171533_21171533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21171533_21171533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21171533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21171533'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21171533'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22012551_22012551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22012551_22012551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22012551_22012551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22012551_22012551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22012551_22012551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22012551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22012551'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22012551'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22284576_22284576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22284576_22284576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22284576_22284576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22284576_22284576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22284576_22284576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22284576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22284576'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22284576'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22161105_22161105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22161105_22161105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22161105_22161105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22161105_22161105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22161105_22161105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22161105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22161105'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22161105'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21204803_21204803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21204803_21204803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21204803_21204803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21204803_21204803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21204803_21204803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21204803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21204803'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21204803'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21254280_21254280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21254280_21254280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21254280_21254280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21254280_21254280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21254280_21254280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21254280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21254280'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21254280'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21861088_21861088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21861088_21861088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21861088_21861088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21861088_21861088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21861088_21861088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21861088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21861088'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21861088'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22327305_22327305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22327305_22327305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22327305_22327305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22327305_22327305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22327305_22327305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22327305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22327305'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22327305'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20983554_20983554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20983554_20983554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20983554_20983554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20983554_20983554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20983554_20983554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20983554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20983554'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20983554'^^xsd:integer;
  dwc:observationDate '2014-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21392796_21392796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21392796_21392796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21392796_21392796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21392796_21392796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21392796_21392796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21392796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21392796'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21392796'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21841580_21841580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21841580_21841580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21841580_21841580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21841580_21841580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21841580_21841580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21841580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21841580'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21841580'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21645918_21645918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21645918_21645918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21645918_21645918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21645918_21645918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21645918_21645918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21645918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21645918'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21645918'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21184722_21184722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21184722_21184722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21184722_21184722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21184722_21184722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21184722_21184722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21184722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21184722'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21184722'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21152807_21152807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21152807_21152807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21152807_21152807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21152807_21152807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21152807_21152807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21152807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21152807'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21152807'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21250112_21250112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21250112_21250112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21250112_21250112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21250112_21250112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21250112_21250112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21250112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21250112'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21250112'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21325976_21325976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21325976_21325976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21325976_21325976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21325976_21325976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21325976_21325976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21325976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21325976'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21325976'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22544247_22544247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22544247_22544247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22544247_22544247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22544247_22544247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22544247_22544247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22544247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22544247'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22544247'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20694450_20694450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20694450_20694450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20694450_20694450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20694450_20694450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20694450_20694450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20694450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20694450'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20694450'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22644908_22644908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22644908_22644908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22644908_22644908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22644908_22644908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22644908_22644908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22644908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22644908'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22644908'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22230889_22230889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22230889_22230889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22230889_22230889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22230889_22230889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22230889_22230889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22230889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22230889'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22230889'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20653066_20653066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20653066_20653066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20653066_20653066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20653066_20653066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20653066_20653066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20653066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20653066'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20653066'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21565596_21565596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21565596_21565596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21565596_21565596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21565596_21565596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21565596_21565596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21565596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21565596'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21565596'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20879847_20879847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20879847_20879847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20879847_20879847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20879847_20879847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20879847_20879847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20879847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20879847'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20879847'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21235442_21235442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21235442_21235442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21235442_21235442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21235442_21235442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21235442_21235442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21235442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21235442'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21235442'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21253944_21253944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21253944_21253944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21253944_21253944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21253944_21253944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21253944_21253944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21253944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21253944'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21253944'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22613469_22613469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22613469_22613469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22613469_22613469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22613469_22613469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22613469_22613469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22613469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22613469'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22613469'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22168777_22168777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22168777_22168777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22168777_22168777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22168777_22168777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22168777_22168777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22168777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22168777'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22168777'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20753675_20753675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20753675_20753675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20753675_20753675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20753675_20753675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20753675_20753675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20753675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20753675'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20753675'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21537637_21537637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21537637_21537637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21537637_21537637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21537637_21537637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21537637_21537637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21537637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21537637'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21537637'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20819962_20819962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20819962_20819962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20819962_20819962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20819962_20819962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20819962_20819962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20819962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20819962'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20819962'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20600685_20600685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20600685_20600685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20600685_20600685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20600685_20600685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20600685_20600685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20600685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20600685'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20600685'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21956769_21956769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21956769_21956769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21956769_21956769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21956769_21956769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21956769_21956769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21956769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21956769'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21956769'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21267503_21267503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21267503_21267503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21267503_21267503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21267503_21267503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21267503_21267503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21267503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21267503'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21267503'^^xsd:integer;
  dwc:observationDate '2014-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22096438_22096438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22096438_22096438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22096438_22096438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22096438_22096438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22096438_22096438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22096438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22096438'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22096438'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20589621_20589621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20589621_20589621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20589621_20589621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20589621_20589621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20589621_20589621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20589621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20589621'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20589621'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21099725_21099725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21099725_21099725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21099725_21099725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21099725_21099725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21099725_21099725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21099725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21099725'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21099725'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21831195_21831195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21831195_21831195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21831195_21831195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21831195_21831195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21831195_21831195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21831195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21831195'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21831195'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21427716_21427716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21427716_21427716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21427716_21427716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21427716_21427716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21427716_21427716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21427716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21427716'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21427716'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21793237_21793237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21793237_21793237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21793237_21793237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21793237_21793237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21793237_21793237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21793237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21793237'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21793237'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22200713_22200713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22200713_22200713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22200713_22200713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22200713_22200713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22200713_22200713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22200713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22200713'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22200713'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21986052_21986052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21986052_21986052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21986052_21986052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21986052_21986052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21986052_21986052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21986052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21986052'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21986052'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21410623_21410623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21410623_21410623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21410623_21410623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21410623_21410623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21410623_21410623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21410623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21410623'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21410623'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21628704_21628704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21628704_21628704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21628704_21628704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21628704_21628704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21628704_21628704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21628704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21628704'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21628704'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21785982_21785982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21785982_21785982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21785982_21785982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21785982_21785982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21785982_21785982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21785982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21785982'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21785982'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22677189_22677189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22677189_22677189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22677189_22677189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22677189_22677189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22677189_22677189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22677189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22677189'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22677189'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22108826_22108826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22108826_22108826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22108826_22108826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22108826_22108826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22108826_22108826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22108826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22108826'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22108826'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22292152_22292152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22292152_22292152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22292152_22292152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22292152_22292152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22292152_22292152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22292152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22292152'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22292152'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22422274_22422274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22422274_22422274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22422274_22422274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22422274_22422274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22422274_22422274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22422274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22422274'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22422274'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22192149_22192149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22192149_22192149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22192149_22192149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22192149_22192149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22192149_22192149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22192149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22192149'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22192149'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20924212_20924212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20924212_20924212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20924212_20924212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20924212_20924212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20924212_20924212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20924212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20924212'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20924212'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21938453_21938453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21938453_21938453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21938453_21938453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21938453_21938453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21938453_21938453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21938453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21938453'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21938453'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20705761_20705761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20705761_20705761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20705761_20705761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20705761_20705761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20705761_20705761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20705761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20705761'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20705761'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21262742_21262742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21262742_21262742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21262742_21262742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21262742_21262742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21262742_21262742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21262742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21262742'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21262742'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21970778_21970778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21970778_21970778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21970778_21970778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21970778_21970778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21970778_21970778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21970778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21970778'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21970778'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21727768_21727768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21727768_21727768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21727768_21727768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21727768_21727768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21727768_21727768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21727768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21727768'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21727768'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22331731_22331731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22331731_22331731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22331731_22331731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22331731_22331731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22331731_22331731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22331731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22331731'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22331731'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22416647_22416647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22416647_22416647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22416647_22416647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22416647_22416647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22416647_22416647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22416647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22416647'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22416647'^^xsd:integer;
  dwc:observationDate '2014-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22422810_22422810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22422810_22422810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22422810_22422810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22422810_22422810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22422810_22422810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22422810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22422810'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22422810'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21088433_21088433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21088433_21088433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21088433_21088433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21088433_21088433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21088433_21088433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21088433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21088433'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21088433'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21830359_21830359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21830359_21830359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21830359_21830359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21830359_21830359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21830359_21830359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21830359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21830359'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21830359'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21382377_21382377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21382377_21382377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21382377_21382377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21382377_21382377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21382377_21382377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21382377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21382377'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21382377'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22183805_22183805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22183805_22183805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22183805_22183805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22183805_22183805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22183805_22183805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22183805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22183805'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22183805'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22371691_22371691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22371691_22371691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22371691_22371691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22371691_22371691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22371691_22371691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22371691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22371691'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22371691'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20636493_20636493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20636493_20636493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20636493_20636493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20636493_20636493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20636493_20636493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20636493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20636493'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20636493'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20873662_20873662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20873662_20873662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20873662_20873662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20873662_20873662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20873662_20873662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20873662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20873662'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20873662'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21160283_21160283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21160283_21160283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21160283_21160283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21160283_21160283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21160283_21160283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21160283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21160283'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21160283'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21626387_21626387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21626387_21626387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21626387_21626387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21626387_21626387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21626387_21626387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21626387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21626387'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21626387'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21223809_21223809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21223809_21223809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21223809_21223809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21223809_21223809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21223809_21223809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21223809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21223809'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21223809'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22085514_22085514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22085514_22085514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22085514_22085514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22085514_22085514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22085514_22085514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22085514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22085514'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22085514'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21294985_21294985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21294985_21294985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21294985_21294985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21294985_21294985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21294985_21294985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21294985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21294985'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21294985'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21816469_21816469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21816469_21816469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21816469_21816469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21816469_21816469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21816469_21816469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21816469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21816469'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21816469'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22152330_22152330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22152330_22152330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22152330_22152330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22152330_22152330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22152330_22152330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22152330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22152330'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22152330'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20769037_20769037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20769037_20769037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20769037_20769037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20769037_20769037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20769037_20769037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20769037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20769037'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20769037'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22019420_22019420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22019420_22019420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22019420_22019420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22019420_22019420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22019420_22019420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22019420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22019420'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22019420'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20789091_20789091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20789091_20789091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20789091_20789091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20789091_20789091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20789091_20789091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20789091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20789091'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20789091'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21082677_21082677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21082677_21082677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21082677_21082677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21082677_21082677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21082677_21082677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21082677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21082677'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21082677'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21536396_21536396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21536396_21536396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21536396_21536396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21536396_21536396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21536396_21536396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21536396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21536396'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21536396'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21699660_21699660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21699660_21699660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21699660_21699660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21699660_21699660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21699660_21699660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21699660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21699660'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21699660'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21678792_21678792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21678792_21678792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21678792_21678792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21678792_21678792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21678792_21678792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21678792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21678792'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21678792'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21501555_21501555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21501555_21501555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21501555_21501555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21501555_21501555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21501555_21501555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21501555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21501555'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21501555'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21142304_21142304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21142304_21142304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21142304_21142304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21142304_21142304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21142304_21142304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21142304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21142304'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21142304'^^xsd:integer;
  dwc:observationDate '2014-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21901962_21901962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21901962_21901962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21901962_21901962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21901962_21901962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21901962_21901962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21901962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21901962'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21901962'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21901328_21901328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21901328_21901328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21901328_21901328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21901328_21901328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21901328_21901328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21901328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21901328'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21901328'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22125774_22125774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22125774_22125774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22125774_22125774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22125774_22125774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22125774_22125774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22125774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22125774'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22125774'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20793435_20793435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20793435_20793435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20793435_20793435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20793435_20793435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20793435_20793435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20793435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20793435'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20793435'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21288351_21288351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21288351_21288351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21288351_21288351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21288351_21288351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21288351_21288351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21288351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21288351'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21288351'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22445580_22445580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22445580_22445580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22445580_22445580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22445580_22445580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22445580_22445580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22445580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22445580'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22445580'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21776881_21776881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21776881_21776881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21776881_21776881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21776881_21776881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21776881_21776881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21776881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21776881'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21776881'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22390560_22390560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22390560_22390560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22390560_22390560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22390560_22390560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22390560_22390560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22390560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22390560'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22390560'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20895016_20895016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20895016_20895016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20895016_20895016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20895016_20895016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20895016_20895016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20895016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20895016'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20895016'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20871561_20871561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20871561_20871561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20871561_20871561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20871561_20871561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20871561_20871561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20871561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20871561'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20871561'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22123824_22123824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22123824_22123824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22123824_22123824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22123824_22123824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22123824_22123824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22123824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22123824'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22123824'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22044355_22044355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22044355_22044355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22044355_22044355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22044355_22044355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22044355_22044355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22044355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22044355'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22044355'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21000588_21000588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21000588_21000588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21000588_21000588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21000588_21000588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21000588_21000588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21000588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21000588'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21000588'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21349255_21349255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21349255_21349255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21349255_21349255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21349255_21349255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21349255_21349255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21349255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21349255'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21349255'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21689073_21689073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21689073_21689073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21689073_21689073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21689073_21689073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21689073_21689073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21689073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21689073'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21689073'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21390955_21390955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21390955_21390955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21390955_21390955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21390955_21390955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21390955_21390955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21390955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21390955'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21390955'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21384724_21384724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21384724_21384724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21384724_21384724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21384724_21384724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21384724_21384724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21384724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21384724'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21384724'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21965024_21965024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21965024_21965024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21965024_21965024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21965024_21965024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21965024_21965024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21965024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21965024'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21965024'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20866994_20866994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20866994_20866994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20866994_20866994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20866994_20866994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20866994_20866994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20866994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20866994'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20866994'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22675153_22675153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22675153_22675153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22675153_22675153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22675153_22675153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22675153_22675153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22675153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22675153'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22675153'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21477539_21477539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21477539_21477539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21477539_21477539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21477539_21477539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21477539_21477539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21477539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21477539'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21477539'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21545015_21545015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21545015_21545015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21545015_21545015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21545015_21545015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21545015_21545015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21545015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21545015'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21545015'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22093287_22093287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22093287_22093287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22093287_22093287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22093287_22093287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22093287_22093287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22093287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22093287'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22093287'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21215138_21215138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21215138_21215138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21215138_21215138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21215138_21215138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21215138_21215138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21215138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21215138'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21215138'^^xsd:integer;
  dwc:observationDate '2014-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21976960_21976960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21976960_21976960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21976960_21976960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21976960_21976960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21976960_21976960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21976960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21976960'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21976960'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21769585_21769585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21769585_21769585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21769585_21769585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21769585_21769585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21769585_21769585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21769585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21769585'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21769585'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21626671_21626671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21626671_21626671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21626671_21626671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21626671_21626671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21626671_21626671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21626671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21626671'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21626671'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21198032_21198032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21198032_21198032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21198032_21198032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21198032_21198032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21198032_21198032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21198032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21198032'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21198032'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21189391_21189391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21189391_21189391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21189391_21189391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21189391_21189391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21189391_21189391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21189391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21189391'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21189391'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21217817_21217817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21217817_21217817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21217817_21217817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21217817_21217817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21217817_21217817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21217817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21217817'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21217817'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21463588_21463588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21463588_21463588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21463588_21463588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21463588_21463588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21463588_21463588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21463588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21463588'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21463588'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22486285_22486285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22486285_22486285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22486285_22486285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22486285_22486285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22486285_22486285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22486285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22486285'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22486285'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21968190_21968190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21968190_21968190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21968190_21968190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21968190_21968190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21968190_21968190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21968190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21968190'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21968190'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22543789_22543789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22543789_22543789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22543789_22543789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22543789_22543789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22543789_22543789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22543789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22543789'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22543789'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22275467_22275467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22275467_22275467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22275467_22275467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22275467_22275467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22275467_22275467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22275467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22275467'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22275467'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22068404_22068404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22068404_22068404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22068404_22068404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22068404_22068404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22068404_22068404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22068404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22068404'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22068404'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22105437_22105437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22105437_22105437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22105437_22105437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22105437_22105437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22105437_22105437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22105437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22105437'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22105437'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20963864_20963864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20963864_20963864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20963864_20963864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20963864_20963864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20963864_20963864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20963864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20963864'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20963864'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22712551_22712551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22712551_22712551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22712551_22712551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22712551_22712551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22712551_22712551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22712551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22712551'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22712551'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22027537_22027537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22027537_22027537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22027537_22027537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22027537_22027537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22027537_22027537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22027537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22027537'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22027537'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22135829_22135829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22135829_22135829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22135829_22135829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22135829_22135829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22135829_22135829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22135829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22135829'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22135829'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21309802_21309802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21309802_21309802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21309802_21309802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21309802_21309802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21309802_21309802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21309802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21309802'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21309802'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21304547_21304547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21304547_21304547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21304547_21304547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21304547_21304547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21304547_21304547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21304547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21304547'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21304547'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21230870_21230870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21230870_21230870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21230870_21230870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21230870_21230870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21230870_21230870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21230870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21230870'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21230870'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20660327_20660327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20660327_20660327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20660327_20660327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20660327_20660327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20660327_20660327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20660327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20660327'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20660327'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21969121_21969121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21969121_21969121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21969121_21969121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21969121_21969121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21969121_21969121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21969121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21969121'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21969121'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20937522_20937522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20937522_20937522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20937522_20937522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20937522_20937522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20937522_20937522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20937522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20937522'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20937522'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22523132_22523132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22523132_22523132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22523132_22523132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22523132_22523132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22523132_22523132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22523132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22523132'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22523132'^^xsd:integer;
  dwc:observationDate '2014-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22208614_22208614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22208614_22208614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22208614_22208614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22208614_22208614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22208614_22208614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22208614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22208614'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22208614'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21619872_21619872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21619872_21619872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21619872_21619872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21619872_21619872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21619872_21619872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21619872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21619872'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21619872'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21497403_21497403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21497403_21497403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21497403_21497403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21497403_21497403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21497403_21497403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21497403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21497403'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21497403'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21690447_21690447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21690447_21690447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21690447_21690447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21690447_21690447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21690447_21690447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21690447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21690447'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21690447'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21570543_21570543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21570543_21570543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21570543_21570543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21570543_21570543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21570543_21570543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21570543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21570543'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21570543'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20866721_20866721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20866721_20866721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20866721_20866721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20866721_20866721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20866721_20866721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20866721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20866721'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20866721'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22385829_22385829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22385829_22385829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22385829_22385829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22385829_22385829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22385829_22385829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22385829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22385829'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22385829'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21805866_21805866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21805866_21805866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21805866_21805866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21805866_21805866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21805866_21805866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21805866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21805866'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21805866'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21712970_21712970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21712970_21712970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21712970_21712970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21712970_21712970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21712970_21712970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21712970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21712970'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21712970'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21529834_21529834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21529834_21529834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21529834_21529834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21529834_21529834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21529834_21529834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21529834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21529834'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21529834'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21552934_21552934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21552934_21552934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21552934_21552934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21552934_21552934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21552934_21552934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21552934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21552934'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21552934'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22661047_22661047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22661047_22661047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22661047_22661047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22661047_22661047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22661047_22661047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22661047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22661047'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22661047'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20731328_20731328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20731328_20731328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20731328_20731328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20731328_20731328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20731328_20731328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20731328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20731328'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20731328'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21520145_21520145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21520145_21520145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21520145_21520145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21520145_21520145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21520145_21520145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21520145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21520145'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21520145'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22093036_22093036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22093036_22093036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22093036_22093036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22093036_22093036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22093036_22093036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22093036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22093036'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22093036'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22528543_22528543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22528543_22528543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22528543_22528543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22528543_22528543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22528543_22528543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22528543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22528543'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22528543'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21037276_21037276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21037276_21037276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21037276_21037276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21037276_21037276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21037276_21037276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21037276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21037276'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21037276'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21568525_21568525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21568525_21568525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21568525_21568525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21568525_21568525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21568525_21568525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21568525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21568525'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21568525'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21420423_21420423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21420423_21420423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21420423_21420423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21420423_21420423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21420423_21420423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21420423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21420423'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21420423'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22512360_22512360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22512360_22512360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22512360_22512360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22512360_22512360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22512360_22512360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22512360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22512360'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22512360'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21298606_21298606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21298606_21298606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21298606_21298606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21298606_21298606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21298606_21298606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21298606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21298606'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21298606'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21712543_21712543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21712543_21712543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21712543_21712543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21712543_21712543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21712543_21712543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21712543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21712543'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21712543'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22495135_22495135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22495135_22495135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22495135_22495135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22495135_22495135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22495135_22495135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22495135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22495135'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22495135'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20645892_20645892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20645892_20645892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20645892_20645892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20645892_20645892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20645892_20645892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20645892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20645892'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20645892'^^xsd:integer;
  dwc:observationDate '2014-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21529129_21529129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21529129_21529129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21529129_21529129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21529129_21529129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21529129_21529129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21529129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21529129'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21529129'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21849209_21849209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21849209_21849209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21849209_21849209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21849209_21849209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21849209_21849209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21849209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21849209'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21849209'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21216673_21216673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21216673_21216673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21216673_21216673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21216673_21216673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21216673_21216673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21216673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21216673'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21216673'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21913019_21913019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21913019_21913019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21913019_21913019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21913019_21913019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21913019_21913019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21913019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21913019'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21913019'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20642302_20642302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20642302_20642302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20642302_20642302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20642302_20642302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20642302_20642302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20642302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20642302'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20642302'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21649666_21649666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21649666_21649666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21649666_21649666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21649666_21649666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21649666_21649666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21649666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21649666'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21649666'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21000971_21000971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21000971_21000971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21000971_21000971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21000971_21000971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21000971_21000971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21000971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21000971'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21000971'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22214374_22214374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22214374_22214374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22214374_22214374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22214374_22214374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22214374_22214374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22214374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22214374'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22214374'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20794499_20794499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20794499_20794499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20794499_20794499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20794499_20794499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20794499_20794499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20794499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20794499'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20794499'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21905062_21905062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21905062_21905062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21905062_21905062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21905062_21905062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21905062_21905062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21905062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21905062'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21905062'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20889491_20889491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20889491_20889491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20889491_20889491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20889491_20889491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20889491_20889491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20889491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20889491'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20889491'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20650107_20650107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20650107_20650107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20650107_20650107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20650107_20650107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20650107_20650107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20650107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20650107'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20650107'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22242271_22242271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22242271_22242271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22242271_22242271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22242271_22242271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22242271_22242271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22242271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22242271'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22242271'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21166207_21166207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21166207_21166207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21166207_21166207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21166207_21166207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21166207_21166207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21166207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21166207'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21166207'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22474846_22474846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22474846_22474846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22474846_22474846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22474846_22474846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22474846_22474846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22474846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22474846'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22474846'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22166191_22166191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22166191_22166191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22166191_22166191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22166191_22166191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22166191_22166191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22166191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22166191'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22166191'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21680914_21680914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21680914_21680914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21680914_21680914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21680914_21680914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21680914_21680914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21680914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21680914'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21680914'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21351511_21351511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21351511_21351511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21351511_21351511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21351511_21351511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21351511_21351511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21351511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21351511'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21351511'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22250061_22250061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22250061_22250061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22250061_22250061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22250061_22250061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22250061_22250061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22250061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22250061'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22250061'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22375465_22375465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22375465_22375465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22375465_22375465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22375465_22375465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22375465_22375465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22375465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22375465'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22375465'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22549437_22549437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22549437_22549437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22549437_22549437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22549437_22549437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22549437_22549437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22549437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22549437'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22549437'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21220093_21220093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21220093_21220093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21220093_21220093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21220093_21220093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21220093_21220093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21220093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21220093'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21220093'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21177019_21177019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21177019_21177019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21177019_21177019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21177019_21177019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21177019_21177019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21177019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21177019'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21177019'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21630289_21630289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21630289_21630289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21630289_21630289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21630289_21630289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21630289_21630289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21630289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21630289'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21630289'^^xsd:integer;
  dwc:observationDate '2014-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22275255_22275255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22275255_22275255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22275255_22275255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22275255_22275255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22275255_22275255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22275255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22275255'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22275255'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20910870_20910870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20910870_20910870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20910870_20910870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20910870_20910870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20910870_20910870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20910870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20910870'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20910870'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21845635_21845635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21845635_21845635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21845635_21845635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21845635_21845635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21845635_21845635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21845635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21845635'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21845635'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22568793_22568793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22568793_22568793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22568793_22568793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22568793_22568793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22568793_22568793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22568793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22568793'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22568793'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20717426_20717426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20717426_20717426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20717426_20717426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20717426_20717426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20717426_20717426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20717426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20717426'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20717426'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22076328_22076328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22076328_22076328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22076328_22076328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22076328_22076328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22076328_22076328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22076328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22076328'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22076328'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20950142_20950142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20950142_20950142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20950142_20950142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20950142_20950142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20950142_20950142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20950142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20950142'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20950142'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22638123_22638123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22638123_22638123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22638123_22638123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22638123_22638123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22638123_22638123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22638123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22638123'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22638123'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21847845_21847845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21847845_21847845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21847845_21847845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21847845_21847845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21847845_21847845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21847845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21847845'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21847845'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22265344_22265344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22265344_22265344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22265344_22265344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22265344_22265344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22265344_22265344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22265344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22265344'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22265344'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20709356_20709356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20709356_20709356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20709356_20709356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20709356_20709356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20709356_20709356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20709356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20709356'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20709356'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22573547_22573547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22573547_22573547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22573547_22573547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22573547_22573547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22573547_22573547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22573547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22573547'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22573547'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21049889_21049889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21049889_21049889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21049889_21049889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21049889_21049889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21049889_21049889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21049889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21049889'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21049889'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22477651_22477651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22477651_22477651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22477651_22477651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22477651_22477651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22477651_22477651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22477651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22477651'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22477651'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22137153_22137153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22137153_22137153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22137153_22137153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22137153_22137153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22137153_22137153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22137153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22137153'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22137153'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21324584_21324584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21324584_21324584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21324584_21324584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21324584_21324584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21324584_21324584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21324584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21324584'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21324584'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21880098_21880098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21880098_21880098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21880098_21880098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21880098_21880098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21880098_21880098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21880098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21880098'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21880098'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21479318_21479318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21479318_21479318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21479318_21479318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21479318_21479318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21479318_21479318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21479318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21479318'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21479318'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21023606_21023606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21023606_21023606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21023606_21023606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21023606_21023606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21023606_21023606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21023606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21023606'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21023606'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21402669_21402669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21402669_21402669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21402669_21402669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21402669_21402669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21402669_21402669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21402669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21402669'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21402669'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21162002_21162002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21162002_21162002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21162002_21162002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21162002_21162002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21162002_21162002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21162002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21162002'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21162002'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22432151_22432151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22432151_22432151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22432151_22432151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22432151_22432151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22432151_22432151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22432151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22432151'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22432151'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21295854_21295854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21295854_21295854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21295854_21295854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21295854_21295854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21295854_21295854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21295854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21295854'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21295854'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21090001_21090001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21090001_21090001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21090001_21090001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21090001_21090001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21090001_21090001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21090001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21090001'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21090001'^^xsd:integer;
  dwc:observationDate '2014-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21514526_21514526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21514526_21514526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21514526_21514526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21514526_21514526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21514526_21514526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21514526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21514526'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21514526'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22360691_22360691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22360691_22360691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22360691_22360691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22360691_22360691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22360691_22360691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22360691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22360691'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22360691'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21501196_21501196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21501196_21501196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21501196_21501196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21501196_21501196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21501196_21501196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21501196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21501196'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21501196'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20708587_20708587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20708587_20708587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20708587_20708587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20708587_20708587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20708587_20708587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20708587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20708587'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20708587'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21532001_21532001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21532001_21532001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21532001_21532001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21532001_21532001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21532001_21532001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21532001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21532001'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21532001'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21388963_21388963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21388963_21388963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21388963_21388963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21388963_21388963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21388963_21388963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21388963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21388963'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21388963'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22156693_22156693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22156693_22156693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22156693_22156693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22156693_22156693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22156693_22156693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22156693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22156693'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22156693'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20600819_20600819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20600819_20600819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20600819_20600819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20600819_20600819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20600819_20600819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20600819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20600819'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20600819'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22460655_22460655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22460655_22460655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22460655_22460655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22460655_22460655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22460655_22460655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22460655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22460655'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22460655'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21044930_21044930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21044930_21044930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21044930_21044930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21044930_21044930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21044930_21044930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21044930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21044930'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21044930'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20842992_20842992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20842992_20842992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20842992_20842992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20842992_20842992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20842992_20842992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20842992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20842992'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20842992'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21402702_21402702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21402702_21402702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21402702_21402702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21402702_21402702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21402702_21402702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21402702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21402702'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21402702'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21388664_21388664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21388664_21388664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21388664_21388664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21388664_21388664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21388664_21388664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21388664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21388664'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21388664'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22713619_22713619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22713619_22713619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22713619_22713619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22713619_22713619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22713619_22713619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22713619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22713619'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22713619'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20847379_20847379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20847379_20847379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20847379_20847379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20847379_20847379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20847379_20847379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20847379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20847379'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20847379'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22680862_22680862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22680862_22680862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22680862_22680862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22680862_22680862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22680862_22680862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22680862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22680862'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22680862'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20756303_20756303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20756303_20756303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20756303_20756303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20756303_20756303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20756303_20756303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20756303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20756303'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20756303'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20660726_20660726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20660726_20660726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20660726_20660726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20660726_20660726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20660726_20660726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20660726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20660726'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20660726'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21551970_21551970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21551970_21551970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21551970_21551970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21551970_21551970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21551970_21551970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21551970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21551970'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21551970'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21684998_21684998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21684998_21684998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21684998_21684998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21684998_21684998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21684998_21684998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21684998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21684998'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21684998'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20857987_20857987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20857987_20857987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20857987_20857987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20857987_20857987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20857987_20857987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20857987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20857987'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20857987'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22053803_22053803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22053803_22053803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22053803_22053803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22053803_22053803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22053803_22053803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22053803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22053803'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22053803'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22600710_22600710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22600710_22600710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22600710_22600710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22600710_22600710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22600710_22600710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22600710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22600710'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22600710'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21850526_21850526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21850526_21850526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21850526_21850526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21850526_21850526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21850526_21850526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21850526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21850526'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21850526'^^xsd:integer;
  dwc:observationDate '2014-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21345143_21345143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21345143_21345143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21345143_21345143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21345143_21345143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21345143_21345143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21345143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21345143'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21345143'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21114347_21114347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21114347_21114347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21114347_21114347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21114347_21114347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21114347_21114347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21114347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21114347'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21114347'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20859964_20859964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20859964_20859964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20859964_20859964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20859964_20859964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20859964_20859964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20859964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20859964'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20859964'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20754130_20754130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20754130_20754130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20754130_20754130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20754130_20754130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20754130_20754130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20754130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20754130'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20754130'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22697158_22697158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22697158_22697158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22697158_22697158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22697158_22697158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22697158_22697158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22697158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22697158'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22697158'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20869484_20869484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20869484_20869484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20869484_20869484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20869484_20869484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20869484_20869484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20869484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20869484'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20869484'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21531100_21531100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21531100_21531100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21531100_21531100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21531100_21531100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21531100_21531100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21531100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21531100'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21531100'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20678976_20678976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20678976_20678976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20678976_20678976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20678976_20678976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20678976_20678976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20678976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20678976'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20678976'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21386191_21386191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21386191_21386191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21386191_21386191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21386191_21386191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21386191_21386191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21386191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21386191'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21386191'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20678429_20678429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20678429_20678429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20678429_20678429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20678429_20678429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20678429_20678429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20678429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20678429'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20678429'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20851749_20851749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20851749_20851749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20851749_20851749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20851749_20851749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20851749_20851749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20851749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20851749'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20851749'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21094797_21094797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21094797_21094797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21094797_21094797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21094797_21094797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21094797_21094797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21094797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21094797'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21094797'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21709733_21709733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21709733_21709733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21709733_21709733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21709733_21709733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21709733_21709733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21709733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21709733'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21709733'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21515980_21515980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21515980_21515980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21515980_21515980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21515980_21515980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21515980_21515980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21515980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21515980'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21515980'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22191922_22191922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22191922_22191922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22191922_22191922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22191922_22191922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22191922_22191922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22191922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22191922'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22191922'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20826590_20826590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20826590_20826590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20826590_20826590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20826590_20826590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20826590_20826590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20826590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20826590'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20826590'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22278744_22278744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22278744_22278744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22278744_22278744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22278744_22278744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22278744_22278744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22278744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22278744'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22278744'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21175590_21175590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21175590_21175590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21175590_21175590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21175590_21175590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21175590_21175590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21175590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21175590'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21175590'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22040525_22040525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22040525_22040525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22040525_22040525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22040525_22040525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22040525_22040525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22040525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22040525'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22040525'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21383089_21383089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21383089_21383089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21383089_21383089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21383089_21383089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21383089_21383089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21383089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21383089'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21383089'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21358392_21358392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21358392_21358392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21358392_21358392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21358392_21358392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21358392_21358392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21358392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21358392'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21358392'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22134874_22134874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22134874_22134874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22134874_22134874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22134874_22134874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22134874_22134874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22134874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22134874'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22134874'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22098223_22098223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22098223_22098223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22098223_22098223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22098223_22098223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22098223_22098223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22098223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22098223'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22098223'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22121279_22121279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22121279_22121279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22121279_22121279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22121279_22121279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22121279_22121279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22121279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22121279'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22121279'^^xsd:integer;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22567595_22567595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22567595_22567595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22567595_22567595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22567595_22567595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22567595_22567595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22567595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22567595'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22567595'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21204971_21204971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21204971_21204971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21204971_21204971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21204971_21204971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21204971_21204971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21204971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21204971'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21204971'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22494558_22494558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22494558_22494558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22494558_22494558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22494558_22494558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22494558_22494558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22494558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22494558'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22494558'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21917269_21917269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21917269_21917269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21917269_21917269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21917269_21917269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21917269_21917269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21917269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21917269'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21917269'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20959258_20959258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20959258_20959258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20959258_20959258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20959258_20959258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20959258_20959258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20959258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20959258'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20959258'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20958371_20958371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20958371_20958371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20958371_20958371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20958371_20958371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20958371_20958371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20958371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20958371'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20958371'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22677017_22677017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22677017_22677017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22677017_22677017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22677017_22677017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22677017_22677017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22677017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22677017'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22677017'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20638131_20638131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20638131_20638131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20638131_20638131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20638131_20638131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20638131_20638131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20638131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20638131'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20638131'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21739602_21739602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21739602_21739602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21739602_21739602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21739602_21739602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21739602_21739602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21739602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21739602'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21739602'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21999809_21999809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21999809_21999809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21999809_21999809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21999809_21999809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21999809_21999809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21999809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21999809'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21999809'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21514775_21514775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21514775_21514775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21514775_21514775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21514775_21514775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21514775_21514775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21514775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21514775'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21514775'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22469001_22469001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22469001_22469001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22469001_22469001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22469001_22469001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22469001_22469001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22469001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22469001'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22469001'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21602194_21602194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21602194_21602194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21602194_21602194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21602194_21602194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21602194_21602194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21602194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21602194'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21602194'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21697385_21697385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21697385_21697385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21697385_21697385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21697385_21697385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21697385_21697385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21697385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21697385'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21697385'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21371547_21371547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21371547_21371547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21371547_21371547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21371547_21371547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21371547_21371547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21371547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21371547'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21371547'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21739851_21739851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21739851_21739851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21739851_21739851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21739851_21739851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21739851_21739851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21739851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21739851'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21739851'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21617027_21617027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21617027_21617027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21617027_21617027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21617027_21617027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21617027_21617027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21617027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21617027'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21617027'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21279988_21279988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21279988_21279988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21279988_21279988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21279988_21279988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21279988_21279988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21279988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21279988'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21279988'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21738288_21738288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21738288_21738288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21738288_21738288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21738288_21738288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21738288_21738288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21738288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21738288'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21738288'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20867461_20867461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20867461_20867461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20867461_20867461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20867461_20867461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20867461_20867461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20867461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20867461'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20867461'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22500271_22500271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22500271_22500271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22500271_22500271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22500271_22500271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22500271_22500271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22500271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22500271'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22500271'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22586942_22586942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22586942_22586942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22586942_22586942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22586942_22586942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22586942_22586942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22586942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22586942'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22586942'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21622079_21622079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21622079_21622079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21622079_21622079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21622079_21622079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21622079_21622079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21622079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21622079'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21622079'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21377797_21377797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21377797_21377797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21377797_21377797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21377797_21377797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21377797_21377797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21377797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21377797'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21377797'^^xsd:integer;
  dwc:observationDate '2014-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21158382_21158382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21158382_21158382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21158382_21158382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21158382_21158382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21158382_21158382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21158382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21158382'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21158382'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21049586_21049586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21049586_21049586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21049586_21049586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21049586_21049586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21049586_21049586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21049586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21049586'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21049586'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22115786_22115786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22115786_22115786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22115786_22115786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22115786_22115786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22115786_22115786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22115786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22115786'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22115786'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22600840_22600840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22600840_22600840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22600840_22600840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22600840_22600840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22600840_22600840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22600840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22600840'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22600840'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20896014_20896014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20896014_20896014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20896014_20896014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20896014_20896014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20896014_20896014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20896014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20896014'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20896014'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21382370_21382370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21382370_21382370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21382370_21382370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21382370_21382370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21382370_21382370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21382370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21382370'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21382370'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21941886_21941886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21941886_21941886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21941886_21941886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21941886_21941886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21941886_21941886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21941886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21941886'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21941886'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21939818_21939818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21939818_21939818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21939818_21939818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21939818_21939818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21939818_21939818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21939818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21939818'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21939818'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22013448_22013448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22013448_22013448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22013448_22013448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22013448_22013448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22013448_22013448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22013448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22013448'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22013448'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22175841_22175841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22175841_22175841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22175841_22175841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22175841_22175841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22175841_22175841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22175841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22175841'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22175841'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22137919_22137919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22137919_22137919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22137919_22137919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22137919_22137919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22137919_22137919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22137919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22137919'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22137919'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20898439_20898439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20898439_20898439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20898439_20898439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20898439_20898439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20898439_20898439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20898439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20898439'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20898439'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21529593_21529593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21529593_21529593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21529593_21529593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21529593_21529593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21529593_21529593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21529593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21529593'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21529593'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21336082_21336082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21336082_21336082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21336082_21336082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21336082_21336082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21336082_21336082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21336082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21336082'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21336082'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20942685_20942685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20942685_20942685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20942685_20942685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20942685_20942685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20942685_20942685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20942685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20942685'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20942685'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20693867_20693867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20693867_20693867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20693867_20693867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20693867_20693867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20693867_20693867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20693867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20693867'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20693867'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21647628_21647628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21647628_21647628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21647628_21647628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21647628_21647628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21647628_21647628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21647628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21647628'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21647628'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22437753_22437753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22437753_22437753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22437753_22437753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22437753_22437753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22437753_22437753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22437753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22437753'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22437753'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21962829_21962829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21962829_21962829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21962829_21962829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21962829_21962829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21962829_21962829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21962829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21962829'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21962829'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20754497_20754497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20754497_20754497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20754497_20754497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20754497_20754497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20754497_20754497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20754497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20754497'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20754497'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21029531_21029531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21029531_21029531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21029531_21029531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21029531_21029531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21029531_21029531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21029531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21029531'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21029531'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22340364_22340364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22340364_22340364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22340364_22340364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22340364_22340364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22340364_22340364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22340364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22340364'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22340364'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21657639_21657639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21657639_21657639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21657639_21657639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21657639_21657639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21657639_21657639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21657639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21657639'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21657639'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21551807_21551807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21551807_21551807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21551807_21551807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21551807_21551807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21551807_21551807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21551807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21551807'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21551807'^^xsd:integer;
  dwc:observationDate '2014-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22397378_22397378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22397378_22397378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22397378_22397378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22397378_22397378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22397378_22397378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22397378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22397378'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22397378'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20744831_20744831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20744831_20744831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20744831_20744831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20744831_20744831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20744831_20744831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20744831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20744831'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20744831'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21640408_21640408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21640408_21640408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21640408_21640408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21640408_21640408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21640408_21640408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21640408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21640408'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21640408'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22158138_22158138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22158138_22158138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22158138_22158138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22158138_22158138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22158138_22158138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22158138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22158138'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22158138'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21162327_21162327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21162327_21162327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21162327_21162327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21162327_21162327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21162327_21162327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21162327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21162327'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21162327'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22011811_22011811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22011811_22011811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22011811_22011811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22011811_22011811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22011811_22011811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22011811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22011811'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22011811'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20754261_20754261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20754261_20754261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20754261_20754261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20754261_20754261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20754261_20754261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20754261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20754261'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20754261'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20666916_20666916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20666916_20666916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20666916_20666916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20666916_20666916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20666916_20666916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20666916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20666916'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20666916'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22433259_22433259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22433259_22433259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22433259_22433259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22433259_22433259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22433259_22433259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22433259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22433259'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22433259'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21596975_21596975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21596975_21596975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21596975_21596975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21596975_21596975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21596975_21596975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21596975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21596975'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21596975'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21940887_21940887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21940887_21940887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21940887_21940887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21940887_21940887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21940887_21940887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21940887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21940887'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21940887'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20688222_20688222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20688222_20688222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20688222_20688222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20688222_20688222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20688222_20688222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20688222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20688222'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20688222'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21270636_21270636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21270636_21270636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21270636_21270636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21270636_21270636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21270636_21270636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21270636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21270636'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21270636'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21047588_21047588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21047588_21047588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21047588_21047588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21047588_21047588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21047588_21047588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21047588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21047588'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21047588'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21867709_21867709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21867709_21867709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21867709_21867709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21867709_21867709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21867709_21867709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21867709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21867709'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21867709'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20947476_20947476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20947476_20947476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20947476_20947476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20947476_20947476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20947476_20947476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20947476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20947476'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20947476'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21483550_21483550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21483550_21483550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21483550_21483550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21483550_21483550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21483550_21483550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21483550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21483550'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21483550'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21343066_21343066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21343066_21343066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21343066_21343066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21343066_21343066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21343066_21343066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21343066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21343066'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21343066'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20655436_20655436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20655436_20655436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20655436_20655436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20655436_20655436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20655436_20655436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20655436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20655436'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20655436'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21717489_21717489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21717489_21717489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21717489_21717489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21717489_21717489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21717489_21717489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21717489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21717489'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21717489'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21795855_21795855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21795855_21795855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21795855_21795855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21795855_21795855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21795855_21795855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21795855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21795855'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21795855'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20720684_20720684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20720684_20720684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20720684_20720684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20720684_20720684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20720684_20720684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20720684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20720684'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20720684'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21939260_21939260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21939260_21939260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21939260_21939260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21939260_21939260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21939260_21939260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21939260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21939260'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21939260'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21595519_21595519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21595519_21595519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21595519_21595519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21595519_21595519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21595519_21595519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21595519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21595519'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21595519'^^xsd:integer;
  dwc:observationDate '2014-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22609817_22609817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22609817_22609817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22609817_22609817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22609817_22609817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22609817_22609817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22609817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22609817'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22609817'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22264041_22264041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22264041_22264041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22264041_22264041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22264041_22264041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22264041_22264041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22264041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22264041'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22264041'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21475069_21475069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21475069_21475069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21475069_21475069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21475069_21475069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21475069_21475069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21475069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21475069'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21475069'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21233219_21233219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21233219_21233219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21233219_21233219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21233219_21233219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21233219_21233219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21233219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21233219'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21233219'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20857354_20857354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20857354_20857354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20857354_20857354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20857354_20857354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20857354_20857354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20857354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20857354'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20857354'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22366356_22366356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22366356_22366356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22366356_22366356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22366356_22366356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22366356_22366356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22366356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22366356'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22366356'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21624948_21624948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21624948_21624948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21624948_21624948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21624948_21624948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21624948_21624948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21624948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21624948'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21624948'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21958974_21958974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21958974_21958974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21958974_21958974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21958974_21958974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21958974_21958974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21958974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21958974'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21958974'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22103318_22103318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22103318_22103318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22103318_22103318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22103318_22103318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22103318_22103318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22103318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22103318'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22103318'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22512044_22512044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22512044_22512044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22512044_22512044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22512044_22512044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22512044_22512044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22512044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22512044'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22512044'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22537150_22537150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22537150_22537150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22537150_22537150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22537150_22537150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22537150_22537150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22537150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22537150'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22537150'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21296373_21296373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21296373_21296373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21296373_21296373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21296373_21296373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21296373_21296373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21296373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21296373'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21296373'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22229902_22229902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22229902_22229902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22229902_22229902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22229902_22229902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22229902_22229902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22229902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22229902'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22229902'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20870639_20870639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20870639_20870639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20870639_20870639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20870639_20870639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20870639_20870639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20870639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20870639'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20870639'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21793233_21793233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21793233_21793233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21793233_21793233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21793233_21793233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21793233_21793233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21793233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21793233'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21793233'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21247469_21247469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21247469_21247469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21247469_21247469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21247469_21247469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21247469_21247469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21247469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21247469'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21247469'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22196117_22196117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22196117_22196117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22196117_22196117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22196117_22196117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22196117_22196117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22196117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22196117'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22196117'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21676991_21676991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21676991_21676991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21676991_21676991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21676991_21676991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21676991_21676991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21676991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21676991'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21676991'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20588597_20588597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20588597_20588597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20588597_20588597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20588597_20588597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20588597_20588597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20588597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20588597'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20588597'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22530565_22530565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22530565_22530565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22530565_22530565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22530565_22530565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22530565_22530565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22530565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22530565'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22530565'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21149277_21149277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21149277_21149277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21149277_21149277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21149277_21149277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21149277_21149277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21149277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21149277'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21149277'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22367865_22367865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22367865_22367865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22367865_22367865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22367865_22367865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22367865_22367865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22367865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22367865'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22367865'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20717666_20717666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20717666_20717666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20717666_20717666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20717666_20717666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20717666_20717666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20717666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20717666'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20717666'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22124736_22124736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22124736_22124736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22124736_22124736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22124736_22124736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22124736_22124736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22124736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22124736'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22124736'^^xsd:integer;
  dwc:observationDate '2014-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22219295_22219295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22219295_22219295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22219295_22219295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22219295_22219295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22219295_22219295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22219295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22219295'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22219295'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20725109_20725109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20725109_20725109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20725109_20725109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20725109_20725109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20725109_20725109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20725109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20725109'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20725109'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22132357_22132357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22132357_22132357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22132357_22132357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22132357_22132357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22132357_22132357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22132357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22132357'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22132357'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20844188_20844188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20844188_20844188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20844188_20844188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20844188_20844188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20844188_20844188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20844188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20844188'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20844188'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21732184_21732184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21732184_21732184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21732184_21732184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21732184_21732184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21732184_21732184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21732184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21732184'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21732184'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21980555_21980555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21980555_21980555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21980555_21980555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21980555_21980555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21980555_21980555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21980555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21980555'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21980555'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21120558_21120558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21120558_21120558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21120558_21120558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21120558_21120558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21120558_21120558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21120558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21120558'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21120558'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20913793_20913793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20913793_20913793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20913793_20913793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20913793_20913793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20913793_20913793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20913793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20913793'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20913793'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22425093_22425093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22425093_22425093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22425093_22425093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22425093_22425093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22425093_22425093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22425093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22425093'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22425093'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21378523_21378523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21378523_21378523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21378523_21378523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21378523_21378523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21378523_21378523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21378523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21378523'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21378523'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22511867_22511867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22511867_22511867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22511867_22511867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22511867_22511867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22511867_22511867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22511867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22511867'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22511867'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21844668_21844668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21844668_21844668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21844668_21844668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21844668_21844668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21844668_21844668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21844668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21844668'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21844668'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21896122_21896122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21896122_21896122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21896122_21896122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21896122_21896122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21896122_21896122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21896122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21896122'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21896122'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21424108_21424108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21424108_21424108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21424108_21424108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21424108_21424108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21424108_21424108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21424108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21424108'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21424108'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21102492_21102492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21102492_21102492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21102492_21102492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21102492_21102492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21102492_21102492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21102492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21102492'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21102492'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22556293_22556293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22556293_22556293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22556293_22556293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22556293_22556293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22556293_22556293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22556293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22556293'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22556293'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21069337_21069337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21069337_21069337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21069337_21069337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21069337_21069337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21069337_21069337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21069337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21069337'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21069337'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22383533_22383533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22383533_22383533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22383533_22383533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22383533_22383533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22383533_22383533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22383533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22383533'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22383533'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21483837_21483837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21483837_21483837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21483837_21483837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21483837_21483837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21483837_21483837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21483837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21483837'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21483837'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21363264_21363264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21363264_21363264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21363264_21363264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21363264_21363264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21363264_21363264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21363264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21363264'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21363264'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20811169_20811169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20811169_20811169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20811169_20811169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20811169_20811169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20811169_20811169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20811169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20811169'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20811169'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20996202_20996202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20996202_20996202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20996202_20996202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20996202_20996202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20996202_20996202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20996202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20996202'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20996202'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22213479_22213479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22213479_22213479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22213479_22213479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22213479_22213479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22213479_22213479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22213479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22213479'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22213479'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22264462_22264462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22264462_22264462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22264462_22264462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22264462_22264462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22264462_22264462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22264462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22264462'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22264462'^^xsd:integer;
  dwc:observationDate '2014-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21193929_21193929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21193929_21193929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21193929_21193929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21193929_21193929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21193929_21193929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21193929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21193929'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21193929'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22167668_22167668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22167668_22167668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22167668_22167668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22167668_22167668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22167668_22167668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22167668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22167668'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22167668'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22671108_22671108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22671108_22671108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22671108_22671108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22671108_22671108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22671108_22671108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22671108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22671108'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22671108'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21771208_21771208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21771208_21771208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21771208_21771208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21771208_21771208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21771208_21771208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21771208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21771208'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21771208'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21681766_21681766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21681766_21681766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21681766_21681766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21681766_21681766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21681766_21681766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21681766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21681766'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21681766'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21680003_21680003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21680003_21680003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21680003_21680003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21680003_21680003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21680003_21680003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21680003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21680003'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21680003'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20600460_20600460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20600460_20600460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20600460_20600460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20600460_20600460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20600460_20600460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20600460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20600460'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20600460'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21458389_21458389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21458389_21458389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21458389_21458389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21458389_21458389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21458389_21458389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21458389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21458389'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21458389'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22455091_22455091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22455091_22455091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22455091_22455091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22455091_22455091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22455091_22455091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22455091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22455091'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22455091'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22523743_22523743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22523743_22523743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22523743_22523743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22523743_22523743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22523743_22523743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22523743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22523743'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22523743'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20772160_20772160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20772160_20772160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20772160_20772160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20772160_20772160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20772160_20772160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20772160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20772160'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20772160'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21871995_21871995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21871995_21871995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21871995_21871995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21871995_21871995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21871995_21871995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21871995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21871995'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21871995'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20654782_20654782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20654782_20654782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20654782_20654782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20654782_20654782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20654782_20654782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20654782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20654782'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20654782'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21163388_21163388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21163388_21163388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21163388_21163388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21163388_21163388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21163388_21163388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21163388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21163388'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21163388'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22416668_22416668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22416668_22416668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22416668_22416668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22416668_22416668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22416668_22416668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22416668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22416668'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22416668'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22131159_22131159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22131159_22131159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22131159_22131159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22131159_22131159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22131159_22131159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22131159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22131159'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22131159'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22656888_22656888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22656888_22656888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22656888_22656888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22656888_22656888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22656888_22656888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22656888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22656888'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22656888'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20642131_20642131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20642131_20642131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20642131_20642131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20642131_20642131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20642131_20642131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20642131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20642131'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20642131'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21871980_21871980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21871980_21871980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21871980_21871980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21871980_21871980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21871980_21871980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21871980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21871980'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21871980'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20587551_20587551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20587551_20587551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20587551_20587551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20587551_20587551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20587551_20587551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20587551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20587551'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20587551'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21320448_21320448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21320448_21320448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21320448_21320448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21320448_21320448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21320448_21320448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21320448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21320448'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21320448'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21433765_21433765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21433765_21433765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21433765_21433765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21433765_21433765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21433765_21433765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21433765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21433765'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21433765'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22357316_22357316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22357316_22357316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22357316_22357316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22357316_22357316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22357316_22357316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22357316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22357316'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22357316'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21089303_21089303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21089303_21089303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21089303_21089303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21089303_21089303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21089303_21089303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21089303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21089303'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21089303'^^xsd:integer;
  dwc:observationDate '2014-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22500259_22500259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22500259_22500259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22500259_22500259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22500259_22500259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22500259_22500259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22500259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22500259'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22500259'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20649947_20649947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20649947_20649947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20649947_20649947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20649947_20649947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20649947_20649947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20649947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20649947'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20649947'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22691787_22691787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22691787_22691787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22691787_22691787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22691787_22691787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22691787_22691787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22691787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22691787'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22691787'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20609918_20609918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20609918_20609918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20609918_20609918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20609918_20609918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20609918_20609918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20609918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20609918'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20609918'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22467743_22467743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22467743_22467743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22467743_22467743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22467743_22467743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22467743_22467743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22467743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22467743'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22467743'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21900569_21900569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21900569_21900569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21900569_21900569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21900569_21900569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21900569_21900569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21900569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21900569'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21900569'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22184350_22184350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22184350_22184350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22184350_22184350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22184350_22184350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22184350_22184350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22184350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22184350'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22184350'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21866644_21866644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21866644_21866644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21866644_21866644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21866644_21866644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21866644_21866644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21866644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21866644'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21866644'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21725334_21725334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21725334_21725334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21725334_21725334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21725334_21725334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21725334_21725334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21725334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21725334'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21725334'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20950651_20950651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20950651_20950651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20950651_20950651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20950651_20950651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20950651_20950651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20950651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20950651'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20950651'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22416292_22416292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22416292_22416292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22416292_22416292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22416292_22416292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22416292_22416292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22416292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22416292'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22416292'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21107260_21107260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21107260_21107260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21107260_21107260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21107260_21107260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21107260_21107260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21107260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21107260'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21107260'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22701617_22701617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22701617_22701617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22701617_22701617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22701617_22701617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22701617_22701617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22701617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22701617'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22701617'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20644033_20644033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20644033_20644033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20644033_20644033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20644033_20644033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20644033_20644033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20644033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20644033'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20644033'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21608088_21608088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21608088_21608088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21608088_21608088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21608088_21608088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21608088_21608088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21608088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21608088'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21608088'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22290568_22290568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22290568_22290568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22290568_22290568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22290568_22290568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22290568_22290568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22290568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22290568'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22290568'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20582926_20582926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20582926_20582926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20582926_20582926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20582926_20582926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20582926_20582926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20582926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20582926'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20582926'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21396445_21396445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21396445_21396445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21396445_21396445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21396445_21396445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21396445_21396445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21396445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21396445'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21396445'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20897311_20897311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20897311_20897311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20897311_20897311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20897311_20897311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20897311_20897311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20897311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20897311'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20897311'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22385674_22385674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22385674_22385674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22385674_22385674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22385674_22385674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22385674_22385674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22385674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22385674'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22385674'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21975139_21975139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21975139_21975139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21975139_21975139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21975139_21975139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21975139_21975139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21975139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21975139'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21975139'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21890947_21890947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21890947_21890947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21890947_21890947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21890947_21890947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21890947_21890947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21890947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21890947'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21890947'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22576177_22576177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22576177_22576177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22576177_22576177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22576177_22576177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22576177_22576177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22576177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22576177'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22576177'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20834848_20834848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20834848_20834848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20834848_20834848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20834848_20834848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20834848_20834848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20834848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20834848'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20834848'^^xsd:integer;
  dwc:observationDate '2014-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21162133_21162133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21162133_21162133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21162133_21162133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21162133_21162133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21162133_21162133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21162133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21162133'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21162133'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21062462_21062462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21062462_21062462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21062462_21062462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21062462_21062462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21062462_21062462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21062462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21062462'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21062462'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20738087_20738087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20738087_20738087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20738087_20738087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20738087_20738087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20738087_20738087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20738087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20738087'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20738087'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22208072_22208072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22208072_22208072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22208072_22208072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22208072_22208072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22208072_22208072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22208072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22208072'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22208072'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21076519_21076519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21076519_21076519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21076519_21076519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21076519_21076519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21076519_21076519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21076519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21076519'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21076519'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20798145_20798145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20798145_20798145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20798145_20798145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20798145_20798145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20798145_20798145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20798145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20798145'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20798145'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21092271_21092271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21092271_21092271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21092271_21092271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21092271_21092271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21092271_21092271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21092271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21092271'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21092271'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22230678_22230678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22230678_22230678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22230678_22230678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22230678_22230678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22230678_22230678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22230678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22230678'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22230678'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21760613_21760613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21760613_21760613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21760613_21760613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21760613_21760613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21760613_21760613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21760613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21760613'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21760613'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22553985_22553985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22553985_22553985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22553985_22553985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22553985_22553985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22553985_22553985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22553985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22553985'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22553985'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21972412_21972412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21972412_21972412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21972412_21972412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21972412_21972412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21972412_21972412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21972412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21972412'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21972412'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22094616_22094616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22094616_22094616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22094616_22094616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22094616_22094616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22094616_22094616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22094616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22094616'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22094616'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21478881_21478881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21478881_21478881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21478881_21478881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21478881_21478881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21478881_21478881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21478881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21478881'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21478881'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21428887_21428887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21428887_21428887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21428887_21428887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21428887_21428887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21428887_21428887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21428887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21428887'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21428887'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21385338_21385338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21385338_21385338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21385338_21385338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21385338_21385338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21385338_21385338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21385338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21385338'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21385338'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21305724_21305724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21305724_21305724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21305724_21305724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21305724_21305724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21305724_21305724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21305724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21305724'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21305724'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22696095_22696095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22696095_22696095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22696095_22696095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22696095_22696095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22696095_22696095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22696095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22696095'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22696095'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22038963_22038963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22038963_22038963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22038963_22038963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22038963_22038963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22038963_22038963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22038963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22038963'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22038963'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22417186_22417186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22417186_22417186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22417186_22417186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22417186_22417186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22417186_22417186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22417186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22417186'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22417186'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22119096_22119096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22119096_22119096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22119096_22119096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22119096_22119096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22119096_22119096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22119096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22119096'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22119096'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20812755_20812755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20812755_20812755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20812755_20812755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20812755_20812755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20812755_20812755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20812755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20812755'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20812755'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22446221_22446221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22446221_22446221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22446221_22446221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22446221_22446221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22446221_22446221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22446221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22446221'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22446221'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22175032_22175032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22175032_22175032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22175032_22175032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22175032_22175032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22175032_22175032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22175032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22175032'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22175032'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21847262_21847262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21847262_21847262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21847262_21847262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21847262_21847262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21847262_21847262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21847262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21847262'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21847262'^^xsd:integer;
  dwc:observationDate '2014-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21467912_21467912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21467912_21467912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21467912_21467912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21467912_21467912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21467912_21467912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21467912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21467912'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21467912'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22062681_22062681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22062681_22062681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22062681_22062681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22062681_22062681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22062681_22062681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22062681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22062681'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22062681'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21049668_21049668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21049668_21049668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21049668_21049668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21049668_21049668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21049668_21049668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21049668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21049668'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21049668'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21958537_21958537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21958537_21958537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21958537_21958537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21958537_21958537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21958537_21958537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21958537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21958537'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21958537'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21255285_21255285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21255285_21255285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21255285_21255285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21255285_21255285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21255285_21255285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21255285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21255285'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21255285'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22349273_22349273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22349273_22349273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22349273_22349273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22349273_22349273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22349273_22349273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22349273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22349273'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22349273'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21113504_21113504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21113504_21113504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21113504_21113504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21113504_21113504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21113504_21113504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21113504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21113504'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21113504'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20760554_20760554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20760554_20760554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20760554_20760554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20760554_20760554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20760554_20760554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20760554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20760554'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20760554'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21262705_21262705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21262705_21262705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21262705_21262705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21262705_21262705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21262705_21262705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21262705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21262705'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21262705'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21726328_21726328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21726328_21726328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21726328_21726328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21726328_21726328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21726328_21726328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21726328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21726328'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21726328'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21488221_21488221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21488221_21488221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21488221_21488221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21488221_21488221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21488221_21488221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21488221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21488221'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21488221'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21036964_21036964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21036964_21036964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21036964_21036964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21036964_21036964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21036964_21036964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21036964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21036964'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21036964'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22674447_22674447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22674447_22674447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22674447_22674447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22674447_22674447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22674447_22674447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22674447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22674447'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22674447'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21117871_21117871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21117871_21117871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21117871_21117871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21117871_21117871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21117871_21117871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21117871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21117871'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21117871'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21225713_21225713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21225713_21225713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21225713_21225713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21225713_21225713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21225713_21225713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21225713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21225713'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21225713'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21680093_21680093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21680093_21680093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21680093_21680093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21680093_21680093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21680093_21680093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21680093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21680093'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21680093'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22150522_22150522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22150522_22150522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22150522_22150522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22150522_22150522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22150522_22150522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22150522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22150522'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22150522'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21318007_21318007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21318007_21318007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21318007_21318007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21318007_21318007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21318007_21318007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21318007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21318007'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21318007'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21734859_21734859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21734859_21734859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21734859_21734859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21734859_21734859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21734859_21734859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21734859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21734859'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21734859'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21848994_21848994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21848994_21848994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21848994_21848994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21848994_21848994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21848994_21848994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21848994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21848994'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21848994'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20934839_20934839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20934839_20934839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20934839_20934839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20934839_20934839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20934839_20934839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20934839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20934839'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20934839'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22099111_22099111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22099111_22099111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22099111_22099111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22099111_22099111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22099111_22099111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22099111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22099111'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22099111'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22244246_22244246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22244246_22244246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22244246_22244246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22244246_22244246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22244246_22244246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22244246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22244246'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22244246'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21282318_21282318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21282318_21282318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21282318_21282318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21282318_21282318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21282318_21282318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21282318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21282318'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21282318'^^xsd:integer;
  dwc:observationDate '2014-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21978786_21978786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21978786_21978786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21978786_21978786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21978786_21978786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21978786_21978786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21978786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21978786'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21978786'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20714359_20714359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20714359_20714359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20714359_20714359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20714359_20714359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20714359_20714359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20714359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20714359'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20714359'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22592707_22592707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22592707_22592707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22592707_22592707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22592707_22592707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22592707_22592707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22592707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22592707'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22592707'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21048406_21048406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21048406_21048406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21048406_21048406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21048406_21048406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21048406_21048406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21048406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21048406'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21048406'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21056667_21056667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21056667_21056667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21056667_21056667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21056667_21056667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21056667_21056667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21056667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21056667'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21056667'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22403123_22403123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22403123_22403123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22403123_22403123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22403123_22403123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22403123_22403123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22403123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22403123'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22403123'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21620018_21620018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21620018_21620018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21620018_21620018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21620018_21620018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21620018_21620018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21620018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21620018'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21620018'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22219211_22219211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22219211_22219211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22219211_22219211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22219211_22219211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22219211_22219211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22219211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22219211'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22219211'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20661452_20661452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20661452_20661452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20661452_20661452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20661452_20661452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20661452_20661452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20661452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20661452'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20661452'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21237990_21237990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21237990_21237990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21237990_21237990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21237990_21237990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21237990_21237990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21237990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21237990'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21237990'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22044755_22044755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22044755_22044755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22044755_22044755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22044755_22044755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22044755_22044755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22044755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22044755'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22044755'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21157147_21157147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21157147_21157147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21157147_21157147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21157147_21157147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21157147_21157147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21157147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21157147'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21157147'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21329376_21329376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21329376_21329376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21329376_21329376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21329376_21329376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21329376_21329376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21329376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21329376'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21329376'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21808540_21808540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21808540_21808540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21808540_21808540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21808540_21808540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21808540_21808540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21808540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21808540'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21808540'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22358845_22358845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22358845_22358845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22358845_22358845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22358845_22358845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22358845_22358845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22358845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22358845'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22358845'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21493969_21493969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21493969_21493969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21493969_21493969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21493969_21493969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21493969_21493969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21493969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21493969'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21493969'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21799115_21799115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21799115_21799115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21799115_21799115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21799115_21799115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21799115_21799115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21799115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21799115'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21799115'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20858291_20858291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20858291_20858291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20858291_20858291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20858291_20858291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20858291_20858291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20858291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20858291'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20858291'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21112350_21112350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21112350_21112350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21112350_21112350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21112350_21112350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21112350_21112350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21112350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21112350'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21112350'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22215511_22215511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22215511_22215511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22215511_22215511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22215511_22215511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22215511_22215511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22215511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22215511'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22215511'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21862696_21862696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21862696_21862696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21862696_21862696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21862696_21862696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21862696_21862696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21862696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21862696'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21862696'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21970516_21970516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21970516_21970516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21970516_21970516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21970516_21970516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21970516_21970516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21970516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21970516'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21970516'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20753047_20753047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20753047_20753047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20753047_20753047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20753047_20753047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20753047_20753047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20753047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20753047'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20753047'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22113562_22113562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22113562_22113562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22113562_22113562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22113562_22113562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22113562_22113562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22113562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22113562'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22113562'^^xsd:integer;
  dwc:observationDate '2014-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22126731_22126731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22126731_22126731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22126731_22126731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22126731_22126731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22126731_22126731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22126731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22126731'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22126731'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22709008_22709008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22709008_22709008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22709008_22709008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22709008_22709008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22709008_22709008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22709008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22709008'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22709008'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20754860_20754860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20754860_20754860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20754860_20754860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20754860_20754860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20754860_20754860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20754860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20754860'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20754860'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21989554_21989554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21989554_21989554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21989554_21989554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21989554_21989554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21989554_21989554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21989554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21989554'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21989554'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21853002_21853002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21853002_21853002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21853002_21853002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21853002_21853002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21853002_21853002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21853002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21853002'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21853002'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21804155_21804155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21804155_21804155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21804155_21804155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21804155_21804155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21804155_21804155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21804155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21804155'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21804155'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22513707_22513707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22513707_22513707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22513707_22513707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22513707_22513707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22513707_22513707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22513707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22513707'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22513707'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21040678_21040678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21040678_21040678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21040678_21040678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21040678_21040678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21040678_21040678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21040678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21040678'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21040678'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22047102_22047102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22047102_22047102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22047102_22047102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22047102_22047102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22047102_22047102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22047102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22047102'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22047102'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21963010_21963010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21963010_21963010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21963010_21963010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21963010_21963010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21963010_21963010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21963010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21963010'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21963010'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22038158_22038158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22038158_22038158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22038158_22038158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22038158_22038158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22038158_22038158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22038158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22038158'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22038158'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22403500_22403500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22403500_22403500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22403500_22403500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22403500_22403500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22403500_22403500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22403500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22403500'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22403500'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20754679_20754679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20754679_20754679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20754679_20754679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20754679_20754679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20754679_20754679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20754679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20754679'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20754679'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21853318_21853318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21853318_21853318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21853318_21853318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21853318_21853318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21853318_21853318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21853318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21853318'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21853318'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22415793_22415793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22415793_22415793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22415793_22415793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22415793_22415793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22415793_22415793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22415793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22415793'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22415793'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22384220_22384220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22384220_22384220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22384220_22384220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22384220_22384220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22384220_22384220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22384220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22384220'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22384220'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21478842_21478842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21478842_21478842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21478842_21478842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21478842_21478842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21478842_21478842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21478842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21478842'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21478842'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22280903_22280903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22280903_22280903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22280903_22280903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22280903_22280903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22280903_22280903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22280903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22280903'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22280903'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20956812_20956812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20956812_20956812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20956812_20956812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20956812_20956812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20956812_20956812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20956812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20956812'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20956812'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21088771_21088771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21088771_21088771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21088771_21088771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21088771_21088771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21088771_21088771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21088771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21088771'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21088771'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21767858_21767858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21767858_21767858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21767858_21767858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21767858_21767858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21767858_21767858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21767858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21767858'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21767858'^^xsd:integer;
  dwc:observationDate '2014-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21558276_21558276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21558276_21558276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21558276_21558276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21558276_21558276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21558276_21558276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21558276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21558276'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21558276'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22616294_22616294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22616294_22616294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22616294_22616294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22616294_22616294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22616294_22616294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22616294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22616294'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22616294'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22593559_22593559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22593559_22593559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22593559_22593559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22593559_22593559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22593559_22593559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22593559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22593559'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22593559'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21099911_21099911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21099911_21099911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21099911_21099911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21099911_21099911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21099911_21099911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21099911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21099911'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21099911'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21394500_21394500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21394500_21394500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21394500_21394500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21394500_21394500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21394500_21394500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21394500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21394500'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21394500'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22513544_22513544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22513544_22513544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22513544_22513544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22513544_22513544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22513544_22513544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22513544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22513544'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22513544'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20633708_20633708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20633708_20633708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20633708_20633708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20633708_20633708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20633708_20633708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20633708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20633708'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20633708'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22071087_22071087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22071087_22071087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22071087_22071087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22071087_22071087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22071087_22071087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22071087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22071087'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22071087'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21422174_21422174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21422174_21422174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21422174_21422174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21422174_21422174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21422174_21422174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21422174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21422174'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21422174'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21201603_21201603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21201603_21201603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21201603_21201603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21201603_21201603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21201603_21201603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21201603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21201603'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21201603'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22181966_22181966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22181966_22181966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22181966_22181966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22181966_22181966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22181966_22181966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22181966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22181966'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22181966'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22176857_22176857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22176857_22176857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22176857_22176857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22176857_22176857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22176857_22176857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22176857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22176857'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22176857'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22149829_22149829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22149829_22149829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22149829_22149829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22149829_22149829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22149829_22149829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22149829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22149829'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22149829'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21654762_21654762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21654762_21654762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21654762_21654762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21654762_21654762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21654762_21654762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21654762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21654762'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21654762'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21757908_21757908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21757908_21757908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21757908_21757908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21757908_21757908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21757908_21757908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21757908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21757908'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21757908'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21426860_21426860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21426860_21426860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21426860_21426860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21426860_21426860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21426860_21426860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21426860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21426860'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21426860'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20582953_20582953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20582953_20582953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20582953_20582953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20582953_20582953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20582953_20582953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20582953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20582953'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20582953'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20995816_20995816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20995816_20995816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20995816_20995816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20995816_20995816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20995816_20995816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20995816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20995816'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20995816'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21995890_21995890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21995890_21995890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21995890_21995890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21995890_21995890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21995890_21995890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21995890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21995890'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21995890'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21234137_21234137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21234137_21234137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21234137_21234137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21234137_21234137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21234137_21234137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21234137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21234137'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21234137'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20769322_20769322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20769322_20769322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20769322_20769322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20769322_20769322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20769322_20769322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20769322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20769322'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20769322'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20624754_20624754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20624754_20624754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20624754_20624754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20624754_20624754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20624754_20624754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20624754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20624754'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20624754'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21455274_21455274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21455274_21455274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21455274_21455274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21455274_21455274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21455274_21455274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21455274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21455274'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21455274'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22474828_22474828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22474828_22474828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22474828_22474828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22474828_22474828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22474828_22474828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22474828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22474828'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22474828'^^xsd:integer;
  dwc:observationDate '2014-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22340151_22340151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22340151_22340151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22340151_22340151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22340151_22340151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22340151_22340151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22340151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22340151'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22340151'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21325560_21325560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21325560_21325560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21325560_21325560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21325560_21325560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21325560_21325560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21325560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21325560'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21325560'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21142311_21142311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21142311_21142311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21142311_21142311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21142311_21142311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21142311_21142311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21142311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21142311'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21142311'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22158326_22158326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22158326_22158326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22158326_22158326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22158326_22158326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22158326_22158326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22158326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22158326'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22158326'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22702317_22702317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22702317_22702317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22702317_22702317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22702317_22702317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22702317_22702317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22702317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22702317'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22702317'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21228193_21228193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21228193_21228193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21228193_21228193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21228193_21228193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21228193_21228193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21228193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21228193'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21228193'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20831114_20831114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20831114_20831114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20831114_20831114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20831114_20831114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20831114_20831114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20831114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20831114'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20831114'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20771872_20771872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20771872_20771872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20771872_20771872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20771872_20771872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20771872_20771872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20771872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20771872'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20771872'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22282602_22282602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22282602_22282602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22282602_22282602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22282602_22282602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22282602_22282602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22282602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22282602'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22282602'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21564468_21564468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21564468_21564468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21564468_21564468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21564468_21564468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21564468_21564468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21564468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21564468'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21564468'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21862178_21862178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21862178_21862178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21862178_21862178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21862178_21862178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21862178_21862178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21862178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21862178'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21862178'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21825320_21825320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21825320_21825320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21825320_21825320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21825320_21825320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21825320_21825320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21825320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21825320'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21825320'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20589271_20589271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20589271_20589271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20589271_20589271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20589271_20589271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20589271_20589271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20589271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20589271'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20589271'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21659557_21659557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21659557_21659557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21659557_21659557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21659557_21659557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21659557_21659557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21659557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21659557'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21659557'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22333999_22333999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22333999_22333999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22333999_22333999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22333999_22333999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22333999_22333999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22333999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22333999'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22333999'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21387345_21387345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21387345_21387345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21387345_21387345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21387345_21387345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21387345_21387345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21387345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21387345'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21387345'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21578938_21578938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21578938_21578938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21578938_21578938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21578938_21578938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21578938_21578938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21578938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21578938'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21578938'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21694382_21694382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21694382_21694382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21694382_21694382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21694382_21694382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21694382_21694382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21694382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21694382'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21694382'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21772840_21772840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21772840_21772840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21772840_21772840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21772840_21772840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21772840_21772840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21772840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21772840'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21772840'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21524156_21524156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21524156_21524156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21524156_21524156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21524156_21524156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21524156_21524156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21524156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21524156'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21524156'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22174257_22174257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22174257_22174257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22174257_22174257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22174257_22174257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22174257_22174257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22174257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22174257'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22174257'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21207405_21207405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21207405_21207405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21207405_21207405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21207405_21207405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21207405_21207405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21207405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21207405'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21207405'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21222915_21222915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21222915_21222915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21222915_21222915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21222915_21222915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21222915_21222915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21222915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21222915'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21222915'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21641354_21641354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21641354_21641354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21641354_21641354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21641354_21641354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21641354_21641354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21641354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21641354'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21641354'^^xsd:integer;
  dwc:observationDate '2014-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22410343_22410343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22410343_22410343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22410343_22410343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22410343_22410343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22410343_22410343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22410343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22410343'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22410343'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21976961_21976961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21976961_21976961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21976961_21976961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21976961_21976961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21976961_21976961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21976961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21976961'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21976961'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22317115_22317115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22317115_22317115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22317115_22317115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22317115_22317115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22317115_22317115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22317115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22317115'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22317115'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21928305_21928305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21928305_21928305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21928305_21928305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21928305_21928305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21928305_21928305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21928305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21928305'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21928305'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21994391_21994391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21994391_21994391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21994391_21994391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21994391_21994391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21994391_21994391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21994391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21994391'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21994391'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22001753_22001753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22001753_22001753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22001753_22001753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22001753_22001753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22001753_22001753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22001753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22001753'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22001753'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21345847_21345847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21345847_21345847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21345847_21345847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21345847_21345847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21345847_21345847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21345847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21345847'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21345847'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22498085_22498085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22498085_22498085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22498085_22498085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22498085_22498085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22498085_22498085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22498085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22498085'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22498085'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21993631_21993631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21993631_21993631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21993631_21993631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21993631_21993631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21993631_21993631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21993631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21993631'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21993631'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20870620_20870620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20870620_20870620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20870620_20870620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20870620_20870620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20870620_20870620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20870620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20870620'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20870620'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22372081_22372081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22372081_22372081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22372081_22372081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22372081_22372081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22372081_22372081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22372081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22372081'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22372081'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22424519_22424519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22424519_22424519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22424519_22424519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22424519_22424519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22424519_22424519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22424519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22424519'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22424519'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22283361_22283361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22283361_22283361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22283361_22283361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22283361_22283361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22283361_22283361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22283361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22283361'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22283361'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21121962_21121962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21121962_21121962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21121962_21121962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21121962_21121962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21121962_21121962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21121962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21121962'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21121962'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20684630_20684630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20684630_20684630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20684630_20684630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20684630_20684630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20684630_20684630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20684630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20684630'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20684630'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20665910_20665910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20665910_20665910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20665910_20665910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20665910_20665910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20665910_20665910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20665910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20665910'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20665910'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21842855_21842855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21842855_21842855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21842855_21842855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21842855_21842855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21842855_21842855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21842855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21842855'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21842855'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20750958_20750958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20750958_20750958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20750958_20750958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20750958_20750958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20750958_20750958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20750958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20750958'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20750958'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20738689_20738689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20738689_20738689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20738689_20738689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20738689_20738689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20738689_20738689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20738689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20738689'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20738689'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22453797_22453797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22453797_22453797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22453797_22453797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22453797_22453797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22453797_22453797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22453797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22453797'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22453797'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21858008_21858008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21858008_21858008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21858008_21858008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21858008_21858008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21858008_21858008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21858008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21858008'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21858008'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22339556_22339556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22339556_22339556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22339556_22339556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22339556_22339556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22339556_22339556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22339556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22339556'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22339556'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21120021_21120021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21120021_21120021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21120021_21120021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21120021_21120021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21120021_21120021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21120021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21120021'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21120021'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21010839_21010839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21010839_21010839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21010839_21010839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21010839_21010839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21010839_21010839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21010839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21010839'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21010839'^^xsd:integer;
  dwc:observationDate '2014-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20680968_20680968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20680968_20680968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20680968_20680968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20680968_20680968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20680968_20680968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20680968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20680968'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20680968'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22429772_22429772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22429772_22429772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22429772_22429772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22429772_22429772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22429772_22429772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22429772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22429772'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22429772'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21693376_21693376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21693376_21693376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21693376_21693376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21693376_21693376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21693376_21693376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21693376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21693376'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21693376'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21570236_21570236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21570236_21570236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21570236_21570236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21570236_21570236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21570236_21570236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21570236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21570236'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21570236'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22021754_22021754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22021754_22021754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22021754_22021754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22021754_22021754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22021754_22021754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22021754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22021754'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22021754'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21972538_21972538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21972538_21972538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21972538_21972538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21972538_21972538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21972538_21972538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21972538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21972538'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21972538'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21814981_21814981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21814981_21814981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21814981_21814981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21814981_21814981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21814981_21814981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21814981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21814981'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21814981'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21456231_21456231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21456231_21456231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21456231_21456231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21456231_21456231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21456231_21456231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21456231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21456231'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21456231'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21468837_21468837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21468837_21468837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21468837_21468837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21468837_21468837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21468837_21468837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21468837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21468837'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21468837'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21086612_21086612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21086612_21086612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21086612_21086612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21086612_21086612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21086612_21086612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21086612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21086612'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21086612'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22534954_22534954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22534954_22534954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22534954_22534954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22534954_22534954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22534954_22534954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22534954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22534954'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22534954'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22276494_22276494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22276494_22276494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22276494_22276494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22276494_22276494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22276494_22276494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22276494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22276494'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22276494'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22036302_22036302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22036302_22036302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22036302_22036302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22036302_22036302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22036302_22036302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22036302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22036302'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22036302'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864096_23864096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864096_23864096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864096_23864096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864096_23864096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864096_23864096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864096'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864096'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864135_23864135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864135_23864135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864135_23864135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864135_23864135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864135_23864135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864135'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864135'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864146_23864146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864146_23864146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864146_23864146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864146_23864146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864146_23864146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864146'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864146'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864157_23864157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864157_23864157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864157_23864157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864157_23864157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864157_23864157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864157'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864157'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864182_23864182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864182_23864182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864182_23864182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864182_23864182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864182_23864182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864182'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864182'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864204_23864204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864204_23864204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864204_23864204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864204_23864204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864204_23864204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864204'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864204'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864250_23864250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864250_23864250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864250_23864250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864250_23864250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864250_23864250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864250'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864250'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864292_23864292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864292_23864292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864292_23864292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864292_23864292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864292_23864292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864292'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864292'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864335_23864335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864335_23864335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864335_23864335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864335_23864335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864335_23864335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864335'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864335'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864359_23864359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864359_23864359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864359_23864359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864359_23864359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864359_23864359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864359'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864359'^^xsd:integer;
  dwc:observationDate '2014-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864360_23864360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864360_23864360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864360_23864360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864360_23864360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864360_23864360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864360'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864360'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864361_23864361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864361_23864361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864361_23864361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864361_23864361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864361_23864361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864361'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864361'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864362_23864362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864362_23864362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864362_23864362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864362_23864362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864362_23864362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864362'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864362'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864364_23864364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864364_23864364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864364_23864364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864364_23864364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864364_23864364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864364'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864364'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864366_23864366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864366_23864366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864366_23864366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864366_23864366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864366_23864366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864366'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864366'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864368_23864368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864368_23864368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864368_23864368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864368_23864368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864368_23864368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864368'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864368'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864372_23864372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864372_23864372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864372_23864372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864372_23864372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864372_23864372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864372'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864372'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864376_23864376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864376_23864376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864376_23864376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864376_23864376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864376_23864376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864376'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864376'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864404_23864404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864404_23864404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864404_23864404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864404_23864404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864404_23864404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864404'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864404'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864426_23864426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864426_23864426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864426_23864426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864426_23864426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864426_23864426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864426'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864426'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864458_23864458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864458_23864458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864458_23864458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864458_23864458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864458_23864458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864458'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864458'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864470_23864470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864470_23864470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864470_23864470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864470_23864470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864470_23864470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864470'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864470'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864499_23864499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864499_23864499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864499_23864499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864499_23864499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864499_23864499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864499'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864499'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864502_23864502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864502_23864502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864502_23864502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864502_23864502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864502_23864502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864502'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864502'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864510_23864510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864510_23864510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864510_23864510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864510_23864510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864510_23864510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864510'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864510'^^xsd:integer;
  dwc:observationDate '2014-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864511_23864511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864511_23864511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864511_23864511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864511_23864511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864511_23864511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864511'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864511'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864526_23864526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864526_23864526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864526_23864526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864526_23864526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864526_23864526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864526'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864526'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864530_23864530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864530_23864530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864530_23864530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864530_23864530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864530_23864530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864530'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864530'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864531_23864531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864531_23864531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864531_23864531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864531_23864531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864531_23864531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864531'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864531'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864532_23864532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864532_23864532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864532_23864532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864532_23864532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864532_23864532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864532'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864532'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864533_23864533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864533_23864533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864533_23864533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864533_23864533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864533_23864533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864533'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864533'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864555_23864555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864555_23864555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864555_23864555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864555_23864555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864555_23864555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864555'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864555'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864587_23864587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864587_23864587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864587_23864587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864587_23864587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864587_23864587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864587'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864587'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864631_23864631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864631_23864631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864631_23864631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864631_23864631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864631_23864631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864631'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864631'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864677_23864677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864677_23864677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864677_23864677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864677_23864677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864677_23864677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864677'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864677'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864720_23864720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864720_23864720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864720_23864720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864720_23864720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864720_23864720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864720'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864720'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864740_23864740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864740_23864740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864740_23864740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864740_23864740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864740_23864740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864740'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864740'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864755_23864755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864755_23864755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864755_23864755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864755_23864755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864755_23864755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864755'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864755'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864760_23864760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864760_23864760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864760_23864760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864760_23864760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864760_23864760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864760'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864760'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864763_23864763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864763_23864763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864763_23864763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864763_23864763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864763_23864763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864763'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864763'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864803_23864803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864803_23864803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864803_23864803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864803_23864803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864803_23864803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864803'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864803'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864821_23864821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864821_23864821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864821_23864821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864821_23864821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864821_23864821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864821'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864821'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864823_23864823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864823_23864823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864823_23864823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864823_23864823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864823_23864823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864823'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864823'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864828_23864828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864828_23864828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864828_23864828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864828_23864828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864828_23864828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864828'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864828'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864834_23864834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864834_23864834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864834_23864834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864834_23864834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864834_23864834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864834'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864834'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864843_23864843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864843_23864843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864843_23864843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864843_23864843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864843_23864843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864843'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864843'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864844_23864844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864844_23864844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864844_23864844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864844_23864844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864844_23864844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864844'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864844'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864846_23864846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864846_23864846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864846_23864846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864846_23864846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864846_23864846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864846'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864846'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864860_23864860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864860_23864860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864860_23864860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864860_23864860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864860_23864860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864860'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864860'^^xsd:integer;
  dwc:observationDate '2014-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864867_23864867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864867_23864867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864867_23864867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864867_23864867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864867_23864867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864867'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864867'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864869_23864869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864869_23864869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864869_23864869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864869_23864869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864869_23864869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864869'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864869'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864870_23864870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864870_23864870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864870_23864870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864870_23864870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864870_23864870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864870'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864870'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864880_23864880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864880_23864880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864880_23864880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864880_23864880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864880_23864880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864880'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864880'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864888_23864888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864888_23864888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864888_23864888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864888_23864888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864888_23864888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864888'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864888'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864893_23864893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864893_23864893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864893_23864893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864893_23864893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864893_23864893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864893'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864893'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864907_23864907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864907_23864907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864907_23864907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864907_23864907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864907_23864907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864907'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864907'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864928_23864928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864928_23864928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864928_23864928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864928_23864928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864928_23864928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864928'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864928'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864930_23864930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864930_23864930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864930_23864930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864930_23864930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864930_23864930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864930'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864930'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864943_23864943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864943_23864943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864943_23864943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864943_23864943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864943_23864943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864943'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864943'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864946_23864946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864946_23864946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864946_23864946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864946_23864946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864946_23864946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864946'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864946'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864948_23864948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864948_23864948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864948_23864948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864948_23864948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864948_23864948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864948'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864948'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864961_23864961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864961_23864961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864961_23864961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864961_23864961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864961_23864961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864961'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864961'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864965_23864965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864965_23864965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864965_23864965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864965_23864965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864965_23864965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864965'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864965'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864969_23864969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864969_23864969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864969_23864969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864969_23864969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864969_23864969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864969'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864969'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23864994_23864994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23864994_23864994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23864994_23864994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23864994_23864994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23864994_23864994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23864994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23864994'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23864994'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865039_23865039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865039_23865039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865039_23865039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865039_23865039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865039_23865039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865039'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865039'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865075_23865075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865075_23865075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865075_23865075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865075_23865075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865075_23865075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865075'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865075'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865125_23865125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865125_23865125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865125_23865125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865125_23865125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865125_23865125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865125'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865125'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865178_23865178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865178_23865178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865178_23865178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865178_23865178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865178_23865178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865178'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865178'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865224_23865224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865224_23865224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865224_23865224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865224_23865224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865224_23865224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865224'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865224'^^xsd:integer;
  dwc:observationDate '2014-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865274_23865274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865274_23865274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865274_23865274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865274_23865274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865274_23865274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865274'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865274'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865318_23865318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865318_23865318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865318_23865318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865318_23865318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865318_23865318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865318'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865318'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865370_23865370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865370_23865370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865370_23865370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865370_23865370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865370_23865370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865370'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865370'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865419_23865419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865419_23865419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865419_23865419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865419_23865419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865419_23865419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865419'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865419'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865468_23865468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865468_23865468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865468_23865468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865468_23865468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865468_23865468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865468'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865468'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865518_23865518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865518_23865518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865518_23865518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865518_23865518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865518_23865518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865518'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865518'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865569_23865569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865569_23865569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865569_23865569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865569_23865569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865569_23865569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865569'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865569'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865617_23865617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865617_23865617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865617_23865617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865617_23865617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865617_23865617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865617'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865617'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865668_23865668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865668_23865668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865668_23865668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865668_23865668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865668_23865668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865668'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865668'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865719_23865719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865719_23865719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865719_23865719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865719_23865719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865719_23865719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865719'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865719'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865769_23865769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865769_23865769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865769_23865769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865769_23865769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865769_23865769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865769'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865769'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865818_23865818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865818_23865818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865818_23865818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865818_23865818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865818_23865818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865818'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865818'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865870_23865870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865870_23865870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865870_23865870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865870_23865870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865870_23865870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865870'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865870'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865918_23865918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865918_23865918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865918_23865918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865918_23865918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865918_23865918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865918'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865918'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23865969_23865969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23865969_23865969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23865969_23865969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23865969_23865969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23865969_23865969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23865969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23865969'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23865969'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866020_23866020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866020_23866020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866020_23866020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866020_23866020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866020_23866020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866020'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866020'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866071_23866071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866071_23866071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866071_23866071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866071_23866071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866071_23866071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866071'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866071'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866119_23866119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866119_23866119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866119_23866119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866119_23866119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866119_23866119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866119'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866119'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866166_23866166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866166_23866166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866166_23866166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866166_23866166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866166_23866166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866166'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866166'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866213_23866213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866213_23866213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866213_23866213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866213_23866213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866213_23866213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866213'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866213'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866262_23866262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866262_23866262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866262_23866262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866262_23866262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866262_23866262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866262'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866262'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866310_23866310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866310_23866310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866310_23866310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866310_23866310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866310_23866310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866310'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866310'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866363_23866363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866363_23866363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866363_23866363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866363_23866363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866363_23866363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866363'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866363'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866409_23866409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866409_23866409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866409_23866409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866409_23866409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866409_23866409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866409'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866409'^^xsd:integer;
  dwc:observationDate '2014-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866457_23866457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866457_23866457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866457_23866457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866457_23866457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866457_23866457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866457'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866457'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866502_23866502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866502_23866502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866502_23866502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866502_23866502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866502_23866502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866502'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866502'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866545_23866545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866545_23866545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866545_23866545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866545_23866545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866545_23866545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866545'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866545'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866594_23866594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866594_23866594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866594_23866594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866594_23866594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866594_23866594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866594'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866594'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866637_23866637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866637_23866637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866637_23866637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866637_23866637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866637_23866637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866637'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866637'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866680_23866680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866680_23866680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866680_23866680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866680_23866680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866680_23866680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866680'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866680'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866732_23866732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866732_23866732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866732_23866732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866732_23866732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866732_23866732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866732'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866732'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866762_23866762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866762_23866762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866762_23866762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866762_23866762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866762_23866762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866762'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866762'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866791_23866791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866791_23866791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866791_23866791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866791_23866791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866791_23866791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866791'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866791'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866824_23866824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866824_23866824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866824_23866824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866824_23866824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866824_23866824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866824'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866824'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866857_23866857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866857_23866857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866857_23866857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866857_23866857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866857_23866857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866857'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866857'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866895_23866895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866895_23866895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866895_23866895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866895_23866895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866895_23866895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866895'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866895'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866930_23866930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866930_23866930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866930_23866930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866930_23866930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866930_23866930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866930'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866930'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23866969_23866969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23866969_23866969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23866969_23866969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23866969_23866969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23866969_23866969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23866969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23866969'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23866969'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867010_23867010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867010_23867010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867010_23867010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867010_23867010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867010_23867010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867010'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867010'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867027_23867027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867027_23867027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867027_23867027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867027_23867027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867027_23867027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867027'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867027'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867050_23867050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867050_23867050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867050_23867050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867050_23867050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867050_23867050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867050'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867050'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867065_23867065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867065_23867065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867065_23867065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867065_23867065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867065_23867065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867065'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867065'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867091_23867091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867091_23867091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867091_23867091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867091_23867091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867091_23867091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867091'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867091'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867134_23867134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867134_23867134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867134_23867134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867134_23867134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867134_23867134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867134'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867134'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867174_23867174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867174_23867174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867174_23867174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867174_23867174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867174_23867174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867174'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867174'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867191_23867191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867191_23867191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867191_23867191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867191_23867191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867191_23867191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867191'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867191'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867193_23867193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867193_23867193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867193_23867193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867193_23867193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867193_23867193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867193'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867193'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867198_23867198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867198_23867198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867198_23867198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867198_23867198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867198_23867198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867198'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867198'^^xsd:integer;
  dwc:observationDate '2014-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867218_23867218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867218_23867218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867218_23867218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867218_23867218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867218_23867218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867218'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867218'^^xsd:integer;
  dwc:observationDate '2014-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867221_23867221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867221_23867221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867221_23867221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867221_23867221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867221_23867221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867221'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867221'^^xsd:integer;
  dwc:observationDate '2014-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867222_23867222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867222_23867222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867222_23867222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867222_23867222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867222_23867222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867222'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867222'^^xsd:integer;
  dwc:observationDate '2014-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867232_23867232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867232_23867232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867232_23867232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867232_23867232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867232_23867232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867232'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867232'^^xsd:integer;
  dwc:observationDate '2014-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867241_23867241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867241_23867241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867241_23867241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867241_23867241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867241_23867241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867241'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867241'^^xsd:integer;
  dwc:observationDate '2014-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867250_23867250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867250_23867250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867250_23867250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867250_23867250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867250_23867250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867250'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867250'^^xsd:integer;
  dwc:observationDate '2014-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867254_23867254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867254_23867254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867254_23867254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867254_23867254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867254_23867254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867254'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867254'^^xsd:integer;
  dwc:observationDate '2014-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867256_23867256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867256_23867256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867256_23867256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867256_23867256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867256_23867256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867256'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867256'^^xsd:integer;
  dwc:observationDate '2014-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867257_23867257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867257_23867257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867257_23867257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867257_23867257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867257_23867257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867257'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867257'^^xsd:integer;
  dwc:observationDate '2014-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867258_23867258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867258_23867258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867258_23867258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867258_23867258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867258_23867258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867258'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867258'^^xsd:integer;
  dwc:observationDate '2014-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867268_23867268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867268_23867268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867268_23867268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867268_23867268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867268_23867268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867268'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867268'^^xsd:integer;
  dwc:observationDate '2014-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867271_23867271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867271_23867271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867271_23867271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867271_23867271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867271_23867271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867271'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867271'^^xsd:integer;
  dwc:observationDate '2014-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867280_23867280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867280_23867280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867280_23867280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867280_23867280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867280_23867280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867280'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867280'^^xsd:integer;
  dwc:observationDate '2014-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867285_23867285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867285_23867285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867285_23867285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867285_23867285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867285_23867285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867285'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867285'^^xsd:integer;
  dwc:observationDate '2014-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867288_23867288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867288_23867288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867288_23867288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867288_23867288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867288_23867288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867288'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867288'^^xsd:integer;
  dwc:observationDate '2014-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867290_23867290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867290_23867290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867290_23867290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867290_23867290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867290_23867290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867290'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867290'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867292_23867292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867292_23867292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867292_23867292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867292_23867292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867292_23867292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867292'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867292'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867293_23867293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867293_23867293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867293_23867293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867293_23867293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867293_23867293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867293'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867293'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867295_23867295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867295_23867295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867295_23867295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867295_23867295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867295_23867295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867295'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867295'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867299_23867299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867299_23867299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867299_23867299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867299_23867299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867299_23867299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867299'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867299'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867323_23867323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867323_23867323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867323_23867323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867323_23867323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867323_23867323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867323'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867323'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867337_23867337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867337_23867337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867337_23867337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867337_23867337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867337_23867337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867337'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867337'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867346_23867346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867346_23867346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867346_23867346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867346_23867346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867346_23867346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867346'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867346'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867357_23867357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867357_23867357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867357_23867357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867357_23867357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867357_23867357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867357'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867357'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867398_23867398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867398_23867398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867398_23867398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867398_23867398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867398_23867398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867398'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867398'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867431_23867431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867431_23867431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867431_23867431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867431_23867431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867431_23867431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867431'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867431'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867442_23867442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867442_23867442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867442_23867442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867442_23867442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867442_23867442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867442'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867442'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867459_23867459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867459_23867459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867459_23867459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867459_23867459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867459_23867459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867459'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867459'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867464_23867464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867464_23867464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867464_23867464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867464_23867464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867464_23867464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867464'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867464'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867484_23867484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867484_23867484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867484_23867484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867484_23867484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867484_23867484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867484'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867484'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867488_23867488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867488_23867488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867488_23867488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867488_23867488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867488_23867488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867488'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867488'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867492_23867492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867492_23867492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867492_23867492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867492_23867492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867492_23867492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867492'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867492'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867509_23867509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867509_23867509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867509_23867509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867509_23867509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867509_23867509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867509'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867509'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867520_23867520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867520_23867520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867520_23867520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867520_23867520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867520_23867520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867520'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867520'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867535_23867535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867535_23867535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867535_23867535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867535_23867535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867535_23867535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867535'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867535'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867553_23867553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867553_23867553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867553_23867553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867553_23867553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867553_23867553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867553'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867553'^^xsd:integer;
  dwc:observationDate '2014-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867560_23867560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867560_23867560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867560_23867560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867560_23867560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867560_23867560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867560'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867560'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867586_23867586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867586_23867586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867586_23867586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867586_23867586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867586_23867586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867586'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867586'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867600_23867600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867600_23867600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867600_23867600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867600_23867600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867600_23867600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867600'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867600'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867617_23867617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867617_23867617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867617_23867617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867617_23867617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867617_23867617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867617'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867617'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867630_23867630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867630_23867630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867630_23867630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867630_23867630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867630_23867630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867630'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867630'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867673_23867673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867673_23867673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867673_23867673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867673_23867673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867673_23867673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867673'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867673'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867704_23867704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867704_23867704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867704_23867704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867704_23867704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867704_23867704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867704'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867704'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867714_23867714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867714_23867714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867714_23867714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867714_23867714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867714_23867714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867714'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867714'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867761_23867761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867761_23867761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867761_23867761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867761_23867761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867761_23867761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867761'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867761'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867794_23867794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867794_23867794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867794_23867794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867794_23867794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867794_23867794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867794'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867794'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867813_23867813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867813_23867813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867813_23867813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867813_23867813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867813_23867813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867813'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867813'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867849_23867849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867849_23867849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867849_23867849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867849_23867849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867849_23867849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867849'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867849'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867857_23867857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867857_23867857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867857_23867857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867857_23867857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867857_23867857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867857'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867857'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867867_23867867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867867_23867867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867867_23867867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867867_23867867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867867_23867867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867867'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867867'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867908_23867908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867908_23867908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867908_23867908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867908_23867908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867908_23867908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867908'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867908'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867948_23867948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867948_23867948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867948_23867948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867948_23867948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867948_23867948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867948'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867948'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867970_23867970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867970_23867970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867970_23867970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867970_23867970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867970_23867970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867970'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867970'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867974_23867974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867974_23867974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867974_23867974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867974_23867974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867974_23867974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867974'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867974'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867985_23867985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867985_23867985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867985_23867985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867985_23867985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867985_23867985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867985'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867985'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23867999_23867999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23867999_23867999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23867999_23867999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23867999_23867999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23867999_23867999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23867999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23867999'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23867999'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868024_23868024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868024_23868024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868024_23868024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868024_23868024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868024_23868024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868024'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868024'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868043_23868043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868043_23868043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868043_23868043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868043_23868043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868043_23868043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868043'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868043'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868046_23868046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868046_23868046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868046_23868046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868046_23868046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868046_23868046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868046'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868046'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868052_23868052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868052_23868052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868052_23868052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868052_23868052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868052_23868052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868052'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868052'^^xsd:integer;
  dwc:observationDate '2014-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868059_23868059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868059_23868059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868059_23868059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868059_23868059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868059_23868059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868059'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868059'^^xsd:integer;
  dwc:observationDate '2014-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868060_23868060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868060_23868060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868060_23868060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868060_23868060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868060_23868060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868060'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868060'^^xsd:integer;
  dwc:observationDate '2014-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868061_23868061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868061_23868061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868061_23868061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868061_23868061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868061_23868061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868061'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868061'^^xsd:integer;
  dwc:observationDate '2014-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868063_23868063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868063_23868063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868063_23868063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868063_23868063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868063_23868063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868063'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868063'^^xsd:integer;
  dwc:observationDate '2014-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868066_23868066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868066_23868066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868066_23868066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868066_23868066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868066_23868066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868066'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868066'^^xsd:integer;
  dwc:observationDate '2014-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868082_23868082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868082_23868082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868082_23868082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868082_23868082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868082_23868082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868082'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868082'^^xsd:integer;
  dwc:observationDate '2014-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868088_23868088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868088_23868088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868088_23868088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868088_23868088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868088_23868088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868088'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868088'^^xsd:integer;
  dwc:observationDate '2014-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868092_23868092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868092_23868092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868092_23868092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868092_23868092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868092_23868092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868092'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868092'^^xsd:integer;
  dwc:observationDate '2014-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868100_23868100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868100_23868100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868100_23868100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868100_23868100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868100_23868100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868100'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868100'^^xsd:integer;
  dwc:observationDate '2014-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868101_23868101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868101_23868101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868101_23868101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868101_23868101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868101_23868101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868101'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868101'^^xsd:integer;
  dwc:observationDate '2014-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868107_23868107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868107_23868107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868107_23868107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868107_23868107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868107_23868107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868107'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868107'^^xsd:integer;
  dwc:observationDate '2014-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868113_23868113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868113_23868113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868113_23868113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868113_23868113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868113_23868113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868113'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868113'^^xsd:integer;
  dwc:observationDate '2014-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868117_23868117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868117_23868117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868117_23868117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868117_23868117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868117_23868117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868117'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868117'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868121_23868121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868121_23868121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868121_23868121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868121_23868121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868121_23868121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868121'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868121'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868126_23868126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868126_23868126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868126_23868126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868126_23868126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868126_23868126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868126'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868126'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868132_23868132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868132_23868132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868132_23868132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868132_23868132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868132_23868132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868132'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868132'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868133_23868133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868133_23868133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868133_23868133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868133_23868133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868133_23868133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868133'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868133'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868136_23868136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868136_23868136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868136_23868136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868136_23868136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868136_23868136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868136'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868136'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868142_23868142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868142_23868142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868142_23868142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868142_23868142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868142_23868142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868142'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868142'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868148_23868148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868148_23868148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868148_23868148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868148_23868148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868148_23868148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868148'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868148'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868160_23868160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868160_23868160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868160_23868160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868160_23868160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868160_23868160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868160'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868160'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868166_23868166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868166_23868166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868166_23868166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868166_23868166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868166_23868166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868166'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868166'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868173_23868173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868173_23868173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868173_23868173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868173_23868173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868173_23868173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868173'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868173'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868176_23868176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868176_23868176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868176_23868176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868176_23868176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868176_23868176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868176'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868176'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868192_23868192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868192_23868192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868192_23868192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868192_23868192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868192_23868192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868192'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868192'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868204_23868204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868204_23868204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868204_23868204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868204_23868204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868204_23868204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868204'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868204'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868209_23868209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868209_23868209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868209_23868209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868209_23868209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868209_23868209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868209'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868209'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868212_23868212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868212_23868212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868212_23868212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868212_23868212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868212_23868212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868212'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868212'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868217_23868217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868217_23868217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868217_23868217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868217_23868217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868217_23868217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868217'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868217'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868219_23868219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868219_23868219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868219_23868219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868219_23868219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868219_23868219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868219'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868219'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868229_23868229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868229_23868229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868229_23868229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868229_23868229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868229_23868229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868229'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868229'^^xsd:integer;
  dwc:observationDate '2014-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868246_23868246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868246_23868246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868246_23868246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868246_23868246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868246_23868246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868246'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868246'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868260_23868260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868260_23868260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868260_23868260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868260_23868260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868260_23868260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868260'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868260'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868261_23868261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868261_23868261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868261_23868261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868261_23868261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868261_23868261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868261'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868261'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868282_23868282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868282_23868282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868282_23868282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868282_23868282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868282_23868282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868282'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868282'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868291_23868291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868291_23868291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868291_23868291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868291_23868291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868291_23868291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868291'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868291'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868297_23868297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868297_23868297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868297_23868297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868297_23868297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868297_23868297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868297'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868297'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868303_23868303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868303_23868303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868303_23868303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868303_23868303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868303_23868303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868303'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868303'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868305_23868305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868305_23868305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868305_23868305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868305_23868305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868305_23868305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868305'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868305'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868328_23868328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868328_23868328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868328_23868328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868328_23868328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868328_23868328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868328'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868328'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868352_23868352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868352_23868352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868352_23868352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868352_23868352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868352_23868352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868352'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868352'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868380_23868380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868380_23868380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868380_23868380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868380_23868380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868380_23868380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868380'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868380'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868416_23868416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868416_23868416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868416_23868416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868416_23868416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868416_23868416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868416'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868416'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868432_23868432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868432_23868432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868432_23868432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868432_23868432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868432_23868432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868432'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868432'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868447_23868447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868447_23868447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868447_23868447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868447_23868447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868447_23868447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868447'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868447'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868456_23868456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868456_23868456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868456_23868456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868456_23868456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868456_23868456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868456'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868456'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868487_23868487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868487_23868487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868487_23868487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868487_23868487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868487_23868487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868487'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868487'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868525_23868525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868525_23868525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868525_23868525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868525_23868525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868525_23868525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868525'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868525'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868542_23868542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868542_23868542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868542_23868542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868542_23868542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868542_23868542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868542'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868542'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868563_23868563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868563_23868563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868563_23868563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868563_23868563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868563_23868563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868563'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868563'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868569_23868569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868569_23868569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868569_23868569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868569_23868569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868569_23868569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868569'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868569'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868586_23868586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868586_23868586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868586_23868586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868586_23868586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868586_23868586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868586'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868586'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868614_23868614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868614_23868614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868614_23868614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868614_23868614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868614_23868614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868614'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868614'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868652_23868652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868652_23868652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868652_23868652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868652_23868652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868652_23868652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868652'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868652'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868661_23868661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868661_23868661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868661_23868661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868661_23868661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868661_23868661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868661'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868661'^^xsd:integer;
  dwc:observationDate '2014-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868691_23868691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868691_23868691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868691_23868691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868691_23868691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868691_23868691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868691'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868691'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868708_23868708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868708_23868708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868708_23868708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868708_23868708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868708_23868708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868708'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868708'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868721_23868721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868721_23868721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868721_23868721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868721_23868721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868721_23868721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868721'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868721'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868745_23868745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868745_23868745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868745_23868745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868745_23868745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868745_23868745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868745'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868745'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868758_23868758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868758_23868758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868758_23868758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868758_23868758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868758_23868758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868758'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868758'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868785_23868785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868785_23868785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868785_23868785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868785_23868785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868785_23868785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868785'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868785'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868832_23868832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868832_23868832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868832_23868832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868832_23868832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868832_23868832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868832'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868832'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868854_23868854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868854_23868854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868854_23868854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868854_23868854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868854_23868854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868854'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868854'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868889_23868889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868889_23868889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868889_23868889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868889_23868889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868889_23868889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868889'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868889'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868915_23868915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868915_23868915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868915_23868915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868915_23868915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868915_23868915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868915'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868915'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868933_23868933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868933_23868933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868933_23868933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868933_23868933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868933_23868933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868933'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868933'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868935_23868935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868935_23868935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868935_23868935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868935_23868935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868935_23868935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868935'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868935'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868938_23868938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868938_23868938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868938_23868938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868938_23868938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868938_23868938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868938'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868938'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868941_23868941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868941_23868941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868941_23868941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868941_23868941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868941_23868941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868941'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868941'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868946_23868946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868946_23868946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868946_23868946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868946_23868946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868946_23868946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868946'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868946'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868952_23868952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868952_23868952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868952_23868952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868952_23868952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868952_23868952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868952'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868952'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868954_23868954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868954_23868954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868954_23868954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868954_23868954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868954_23868954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868954'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868954'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868956_23868956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868956_23868956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868956_23868956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868956_23868956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868956_23868956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868956'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868956'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868960_23868960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868960_23868960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868960_23868960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868960_23868960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868960_23868960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868960'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868960'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868964_23868964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868964_23868964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868964_23868964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868964_23868964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868964_23868964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868964'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868964'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23868984_23868984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23868984_23868984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23868984_23868984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23868984_23868984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23868984_23868984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23868984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23868984'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23868984'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869008_23869008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869008_23869008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869008_23869008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869008_23869008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869008_23869008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869008'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869008'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869036_23869036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869036_23869036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869036_23869036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869036_23869036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869036_23869036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869036'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869036'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869067_23869067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869067_23869067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869067_23869067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869067_23869067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869067_23869067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869067'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869067'^^xsd:integer;
  dwc:observationDate '2014-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869109_23869109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869109_23869109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869109_23869109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869109_23869109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869109_23869109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869109'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869109'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869141_23869141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869141_23869141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869141_23869141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869141_23869141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869141_23869141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869141'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869141'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869182_23869182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869182_23869182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869182_23869182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869182_23869182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869182_23869182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869182'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869182'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869221_23869221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869221_23869221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869221_23869221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869221_23869221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869221_23869221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869221'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869221'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869261_23869261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869261_23869261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869261_23869261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869261_23869261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869261_23869261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869261'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869261'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869306_23869306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869306_23869306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869306_23869306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869306_23869306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869306_23869306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869306'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869306'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869353_23869353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869353_23869353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869353_23869353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869353_23869353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869353_23869353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869353'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869353'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869389_23869389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869389_23869389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869389_23869389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869389_23869389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869389_23869389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869389'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869389'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869415_23869415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869415_23869415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869415_23869415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869415_23869415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869415_23869415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869415'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869415'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869421_23869421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869421_23869421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869421_23869421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869421_23869421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869421_23869421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869421'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869421'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869428_23869428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869428_23869428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869428_23869428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869428_23869428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869428_23869428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869428'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869428'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869440_23869440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869440_23869440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869440_23869440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869440_23869440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869440_23869440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869440'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869440'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869468_23869468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869468_23869468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869468_23869468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869468_23869468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869468_23869468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869468'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869468'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869487_23869487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869487_23869487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869487_23869487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869487_23869487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869487_23869487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869487'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869487'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869507_23869507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869507_23869507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869507_23869507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869507_23869507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869507_23869507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869507'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869507'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869508_23869508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869508_23869508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869508_23869508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869508_23869508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869508_23869508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869508'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869508'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869517_23869517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869517_23869517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869517_23869517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869517_23869517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869517_23869517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869517'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869517'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869519_23869519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869519_23869519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869519_23869519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869519_23869519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869519_23869519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869519'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869519'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869532_23869532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869532_23869532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869532_23869532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869532_23869532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869532_23869532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869532'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869532'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869553_23869553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869553_23869553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869553_23869553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869553_23869553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869553_23869553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869553'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869553'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869586_23869586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869586_23869586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869586_23869586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869586_23869586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869586_23869586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869586'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869586'^^xsd:integer;
  dwc:observationDate '2014-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869597_23869597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869597_23869597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869597_23869597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869597_23869597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869597_23869597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869597'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869597'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869621_23869621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869621_23869621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869621_23869621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869621_23869621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869621_23869621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869621'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869621'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869650_23869650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869650_23869650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869650_23869650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869650_23869650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869650_23869650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869650'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869650'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869680_23869680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869680_23869680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869680_23869680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869680_23869680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869680_23869680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869680'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869680'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869701_23869701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869701_23869701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869701_23869701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869701_23869701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869701_23869701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869701'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869701'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869709_23869709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869709_23869709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869709_23869709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869709_23869709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869709_23869709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869709'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869709'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869728_23869728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869728_23869728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869728_23869728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869728_23869728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869728_23869728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869728'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869728'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869737_23869737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869737_23869737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869737_23869737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869737_23869737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869737_23869737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869737'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869737'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869747_23869747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869747_23869747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869747_23869747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869747_23869747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869747_23869747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869747'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869747'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869754_23869754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869754_23869754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869754_23869754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869754_23869754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869754_23869754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869754'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869754'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869755_23869755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869755_23869755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869755_23869755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869755_23869755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869755_23869755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869755'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869755'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869759_23869759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869759_23869759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869759_23869759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869759_23869759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869759_23869759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869759'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869759'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869786_23869786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869786_23869786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869786_23869786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869786_23869786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869786_23869786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869786'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869786'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869801_23869801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869801_23869801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869801_23869801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869801_23869801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869801_23869801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869801'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869801'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869809_23869809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869809_23869809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869809_23869809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869809_23869809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869809_23869809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869809'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869809'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869828_23869828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869828_23869828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869828_23869828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869828_23869828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869828_23869828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869828'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869828'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869830_23869830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869830_23869830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869830_23869830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869830_23869830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869830_23869830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869830'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869830'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869849_23869849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869849_23869849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869849_23869849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869849_23869849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869849_23869849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869849'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869849'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869884_23869884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869884_23869884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869884_23869884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869884_23869884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869884_23869884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869884'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869884'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869894_23869894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869894_23869894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869894_23869894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869894_23869894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869894_23869894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869894'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869894'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869897_23869897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869897_23869897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869897_23869897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869897_23869897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869897_23869897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869897'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869897'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869900_23869900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869900_23869900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869900_23869900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869900_23869900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869900_23869900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869900'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869900'^^xsd:integer;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869906_23869906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869906_23869906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869906_23869906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869906_23869906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869906_23869906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869906'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869906'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869917_23869917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869917_23869917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869917_23869917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869917_23869917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869917_23869917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869917'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869917'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869932_23869932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869932_23869932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869932_23869932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869932_23869932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869932_23869932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869932'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869932'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869942_23869942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869942_23869942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869942_23869942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869942_23869942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869942_23869942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869942'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869942'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869949_23869949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869949_23869949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869949_23869949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869949_23869949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869949_23869949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869949'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869949'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869959_23869959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869959_23869959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869959_23869959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869959_23869959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869959_23869959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869959'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869959'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869976_23869976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869976_23869976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869976_23869976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869976_23869976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869976_23869976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869976'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869976'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23869993_23869993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23869993_23869993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23869993_23869993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23869993_23869993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23869993_23869993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23869993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23869993'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23869993'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870003_23870003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870003_23870003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870003_23870003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870003_23870003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870003_23870003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870003'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870003'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870049_23870049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870049_23870049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870049_23870049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870049_23870049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870049_23870049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870049'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870049'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870061_23870061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870061_23870061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870061_23870061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870061_23870061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870061_23870061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870061'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870061'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870066_23870066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870066_23870066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870066_23870066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870066_23870066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870066_23870066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870066'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870066'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870076_23870076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870076_23870076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870076_23870076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870076_23870076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870076_23870076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870076'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870076'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870081_23870081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870081_23870081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870081_23870081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870081_23870081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870081_23870081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870081'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870081'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870086_23870086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870086_23870086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870086_23870086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870086_23870086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870086_23870086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870086'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870086'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870105_23870105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870105_23870105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870105_23870105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870105_23870105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870105_23870105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870105'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870105'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870108_23870108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870108_23870108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870108_23870108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870108_23870108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870108_23870108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870108'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870108'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870134_23870134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870134_23870134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870134_23870134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870134_23870134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870134_23870134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870134'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870134'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870166_23870166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870166_23870166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870166_23870166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870166_23870166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870166_23870166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870166'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870166'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870193_23870193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870193_23870193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870193_23870193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870193_23870193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870193_23870193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870193'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870193'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870198_23870198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870198_23870198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870198_23870198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870198_23870198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870198_23870198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870198'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870198'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870206_23870206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870206_23870206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870206_23870206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870206_23870206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870206_23870206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870206'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870206'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870214_23870214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870214_23870214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870214_23870214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870214_23870214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870214_23870214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870214'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870214'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870236_23870236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870236_23870236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870236_23870236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870236_23870236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870236_23870236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870236'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870236'^^xsd:integer;
  dwc:observationDate '2015-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870251_23870251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870251_23870251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870251_23870251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870251_23870251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870251_23870251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870251'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870251'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870272_23870272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870272_23870272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870272_23870272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870272_23870272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870272_23870272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870272'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870272'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870292_23870292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870292_23870292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870292_23870292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870292_23870292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870292_23870292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870292'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870292'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870321_23870321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870321_23870321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870321_23870321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870321_23870321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870321_23870321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870321'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870321'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870359_23870359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870359_23870359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870359_23870359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870359_23870359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870359_23870359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870359'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870359'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870380_23870380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870380_23870380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870380_23870380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870380_23870380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870380_23870380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870380'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870380'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870407_23870407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870407_23870407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870407_23870407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870407_23870407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870407_23870407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870407'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870407'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870452_23870452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870452_23870452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870452_23870452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870452_23870452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870452_23870452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870452'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870452'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870471_23870471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870471_23870471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870471_23870471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870471_23870471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870471_23870471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870471'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870471'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870484_23870484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870484_23870484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870484_23870484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870484_23870484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870484_23870484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870484'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870484'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870491_23870491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870491_23870491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870491_23870491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870491_23870491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870491_23870491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870491'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870491'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870534_23870534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870534_23870534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870534_23870534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870534_23870534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870534_23870534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870534'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870534'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870584_23870584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870584_23870584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870584_23870584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870584_23870584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870584_23870584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870584'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870584'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870589_23870589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870589_23870589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870589_23870589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870589_23870589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870589_23870589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870589'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870589'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870592_23870592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870592_23870592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870592_23870592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870592_23870592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870592_23870592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870592'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870592'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870600_23870600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870600_23870600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870600_23870600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870600_23870600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870600_23870600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870600'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870600'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870612_23870612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870612_23870612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870612_23870612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870612_23870612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870612_23870612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870612'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870612'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870624_23870624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870624_23870624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870624_23870624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870624_23870624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870624_23870624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870624'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870624'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870636_23870636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870636_23870636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870636_23870636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870636_23870636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870636_23870636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870636'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870636'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870652_23870652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870652_23870652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870652_23870652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870652_23870652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870652_23870652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870652'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870652'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870684_23870684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870684_23870684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870684_23870684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870684_23870684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870684_23870684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870684'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870684'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870717_23870717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870717_23870717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870717_23870717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870717_23870717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870717_23870717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870717'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870717'^^xsd:integer;
  dwc:observationDate '2015-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870761_23870761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870761_23870761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870761_23870761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870761_23870761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870761_23870761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870761'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870761'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870806_23870806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870806_23870806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870806_23870806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870806_23870806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870806_23870806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870806'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870806'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870854_23870854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870854_23870854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870854_23870854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870854_23870854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870854_23870854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870854'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870854'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870910_23870910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870910_23870910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870910_23870910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870910_23870910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870910_23870910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870910'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870910'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23870960_23870960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23870960_23870960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23870960_23870960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23870960_23870960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23870960_23870960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23870960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23870960'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23870960'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871011_23871011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871011_23871011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871011_23871011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871011_23871011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871011_23871011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871011'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871011'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871056_23871056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871056_23871056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871056_23871056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871056_23871056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871056_23871056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871056'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871056'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871104_23871104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871104_23871104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871104_23871104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871104_23871104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871104_23871104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871104'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871104'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871151_23871151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871151_23871151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871151_23871151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871151_23871151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871151_23871151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871151'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871151'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871196_23871196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871196_23871196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871196_23871196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871196_23871196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871196_23871196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871196'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871196'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871245_23871245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871245_23871245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871245_23871245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871245_23871245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871245_23871245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871245'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871245'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871293_23871293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871293_23871293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871293_23871293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871293_23871293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871293_23871293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871293'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871293'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871339_23871339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871339_23871339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871339_23871339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871339_23871339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871339_23871339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871339'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871339'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871385_23871385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871385_23871385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871385_23871385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871385_23871385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871385_23871385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871385'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871385'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871434_23871434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871434_23871434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871434_23871434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871434_23871434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871434_23871434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871434'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871434'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871481_23871481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871481_23871481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871481_23871481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871481_23871481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871481_23871481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871481'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871481'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871530_23871530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871530_23871530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871530_23871530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871530_23871530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871530_23871530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871530'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871530'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871576_23871576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871576_23871576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871576_23871576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871576_23871576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871576_23871576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871576'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871576'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871629_23871629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871629_23871629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871629_23871629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871629_23871629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871629_23871629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871629'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871629'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871673_23871673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871673_23871673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871673_23871673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871673_23871673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871673_23871673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871673'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871673'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871722_23871722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871722_23871722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871722_23871722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871722_23871722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871722_23871722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871722'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871722'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871775_23871775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871775_23871775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871775_23871775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871775_23871775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871775_23871775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871775'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871775'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871819_23871819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871819_23871819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871819_23871819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871819_23871819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871819_23871819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871819'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871819'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871864_23871864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871864_23871864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871864_23871864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871864_23871864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871864_23871864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871864'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871864'^^xsd:integer;
  dwc:observationDate '2015-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871911_23871911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871911_23871911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871911_23871911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871911_23871911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871911_23871911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871911'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871911'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23871959_23871959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23871959_23871959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23871959_23871959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23871959_23871959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23871959_23871959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23871959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23871959'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23871959'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872009_23872009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872009_23872009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872009_23872009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872009_23872009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872009_23872009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872009'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872009'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872056_23872056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872056_23872056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872056_23872056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872056_23872056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872056_23872056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872056'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872056'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872104_23872104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872104_23872104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872104_23872104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872104_23872104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872104_23872104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872104'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872104'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872152_23872152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872152_23872152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872152_23872152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872152_23872152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872152_23872152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872152'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872152'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872204_23872204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872204_23872204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872204_23872204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872204_23872204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872204_23872204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872204'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872204'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872249_23872249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872249_23872249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872249_23872249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872249_23872249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872249_23872249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872249'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872249'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872299_23872299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872299_23872299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872299_23872299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872299_23872299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872299_23872299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872299'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872299'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872347_23872347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872347_23872347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872347_23872347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872347_23872347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872347_23872347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872347'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872347'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872397_23872397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872397_23872397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872397_23872397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872397_23872397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872397_23872397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872397'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872397'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872446_23872446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872446_23872446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872446_23872446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872446_23872446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872446_23872446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872446'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872446'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872493_23872493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872493_23872493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872493_23872493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872493_23872493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872493_23872493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872493'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872493'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872542_23872542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872542_23872542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872542_23872542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872542_23872542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872542_23872542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872542'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872542'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872584_23872584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872584_23872584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872584_23872584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872584_23872584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872584_23872584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872584'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872584'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872631_23872631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872631_23872631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872631_23872631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872631_23872631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872631_23872631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872631'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872631'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872678_23872678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872678_23872678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872678_23872678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872678_23872678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872678_23872678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872678'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872678'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872723_23872723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872723_23872723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872723_23872723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872723_23872723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872723_23872723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872723'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872723'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872757_23872757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872757_23872757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872757_23872757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872757_23872757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872757_23872757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872757'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872757'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872766_23872766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872766_23872766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872766_23872766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872766_23872766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872766_23872766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872766'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872766'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872779_23872779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872779_23872779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872779_23872779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872779_23872779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872779_23872779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872779'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872779'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872807_23872807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872807_23872807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872807_23872807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872807_23872807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872807_23872807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872807'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872807'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872833_23872833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872833_23872833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872833_23872833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872833_23872833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872833_23872833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872833'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872833'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872860_23872860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872860_23872860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872860_23872860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872860_23872860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872860_23872860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872860'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872860'^^xsd:integer;
  dwc:observationDate '2015-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872900_23872900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872900_23872900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872900_23872900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872900_23872900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872900_23872900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872900'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872900'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872943_23872943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872943_23872943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872943_23872943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872943_23872943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872943_23872943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872943'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872943'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23872982_23872982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23872982_23872982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23872982_23872982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23872982_23872982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23872982_23872982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23872982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23872982'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23872982'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873031_23873031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873031_23873031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873031_23873031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873031_23873031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873031_23873031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873031'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873031'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873043_23873043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873043_23873043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873043_23873043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873043_23873043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873043_23873043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873043'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873043'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873074_23873074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873074_23873074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873074_23873074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873074_23873074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873074_23873074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873074'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873074'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873123_23873123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873123_23873123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873123_23873123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873123_23873123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873123_23873123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873123'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873123'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873169_23873169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873169_23873169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873169_23873169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873169_23873169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873169_23873169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873169'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873169'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873217_23873217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873217_23873217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873217_23873217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873217_23873217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873217_23873217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873217'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873217'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873249_23873249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873249_23873249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873249_23873249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873249_23873249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873249_23873249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873249'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873249'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873251_23873251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873251_23873251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873251_23873251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873251_23873251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873251_23873251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873251'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873251'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873272_23873272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873272_23873272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873272_23873272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873272_23873272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873272_23873272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873272'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873272'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873315_23873315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873315_23873315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873315_23873315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873315_23873315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873315_23873315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873315'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873315'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873352_23873352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873352_23873352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873352_23873352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873352_23873352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873352_23873352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873352'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873352'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873389_23873389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873389_23873389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873389_23873389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873389_23873389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873389_23873389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873389'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873389'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873431_23873431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873431_23873431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873431_23873431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873431_23873431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873431_23873431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873431'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873431'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873477_23873477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873477_23873477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873477_23873477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873477_23873477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873477_23873477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873477'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873477'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873521_23873521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873521_23873521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873521_23873521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873521_23873521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873521_23873521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873521'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873521'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873536_23873536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873536_23873536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873536_23873536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873536_23873536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873536_23873536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873536'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873536'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873584_23873584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873584_23873584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873584_23873584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873584_23873584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873584_23873584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873584'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873584'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873629_23873629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873629_23873629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873629_23873629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873629_23873629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873629_23873629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873629'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873629'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873646_23873646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873646_23873646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873646_23873646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873646_23873646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873646_23873646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873646'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873646'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873651_23873651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873651_23873651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873651_23873651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873651_23873651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873651_23873651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873651'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873651'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873666_23873666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873666_23873666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873666_23873666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873666_23873666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873666_23873666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873666'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873666'^^xsd:integer;
  dwc:observationDate '2015-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873684_23873684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873684_23873684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873684_23873684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873684_23873684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873684_23873684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873684'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873684'^^xsd:integer;
  dwc:observationDate '2015-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873716_23873716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873716_23873716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873716_23873716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873716_23873716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873716_23873716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873716'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873716'^^xsd:integer;
  dwc:observationDate '2015-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873755_23873755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873755_23873755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873755_23873755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873755_23873755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873755_23873755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873755'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873755'^^xsd:integer;
  dwc:observationDate '2015-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873800_23873800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873800_23873800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873800_23873800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873800_23873800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873800_23873800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873800'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873800'^^xsd:integer;
  dwc:observationDate '2015-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873847_23873847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873847_23873847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873847_23873847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873847_23873847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873847_23873847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873847'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873847'^^xsd:integer;
  dwc:observationDate '2015-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873859_23873859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873859_23873859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873859_23873859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873859_23873859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873859_23873859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873859'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873859'^^xsd:integer;
  dwc:observationDate '2015-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873862_23873862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873862_23873862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873862_23873862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873862_23873862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873862_23873862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873862'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873862'^^xsd:integer;
  dwc:observationDate '2015-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873871_23873871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873871_23873871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873871_23873871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873871_23873871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873871_23873871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873871'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873871'^^xsd:integer;
  dwc:observationDate '2015-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873901_23873901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873901_23873901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873901_23873901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873901_23873901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873901_23873901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873901'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873901'^^xsd:integer;
  dwc:observationDate '2015-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873925_23873925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873925_23873925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873925_23873925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873925_23873925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873925_23873925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873925'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873925'^^xsd:integer;
  dwc:observationDate '2015-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23873954_23873954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23873954_23873954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23873954_23873954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23873954_23873954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23873954_23873954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23873954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23873954'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23873954'^^xsd:integer;
  dwc:observationDate '2015-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887469_23887469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887469_23887469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887469_23887469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887469_23887469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887469_23887469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887469'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887469'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887507_23887507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887507_23887507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887507_23887507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887507_23887507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887507_23887507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887507'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887507'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887558_23887558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887558_23887558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887558_23887558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887558_23887558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887558_23887558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887558'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887558'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887594_23887594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887594_23887594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887594_23887594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887594_23887594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887594_23887594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887594'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887594'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887633_23887633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887633_23887633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887633_23887633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887633_23887633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887633_23887633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887633'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887633'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887675_23887675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887675_23887675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887675_23887675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887675_23887675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887675_23887675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887675'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887675'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887703_23887703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887703_23887703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887703_23887703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887703_23887703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887703_23887703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887703'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887703'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887732_23887732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887732_23887732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887732_23887732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887732_23887732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887732_23887732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887732'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887732'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887767_23887767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887767_23887767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887767_23887767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887767_23887767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887767_23887767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887767'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887767'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887798_23887798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887798_23887798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887798_23887798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887798_23887798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887798_23887798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887798'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887798'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887842_23887842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887842_23887842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887842_23887842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887842_23887842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887842_23887842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887842'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887842'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887889_23887889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887889_23887889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887889_23887889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887889_23887889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887889_23887889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887889'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887889'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887938_23887938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887938_23887938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887938_23887938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887938_23887938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887938_23887938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887938'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887938'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23887990_23887990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23887990_23887990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23887990_23887990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23887990_23887990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23887990_23887990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23887990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23887990'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23887990'^^xsd:integer;
  dwc:observationDate '2015-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888035_23888035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888035_23888035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888035_23888035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888035_23888035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888035_23888035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888035'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888035'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888082_23888082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888082_23888082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888082_23888082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888082_23888082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888082_23888082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888082'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888082'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888131_23888131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888131_23888131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888131_23888131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888131_23888131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888131_23888131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888131'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888131'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888181_23888181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888181_23888181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888181_23888181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888181_23888181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888181_23888181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888181'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888181'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888226_23888226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888226_23888226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888226_23888226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888226_23888226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888226_23888226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888226'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888226'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888274_23888274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888274_23888274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888274_23888274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888274_23888274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888274_23888274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888274'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888274'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888281_23888281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888281_23888281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888281_23888281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888281_23888281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888281_23888281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888281'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888281'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888325_23888325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888325_23888325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888325_23888325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888325_23888325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888325_23888325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888325'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888325'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888337_23888337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888337_23888337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888337_23888337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888337_23888337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888337_23888337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888337'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888337'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888367_23888367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888367_23888367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888367_23888367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888367_23888367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888367_23888367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888367'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888367'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888415_23888415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888415_23888415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888415_23888415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888415_23888415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888415_23888415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888415'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888415'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888459_23888459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888459_23888459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888459_23888459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888459_23888459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888459_23888459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888459'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888459'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888511_23888511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888511_23888511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888511_23888511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888511_23888511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888511_23888511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888511'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888511'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888562_23888562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888562_23888562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888562_23888562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888562_23888562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888562_23888562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888562'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888562'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888611_23888611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888611_23888611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888611_23888611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888611_23888611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888611_23888611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888611'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888611'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888659_23888659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888659_23888659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888659_23888659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888659_23888659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888659_23888659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888659'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888659'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888706_23888706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888706_23888706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888706_23888706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888706_23888706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888706_23888706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888706'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888706'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888754_23888754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888754_23888754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888754_23888754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888754_23888754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888754_23888754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888754'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888754'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888803_23888803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888803_23888803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888803_23888803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888803_23888803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888803_23888803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888803'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888803'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888850_23888850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888850_23888850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888850_23888850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888850_23888850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888850_23888850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888850'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888850'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888897_23888897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888897_23888897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888897_23888897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888897_23888897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888897_23888897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888897'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888897'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888949_23888949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888949_23888949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888949_23888949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888949_23888949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888949_23888949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888949'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888949'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23888993_23888993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23888993_23888993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23888993_23888993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23888993_23888993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23888993_23888993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23888993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23888993'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23888993'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889044_23889044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889044_23889044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889044_23889044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889044_23889044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889044_23889044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889044'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889044'^^xsd:integer;
  dwc:observationDate '2015-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889095_23889095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889095_23889095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889095_23889095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889095_23889095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889095_23889095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889095'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889095'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889142_23889142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889142_23889142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889142_23889142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889142_23889142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889142_23889142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889142'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889142'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889187_23889187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889187_23889187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889187_23889187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889187_23889187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889187_23889187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889187'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889187'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889236_23889236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889236_23889236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889236_23889236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889236_23889236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889236_23889236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889236'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889236'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889285_23889285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889285_23889285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889285_23889285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889285_23889285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889285_23889285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889285'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889285'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889331_23889331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889331_23889331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889331_23889331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889331_23889331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889331_23889331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889331'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889331'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889384_23889384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889384_23889384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889384_23889384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889384_23889384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889384_23889384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889384'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889384'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889434_23889434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889434_23889434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889434_23889434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889434_23889434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889434_23889434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889434'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889434'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889478_23889478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889478_23889478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889478_23889478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889478_23889478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889478_23889478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889478'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889478'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889528_23889528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889528_23889528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889528_23889528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889528_23889528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889528_23889528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889528'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889528'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889574_23889574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889574_23889574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889574_23889574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889574_23889574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889574_23889574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889574'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889574'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889626_23889626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889626_23889626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889626_23889626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889626_23889626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889626_23889626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889626'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889626'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889681_23889681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889681_23889681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889681_23889681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889681_23889681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889681_23889681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889681'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889681'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889727_23889727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889727_23889727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889727_23889727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889727_23889727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889727_23889727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889727'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889727'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889776_23889776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889776_23889776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889776_23889776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889776_23889776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889776_23889776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889776'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889776'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889827_23889827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889827_23889827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889827_23889827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889827_23889827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889827_23889827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889827'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889827'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889876_23889876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889876_23889876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889876_23889876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889876_23889876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889876_23889876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889876'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889876'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889925_23889925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889925_23889925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889925_23889925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889925_23889925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889925_23889925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889925'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889925'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23889978_23889978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23889978_23889978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23889978_23889978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23889978_23889978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23889978_23889978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23889978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23889978'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23889978'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890023_23890023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890023_23890023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890023_23890023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890023_23890023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890023_23890023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890023'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890023'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890072_23890072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890072_23890072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890072_23890072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890072_23890072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890072_23890072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890072'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890072'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890117_23890117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890117_23890117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890117_23890117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890117_23890117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890117_23890117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890117'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890117'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890167_23890167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890167_23890167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890167_23890167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890167_23890167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890167_23890167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890167'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890167'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890212_23890212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890212_23890212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890212_23890212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890212_23890212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890212_23890212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890212'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890212'^^xsd:integer;
  dwc:observationDate '2015-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890262_23890262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890262_23890262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890262_23890262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890262_23890262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890262_23890262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890262'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890262'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890307_23890307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890307_23890307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890307_23890307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890307_23890307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890307_23890307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890307'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890307'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890356_23890356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890356_23890356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890356_23890356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890356_23890356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890356_23890356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890356'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890356'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890404_23890404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890404_23890404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890404_23890404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890404_23890404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890404_23890404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890404'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890404'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890449_23890449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890449_23890449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890449_23890449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890449_23890449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890449_23890449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890449'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890449'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890498_23890498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890498_23890498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890498_23890498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890498_23890498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890498_23890498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890498'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890498'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890547_23890547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890547_23890547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890547_23890547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890547_23890547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890547_23890547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890547'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890547'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890597_23890597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890597_23890597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890597_23890597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890597_23890597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890597_23890597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890597'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890597'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890639_23890639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890639_23890639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890639_23890639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890639_23890639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890639_23890639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890639'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890639'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890687_23890687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890687_23890687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890687_23890687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890687_23890687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890687_23890687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890687'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890687'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890734_23890734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890734_23890734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890734_23890734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890734_23890734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890734_23890734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890734'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890734'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890781_23890781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890781_23890781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890781_23890781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890781_23890781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890781_23890781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890781'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890781'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890830_23890830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890830_23890830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890830_23890830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890830_23890830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890830_23890830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890830'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890830'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890883_23890883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890883_23890883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890883_23890883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890883_23890883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890883_23890883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890883'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890883'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890931_23890931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890931_23890931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890931_23890931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890931_23890931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890931_23890931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890931'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890931'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23890982_23890982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23890982_23890982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23890982_23890982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23890982_23890982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23890982_23890982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23890982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23890982'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23890982'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891035_23891035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891035_23891035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891035_23891035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891035_23891035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891035_23891035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891035'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891035'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891087_23891087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891087_23891087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891087_23891087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891087_23891087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891087_23891087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891087'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891087'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891131_23891131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891131_23891131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891131_23891131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891131_23891131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891131_23891131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891131'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891131'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891180_23891180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891180_23891180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891180_23891180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891180_23891180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891180_23891180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891180'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891180'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891231_23891231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891231_23891231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891231_23891231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891231_23891231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891231_23891231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891231'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891231'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891276_23891276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891276_23891276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891276_23891276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891276_23891276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891276_23891276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891276'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891276'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891323_23891323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891323_23891323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891323_23891323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891323_23891323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891323_23891323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891323'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891323'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891369_23891369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891369_23891369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891369_23891369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891369_23891369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891369_23891369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891369'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891369'^^xsd:integer;
  dwc:observationDate '2015-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891419_23891419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891419_23891419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891419_23891419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891419_23891419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891419_23891419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891419'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891419'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891467_23891467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891467_23891467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891467_23891467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891467_23891467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891467_23891467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891467'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891467'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891512_23891512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891512_23891512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891512_23891512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891512_23891512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891512_23891512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891512'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891512'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891565_23891565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891565_23891565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891565_23891565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891565_23891565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891565_23891565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891565'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891565'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891609_23891609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891609_23891609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891609_23891609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891609_23891609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891609_23891609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891609'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891609'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891657_23891657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891657_23891657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891657_23891657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891657_23891657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891657_23891657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891657'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891657'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891705_23891705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891705_23891705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891705_23891705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891705_23891705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891705_23891705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891705'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891705'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891754_23891754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891754_23891754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891754_23891754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891754_23891754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891754_23891754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891754'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891754'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891804_23891804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891804_23891804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891804_23891804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891804_23891804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891804_23891804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891804'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891804'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891855_23891855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891855_23891855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891855_23891855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891855_23891855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891855_23891855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891855'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891855'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891903_23891903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891903_23891903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891903_23891903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891903_23891903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891903_23891903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891903'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891903'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23891954_23891954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23891954_23891954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23891954_23891954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23891954_23891954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23891954_23891954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23891954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23891954'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23891954'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892003_23892003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892003_23892003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892003_23892003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892003_23892003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892003_23892003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892003'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892003'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892052_23892052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892052_23892052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892052_23892052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892052_23892052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892052_23892052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892052'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892052'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892098_23892098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892098_23892098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892098_23892098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892098_23892098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892098_23892098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892098'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892098'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892147_23892147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892147_23892147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892147_23892147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892147_23892147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892147_23892147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892147'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892147'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892197_23892197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892197_23892197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892197_23892197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892197_23892197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892197_23892197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892197'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892197'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892249_23892249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892249_23892249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892249_23892249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892249_23892249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892249_23892249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892249'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892249'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892299_23892299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892299_23892299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892299_23892299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892299_23892299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892299_23892299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892299'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892299'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892351_23892351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892351_23892351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892351_23892351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892351_23892351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892351_23892351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892351'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892351'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892402_23892402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892402_23892402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892402_23892402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892402_23892402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892402_23892402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892402'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892402'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892453_23892453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892453_23892453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892453_23892453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892453_23892453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892453_23892453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892453'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892453'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892502_23892502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892502_23892502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892502_23892502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892502_23892502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892502_23892502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892502'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892502'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892551_23892551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892551_23892551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892551_23892551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892551_23892551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892551_23892551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892551'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892551'^^xsd:integer;
  dwc:observationDate '2015-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892595_23892595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892595_23892595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892595_23892595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892595_23892595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892595_23892595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892595'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892595'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892645_23892645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892645_23892645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892645_23892645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892645_23892645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892645_23892645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892645'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892645'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892690_23892690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892690_23892690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892690_23892690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892690_23892690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892690_23892690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892690'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892690'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892739_23892739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892739_23892739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892739_23892739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892739_23892739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892739_23892739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892739'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892739'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892787_23892787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892787_23892787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892787_23892787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892787_23892787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892787_23892787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892787'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892787'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892831_23892831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892831_23892831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892831_23892831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892831_23892831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892831_23892831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892831'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892831'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892875_23892875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892875_23892875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892875_23892875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892875_23892875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892875_23892875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892875'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892875'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892922_23892922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892922_23892922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892922_23892922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892922_23892922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892922_23892922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892922'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892922'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23892968_23892968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23892968_23892968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23892968_23892968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23892968_23892968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23892968_23892968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23892968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23892968'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23892968'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893018_23893018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893018_23893018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893018_23893018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893018_23893018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893018_23893018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893018'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893018'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893065_23893065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893065_23893065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893065_23893065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893065_23893065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893065_23893065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893065'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893065'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893110_23893110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893110_23893110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893110_23893110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893110_23893110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893110_23893110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893110'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893110'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893153_23893153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893153_23893153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893153_23893153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893153_23893153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893153_23893153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893153'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893153'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893176_23893176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893176_23893176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893176_23893176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893176_23893176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893176_23893176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893176'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893176'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893200_23893200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893200_23893200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893200_23893200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893200_23893200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893200_23893200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893200'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893200'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893204_23893204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893204_23893204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893204_23893204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893204_23893204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893204_23893204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893204'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893204'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893217_23893217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893217_23893217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893217_23893217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893217_23893217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893217_23893217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893217'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893217'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893219_23893219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893219_23893219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893219_23893219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893219_23893219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893219_23893219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893219'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893219'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893235_23893235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893235_23893235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893235_23893235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893235_23893235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893235_23893235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893235'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893235'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893251_23893251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893251_23893251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893251_23893251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893251_23893251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893251_23893251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893251'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893251'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893253_23893253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893253_23893253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893253_23893253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893253_23893253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893253_23893253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893253'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893253'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893260_23893260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893260_23893260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893260_23893260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893260_23893260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893260_23893260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893260'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893260'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893280_23893280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893280_23893280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893280_23893280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893280_23893280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893280_23893280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893280'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893280'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893320_23893320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893320_23893320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893320_23893320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893320_23893320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893320_23893320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893320'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893320'^^xsd:integer;
  dwc:observationDate '2015-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893357_23893357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893357_23893357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893357_23893357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893357_23893357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893357_23893357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893357'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893357'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893393_23893393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893393_23893393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893393_23893393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893393_23893393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893393_23893393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893393'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893393'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893439_23893439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893439_23893439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893439_23893439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893439_23893439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893439_23893439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893439'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893439'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893487_23893487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893487_23893487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893487_23893487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893487_23893487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893487_23893487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893487'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893487'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893535_23893535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893535_23893535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893535_23893535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893535_23893535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893535_23893535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893535'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893535'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893585_23893585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893585_23893585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893585_23893585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893585_23893585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893585_23893585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893585'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893585'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893634_23893634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893634_23893634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893634_23893634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893634_23893634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893634_23893634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893634'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893634'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893682_23893682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893682_23893682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893682_23893682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893682_23893682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893682_23893682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893682'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893682'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893734_23893734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893734_23893734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893734_23893734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893734_23893734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893734_23893734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893734'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893734'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893785_23893785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893785_23893785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893785_23893785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893785_23893785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893785_23893785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893785'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893785'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893833_23893833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893833_23893833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893833_23893833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893833_23893833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893833_23893833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893833'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893833'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893882_23893882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893882_23893882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893882_23893882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893882_23893882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893882_23893882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893882'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893882'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893931_23893931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893931_23893931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893931_23893931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893931_23893931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893931_23893931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893931'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893931'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23893980_23893980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23893980_23893980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23893980_23893980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23893980_23893980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23893980_23893980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23893980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23893980'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23893980'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894026_23894026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894026_23894026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894026_23894026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894026_23894026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894026_23894026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894026'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894026'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894073_23894073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894073_23894073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894073_23894073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894073_23894073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894073_23894073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894073'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894073'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894118_23894118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894118_23894118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894118_23894118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894118_23894118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894118_23894118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894118'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894118'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894170_23894170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894170_23894170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894170_23894170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894170_23894170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894170_23894170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894170'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894170'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894218_23894218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894218_23894218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894218_23894218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894218_23894218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894218_23894218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894218'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894218'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894264_23894264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894264_23894264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894264_23894264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894264_23894264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894264_23894264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894264'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894264'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894312_23894312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894312_23894312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894312_23894312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894312_23894312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894312_23894312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894312'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894312'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894354_23894354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894354_23894354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894354_23894354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894354_23894354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894354_23894354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894354'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894354'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894384_23894384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894384_23894384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894384_23894384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894384_23894384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894384_23894384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894384'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894384'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894426_23894426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894426_23894426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894426_23894426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894426_23894426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894426_23894426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894426'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894426'^^xsd:integer;
  dwc:observationDate '2015-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894471_23894471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894471_23894471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894471_23894471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894471_23894471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894471_23894471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894471'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894471'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894516_23894516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894516_23894516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894516_23894516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894516_23894516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894516_23894516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894516'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894516'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894561_23894561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894561_23894561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894561_23894561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894561_23894561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894561_23894561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894561'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894561'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894604_23894604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894604_23894604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894604_23894604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894604_23894604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894604_23894604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894604'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894604'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894651_23894651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894651_23894651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894651_23894651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894651_23894651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894651_23894651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894651'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894651'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894678_23894678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894678_23894678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894678_23894678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894678_23894678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894678_23894678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894678'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894678'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894710_23894710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894710_23894710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894710_23894710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894710_23894710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894710_23894710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894710'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894710'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894758_23894758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894758_23894758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894758_23894758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894758_23894758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894758_23894758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894758'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894758'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894798_23894798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894798_23894798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894798_23894798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894798_23894798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894798_23894798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894798'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894798'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894838_23894838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894838_23894838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894838_23894838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894838_23894838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894838_23894838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894838'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894838'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894880_23894880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894880_23894880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894880_23894880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894880_23894880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894880_23894880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894880'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894880'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894923_23894923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894923_23894923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894923_23894923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894923_23894923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894923_23894923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894923'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894923'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894968_23894968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894968_23894968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894968_23894968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894968_23894968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894968_23894968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894968'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894968'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894985_23894985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894985_23894985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894985_23894985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894985_23894985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894985_23894985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894985'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894985'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23894999_23894999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23894999_23894999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23894999_23894999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23894999_23894999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23894999_23894999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23894999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23894999'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23894999'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895018_23895018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895018_23895018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895018_23895018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895018_23895018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895018_23895018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895018'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895018'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895055_23895055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895055_23895055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895055_23895055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895055_23895055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895055_23895055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895055'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895055'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895081_23895081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895081_23895081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895081_23895081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895081_23895081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895081_23895081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895081'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895081'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895083_23895083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895083_23895083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895083_23895083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895083_23895083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895083_23895083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895083'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895083'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895089_23895089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895089_23895089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895089_23895089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895089_23895089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895089_23895089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895089'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895089'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895105_23895105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895105_23895105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895105_23895105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895105_23895105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895105_23895105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895105'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895105'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895126_23895126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895126_23895126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895126_23895126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895126_23895126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895126_23895126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895126'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895126'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895138_23895138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895138_23895138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895138_23895138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895138_23895138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895138_23895138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895138'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895138'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895165_23895165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895165_23895165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895165_23895165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895165_23895165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895165_23895165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895165'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895165'^^xsd:integer;
  dwc:observationDate '2015-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895190_23895190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895190_23895190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895190_23895190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895190_23895190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895190_23895190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895190'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895190'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895230_23895230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895230_23895230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895230_23895230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895230_23895230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895230_23895230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895230'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895230'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895251_23895251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895251_23895251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895251_23895251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895251_23895251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895251_23895251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895251'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895251'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895262_23895262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895262_23895262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895262_23895262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895262_23895262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895262_23895262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895262'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895262'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895302_23895302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895302_23895302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895302_23895302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895302_23895302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895302_23895302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895302'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895302'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895349_23895349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895349_23895349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895349_23895349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895349_23895349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895349_23895349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895349'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895349'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895392_23895392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895392_23895392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895392_23895392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895392_23895392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895392_23895392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895392'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895392'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895443_23895443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895443_23895443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895443_23895443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895443_23895443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895443_23895443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895443'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895443'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895481_23895481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895481_23895481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895481_23895481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895481_23895481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895481_23895481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895481'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895481'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895523_23895523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895523_23895523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895523_23895523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895523_23895523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895523_23895523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895523'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895523'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895552_23895552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895552_23895552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895552_23895552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895552_23895552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895552_23895552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895552'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895552'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895581_23895581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895581_23895581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895581_23895581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895581_23895581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895581_23895581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895581'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895581'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895621_23895621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895621_23895621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895621_23895621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895621_23895621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895621_23895621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895621'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895621'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895651_23895651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895651_23895651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895651_23895651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895651_23895651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895651_23895651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895651'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895651'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895676_23895676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895676_23895676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895676_23895676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895676_23895676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895676_23895676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895676'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895676'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895677_23895677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895677_23895677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895677_23895677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895677_23895677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895677_23895677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895677'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895677'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895678_23895678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895678_23895678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895678_23895678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895678_23895678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895678_23895678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895678'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895678'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895679_23895679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895679_23895679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895679_23895679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895679_23895679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895679_23895679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895679'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895679'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895690_23895690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895690_23895690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895690_23895690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895690_23895690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895690_23895690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895690'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895690'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895713_23895713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895713_23895713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895713_23895713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895713_23895713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895713_23895713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895713'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895713'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895747_23895747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895747_23895747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895747_23895747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895747_23895747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895747_23895747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895747'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895747'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895788_23895788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895788_23895788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895788_23895788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895788_23895788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895788_23895788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895788'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895788'^^xsd:integer;
  dwc:observationDate '2015-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895819_23895819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895819_23895819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895819_23895819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895819_23895819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895819_23895819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895819'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895819'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895845_23895845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895845_23895845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895845_23895845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895845_23895845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895845_23895845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895845'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895845'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895850_23895850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895850_23895850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895850_23895850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895850_23895850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895850_23895850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895850'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895850'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895854_23895854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895854_23895854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895854_23895854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895854_23895854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895854_23895854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895854'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895854'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895863_23895863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895863_23895863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895863_23895863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895863_23895863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895863_23895863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895863'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895863'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895866_23895866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895866_23895866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895866_23895866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895866_23895866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895866_23895866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895866'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895866'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895867_23895867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895867_23895867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895867_23895867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895867_23895867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895867_23895867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895867'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895867'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895887_23895887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895887_23895887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895887_23895887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895887_23895887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895887_23895887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895887'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895887'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895935_23895935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895935_23895935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895935_23895935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895935_23895935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895935_23895935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895935'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895935'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895955_23895955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895955_23895955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895955_23895955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895955_23895955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895955_23895955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895955'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895955'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23895990_23895990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23895990_23895990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23895990_23895990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23895990_23895990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23895990_23895990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23895990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23895990'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23895990'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896022_23896022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896022_23896022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896022_23896022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896022_23896022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896022_23896022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896022'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896022'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896036_23896036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896036_23896036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896036_23896036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896036_23896036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896036_23896036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896036'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896036'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896037_23896037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896037_23896037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896037_23896037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896037_23896037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896037_23896037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896037'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896037'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896039_23896039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896039_23896039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896039_23896039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896039_23896039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896039_23896039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896039'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896039'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896043_23896043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896043_23896043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896043_23896043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896043_23896043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896043_23896043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896043'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896043'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896054_23896054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896054_23896054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896054_23896054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896054_23896054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896054_23896054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896054'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896054'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896097_23896097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896097_23896097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896097_23896097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896097_23896097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896097_23896097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896097'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896097'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896121_23896121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896121_23896121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896121_23896121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896121_23896121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896121_23896121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896121'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896121'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896149_23896149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896149_23896149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896149_23896149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896149_23896149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896149_23896149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896149'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896149'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896150_23896150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896150_23896150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896150_23896150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896150_23896150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896150_23896150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896150'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896150'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896176_23896176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896176_23896176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896176_23896176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896176_23896176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896176_23896176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896176'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896176'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896177_23896177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896177_23896177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896177_23896177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896177_23896177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896177_23896177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896177'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896177'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896178_23896178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896178_23896178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896178_23896178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896178_23896178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896178_23896178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896178'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896178'^^xsd:integer;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896184_23896184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896184_23896184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896184_23896184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896184_23896184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896184_23896184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896184'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896184'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896201_23896201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896201_23896201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896201_23896201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896201_23896201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896201_23896201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896201'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896201'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896219_23896219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896219_23896219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896219_23896219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896219_23896219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896219_23896219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896219'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896219'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896242_23896242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896242_23896242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896242_23896242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896242_23896242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896242_23896242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896242'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896242'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896274_23896274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896274_23896274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896274_23896274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896274_23896274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896274_23896274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896274'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896274'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896300_23896300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896300_23896300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896300_23896300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896300_23896300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896300_23896300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896300'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896300'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896333_23896333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896333_23896333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896333_23896333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896333_23896333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896333_23896333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896333'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896333'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896361_23896361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896361_23896361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896361_23896361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896361_23896361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896361_23896361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896361'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896361'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896390_23896390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896390_23896390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896390_23896390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896390_23896390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896390_23896390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896390'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896390'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896412_23896412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896412_23896412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896412_23896412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896412_23896412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896412_23896412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896412'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896412'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896425_23896425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896425_23896425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896425_23896425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896425_23896425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896425_23896425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896425'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896425'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896426_23896426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896426_23896426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896426_23896426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896426_23896426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896426_23896426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896426'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896426'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896440_23896440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896440_23896440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896440_23896440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896440_23896440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896440_23896440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896440'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896440'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896446_23896446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896446_23896446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896446_23896446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896446_23896446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896446_23896446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896446'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896446'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896453_23896453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896453_23896453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896453_23896453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896453_23896453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896453_23896453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896453'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896453'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896457_23896457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896457_23896457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896457_23896457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896457_23896457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896457_23896457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896457'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896457'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896458_23896458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896458_23896458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896458_23896458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896458_23896458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896458_23896458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896458'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896458'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896464_23896464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896464_23896464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896464_23896464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896464_23896464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896464_23896464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896464'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896464'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896471_23896471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896471_23896471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896471_23896471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896471_23896471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896471_23896471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896471'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896471'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896473_23896473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896473_23896473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896473_23896473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896473_23896473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896473_23896473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896473'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896473'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896476_23896476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896476_23896476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896476_23896476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896476_23896476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896476_23896476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896476'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896476'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896479_23896479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896479_23896479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896479_23896479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896479_23896479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896479_23896479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896479'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896479'^^xsd:integer;
  dwc:observationDate '2015-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896485_23896485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896485_23896485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896485_23896485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896485_23896485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896485_23896485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896485'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896485'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896509_23896509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896509_23896509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896509_23896509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896509_23896509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896509_23896509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896509'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896509'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896514_23896514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896514_23896514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896514_23896514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896514_23896514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896514_23896514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896514'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896514'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896525_23896525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896525_23896525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896525_23896525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896525_23896525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896525_23896525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896525'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896525'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896538_23896538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896538_23896538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896538_23896538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896538_23896538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896538_23896538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896538'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896538'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896542_23896542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896542_23896542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896542_23896542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896542_23896542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896542_23896542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896542'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896542'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896547_23896547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896547_23896547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896547_23896547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896547_23896547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896547_23896547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896547'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896547'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896552_23896552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896552_23896552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896552_23896552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896552_23896552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896552_23896552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896552'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896552'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896555_23896555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896555_23896555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896555_23896555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896555_23896555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896555_23896555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896555'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896555'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896579_23896579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896579_23896579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896579_23896579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896579_23896579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896579_23896579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896579'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896579'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896584_23896584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896584_23896584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896584_23896584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896584_23896584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896584_23896584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896584'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896584'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896593_23896593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896593_23896593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896593_23896593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896593_23896593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896593_23896593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896593'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896593'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896603_23896603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896603_23896603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896603_23896603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896603_23896603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896603_23896603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896603'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896603'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896619_23896619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896619_23896619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896619_23896619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896619_23896619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896619_23896619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896619'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896619'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896627_23896627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896627_23896627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896627_23896627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896627_23896627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896627_23896627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896627'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896627'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896628_23896628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896628_23896628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896628_23896628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896628_23896628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896628_23896628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896628'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896628'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896629_23896629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896629_23896629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896629_23896629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896629_23896629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896629_23896629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896629'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896629'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896630_23896630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896630_23896630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896630_23896630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896630_23896630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896630_23896630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896630'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896630'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896631_23896631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896631_23896631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896631_23896631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896631_23896631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896631_23896631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896631'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896631'^^xsd:integer;
  dwc:observationDate '2015-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896632_23896632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896632_23896632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896632_23896632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896632_23896632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896632_23896632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896632'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896632'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896647_23896647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896647_23896647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896647_23896647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896647_23896647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896647_23896647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896647'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896647'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896651_23896651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896651_23896651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896651_23896651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896651_23896651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896651_23896651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896651'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896651'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896653_23896653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896653_23896653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896653_23896653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896653_23896653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896653_23896653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896653'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896653'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896662_23896662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896662_23896662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896662_23896662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896662_23896662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896662_23896662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896662'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896662'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896671_23896671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896671_23896671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896671_23896671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896671_23896671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896671_23896671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896671'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896671'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896672_23896672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896672_23896672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896672_23896672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896672_23896672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896672_23896672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896672'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896672'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896677_23896677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896677_23896677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896677_23896677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896677_23896677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896677_23896677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896677'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896677'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896679_23896679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896679_23896679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896679_23896679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896679_23896679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896679_23896679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896679'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896679'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896683_23896683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896683_23896683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896683_23896683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896683_23896683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896683_23896683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896683'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896683'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896692_23896692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896692_23896692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896692_23896692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896692_23896692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896692_23896692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896692'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896692'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896695_23896695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896695_23896695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896695_23896695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896695_23896695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896695_23896695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896695'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896695'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896696_23896696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896696_23896696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896696_23896696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896696_23896696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896696_23896696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896696'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896696'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896700_23896700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896700_23896700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896700_23896700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896700_23896700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896700_23896700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896700'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896700'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896702_23896702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896702_23896702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896702_23896702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896702_23896702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896702_23896702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896702'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896702'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896706_23896706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896706_23896706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896706_23896706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896706_23896706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896706_23896706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896706'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896706'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896731_23896731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896731_23896731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896731_23896731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896731_23896731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896731_23896731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896731'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896731'^^xsd:integer;
  dwc:observationDate '2015-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896741_23896741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896741_23896741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896741_23896741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896741_23896741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896741_23896741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896741'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896741'^^xsd:integer;
  dwc:observationDate '2015-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896746_23896746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896746_23896746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896746_23896746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896746_23896746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896746_23896746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896746'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896746'^^xsd:integer;
  dwc:observationDate '2015-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896752_23896752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896752_23896752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896752_23896752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896752_23896752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896752_23896752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896752'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896752'^^xsd:integer;
  dwc:observationDate '2015-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896761_23896761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896761_23896761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896761_23896761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896761_23896761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896761_23896761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896761'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896761'^^xsd:integer;
  dwc:observationDate '2015-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896765_23896765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896765_23896765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896765_23896765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896765_23896765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896765_23896765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896765'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896765'^^xsd:integer;
  dwc:observationDate '2015-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896769_23896769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896769_23896769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896769_23896769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896769_23896769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896769_23896769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896769'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896769'^^xsd:integer;
  dwc:observationDate '2015-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896781_23896781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896781_23896781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896781_23896781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896781_23896781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896781_23896781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896781'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896781'^^xsd:integer;
  dwc:observationDate '2015-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896785_23896785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896785_23896785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896785_23896785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896785_23896785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896785_23896785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896785'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896785'^^xsd:integer;
  dwc:observationDate '2015-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896794_23896794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896794_23896794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896794_23896794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896794_23896794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896794_23896794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896794'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896794'^^xsd:integer;
  dwc:observationDate '2015-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896796_23896796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896796_23896796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896796_23896796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896796_23896796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896796_23896796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896796'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896796'^^xsd:integer;
  dwc:observationDate '2015-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896798_23896798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896798_23896798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896798_23896798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896798_23896798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896798_23896798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896798'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896798'^^xsd:integer;
  dwc:observationDate '2015-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896799_23896799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896799_23896799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896799_23896799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896799_23896799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896799_23896799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896799'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896799'^^xsd:integer;
  dwc:observationDate '2015-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896800_23896800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896800_23896800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896800_23896800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896800_23896800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896800_23896800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896800'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896800'^^xsd:integer;
  dwc:observationDate '2015-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896801_23896801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896801_23896801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896801_23896801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896801_23896801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896801_23896801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896801'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896801'^^xsd:integer;
  dwc:observationDate '2015-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896805_23896805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896805_23896805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896805_23896805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896805_23896805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896805_23896805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896805'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896805'^^xsd:integer;
  dwc:observationDate '2015-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896810_23896810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896810_23896810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896810_23896810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896810_23896810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896810_23896810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896810'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896810'^^xsd:integer;
  dwc:observationDate '2015-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896812_23896812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896812_23896812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896812_23896812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896812_23896812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896812_23896812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896812'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896812'^^xsd:integer;
  dwc:observationDate '2015-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896823_23896823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896823_23896823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896823_23896823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896823_23896823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896823_23896823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896823'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896823'^^xsd:integer;
  dwc:observationDate '2015-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896825_23896825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896825_23896825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896825_23896825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896825_23896825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896825_23896825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896825'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896825'^^xsd:integer;
  dwc:observationDate '2015-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896827_23896827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896827_23896827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896827_23896827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896827_23896827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896827_23896827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896827'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896827'^^xsd:integer;
  dwc:observationDate '2015-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896830_23896830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896830_23896830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896830_23896830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896830_23896830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896830_23896830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896830'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896830'^^xsd:integer;
  dwc:observationDate '2015-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_383_1157780_capture_383_1157780_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_383_1157780_capture_383_1157780_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_383_1157780_capture_383_1157780_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.986511 5.070678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.986511"^^xsd:decimal ;
  dwc:decimalLongitude "5.070678"^^xsd:decimal ;
  dwc: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/5871_383_1157780_capture_383_1157780_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.986511 5.070678)"^^geo:wktLiteral ;
  geo-pos:lat "50.986511"^^xsd:decimal ;
  geo-pos:long "5.070678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_383_1157780_capture_383_1157780_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "383_1157780_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '383_1157780_capture'^^xsd:string;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.070678'^^xsd:double;
  dwc:latitude '50.986511'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '383_1157780_capture'^^xsd:string;
  dwc:observationDate '2014-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22052055_22052055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22052055_22052055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22052055_22052055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22052055_22052055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22052055_22052055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22052055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22052055'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22052055'^^xsd:integer;
  dwc:observationDate '2014-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_383_1157780_release_383_1157780_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_383_1157780_release_383_1157780_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_383_1157780_release_383_1157780_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc: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/5871_383_1157780_release_383_1157780_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_383_1157780_release_383_1157780_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "383_1157780_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '383_1157780_release'^^xsd:string;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '383_1157780_release'^^xsd:string;
  dwc:observationDate '2014-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_20883723_20883723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20883723_20883723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20883723_20883723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20883723_20883723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20883723_20883723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20883723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20883723'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20883723'^^xsd:integer;
  dwc:observationDate '2014-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_21176710_21176710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21176710_21176710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21176710_21176710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21176710_21176710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21176710_21176710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21176710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21176710'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21176710'^^xsd:integer;
  dwc:observationDate '2014-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_21333201_21333201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21333201_21333201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21333201_21333201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21333201_21333201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21333201_21333201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21333201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21333201'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21333201'^^xsd:integer;
  dwc:observationDate '2014-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_20692576_20692576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20692576_20692576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20692576_20692576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20692576_20692576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20692576_20692576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20692576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20692576'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20692576'^^xsd:integer;
  dwc:observationDate '2014-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_22281242_22281242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22281242_22281242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22281242_22281242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22281242_22281242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22281242_22281242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22281242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22281242'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22281242'^^xsd:integer;
  dwc:observationDate '2014-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_20929040_20929040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20929040_20929040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20929040_20929040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20929040_20929040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20929040_20929040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20929040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20929040'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20929040'^^xsd:integer;
  dwc:observationDate '2014-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21796749_21796749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21796749_21796749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21796749_21796749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21796749_21796749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21796749_21796749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21796749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21796749'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21796749'^^xsd:integer;
  dwc:observationDate '2014-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_21917405_21917405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21917405_21917405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21917405_21917405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21917405_21917405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21917405_21917405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21917405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21917405'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21917405'^^xsd:integer;
  dwc:observationDate '2014-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_21398646_21398646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21398646_21398646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21398646_21398646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21398646_21398646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21398646_21398646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21398646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21398646'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21398646'^^xsd:integer;
  dwc:observationDate '2014-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_20618365_20618365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20618365_20618365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20618365_20618365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20618365_20618365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20618365_20618365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20618365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20618365'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20618365'^^xsd:integer;
  dwc:observationDate '2014-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_20888450_20888450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20888450_20888450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20888450_20888450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20888450_20888450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20888450_20888450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20888450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20888450'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20888450'^^xsd:integer;
  dwc:observationDate '2014-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_21596696_21596696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21596696_21596696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21596696_21596696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21596696_21596696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21596696_21596696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21596696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21596696'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21596696'^^xsd:integer;
  dwc:observationDate '2014-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_21104096_21104096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21104096_21104096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21104096_21104096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21104096_21104096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21104096_21104096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21104096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21104096'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21104096'^^xsd:integer;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_22177746_22177746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22177746_22177746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22177746_22177746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22177746_22177746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22177746_22177746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22177746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22177746'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22177746'^^xsd:integer;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_22013548_22013548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22013548_22013548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22013548_22013548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22013548_22013548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22013548_22013548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22013548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22013548'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22013548'^^xsd:integer;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_20595062_20595062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20595062_20595062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20595062_20595062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20595062_20595062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20595062_20595062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20595062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20595062'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20595062'^^xsd:integer;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21811056_21811056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21811056_21811056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21811056_21811056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21811056_21811056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21811056_21811056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21811056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21811056'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21811056'^^xsd:integer;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_20689016_20689016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20689016_20689016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20689016_20689016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20689016_20689016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20689016_20689016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20689016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20689016'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20689016'^^xsd:integer;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_21561059_21561059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21561059_21561059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21561059_21561059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21561059_21561059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21561059_21561059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21561059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21561059'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21561059'^^xsd:integer;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_21845151_21845151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21845151_21845151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21845151_21845151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21845151_21845151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21845151_21845151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21845151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21845151'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21845151'^^xsd:integer;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_20655558_20655558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20655558_20655558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20655558_20655558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20655558_20655558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20655558_20655558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20655558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20655558'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20655558'^^xsd:integer;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_22450810_22450810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22450810_22450810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22450810_22450810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22450810_22450810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22450810_22450810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22450810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22450810'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22450810'^^xsd:integer;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_20838623_20838623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20838623_20838623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20838623_20838623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20838623_20838623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20838623_20838623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20838623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20838623'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20838623'^^xsd:integer;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_22349947_22349947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22349947_22349947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22349947_22349947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22349947_22349947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22349947_22349947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22349947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22349947'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22349947'^^xsd:integer;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21002249_21002249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21002249_21002249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21002249_21002249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21002249_21002249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21002249_21002249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21002249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21002249'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21002249'^^xsd:integer;
  dwc:observationDate '2014-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_22644792_22644792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22644792_22644792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22644792_22644792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22644792_22644792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22644792_22644792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22644792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22644792'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22644792'^^xsd:integer;
  dwc:observationDate '2014-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21720351_21720351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21720351_21720351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21720351_21720351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21720351_21720351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21720351_21720351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21720351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21720351'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21720351'^^xsd:integer;
  dwc:observationDate '2014-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_22042171_22042171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22042171_22042171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22042171_22042171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22042171_22042171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22042171_22042171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22042171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22042171'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22042171'^^xsd:integer;
  dwc:observationDate '2014-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21174453_21174453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21174453_21174453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21174453_21174453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21174453_21174453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21174453_21174453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21174453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21174453'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21174453'^^xsd:integer;
  dwc:observationDate '2014-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21588546_21588546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21588546_21588546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21588546_21588546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21588546_21588546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21588546_21588546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21588546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21588546'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21588546'^^xsd:integer;
  dwc:observationDate '2014-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21531498_21531498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21531498_21531498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21531498_21531498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21531498_21531498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21531498_21531498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21531498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21531498'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21531498'^^xsd:integer;
  dwc:observationDate '2014-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21212370_21212370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21212370_21212370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21212370_21212370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21212370_21212370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21212370_21212370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21212370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21212370'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21212370'^^xsd:integer;
  dwc:observationDate '2014-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_22581607_22581607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22581607_22581607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22581607_22581607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22581607_22581607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22581607_22581607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22581607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22581607'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22581607'^^xsd:integer;
  dwc:observationDate '2014-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21475037_21475037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21475037_21475037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21475037_21475037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21475037_21475037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21475037_21475037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21475037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21475037'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21475037'^^xsd:integer;
  dwc:observationDate '2014-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_20626771_20626771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20626771_20626771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20626771_20626771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20626771_20626771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20626771_20626771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20626771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20626771'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20626771'^^xsd:integer;
  dwc:observationDate '2014-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21685355_21685355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21685355_21685355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21685355_21685355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21685355_21685355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21685355_21685355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21685355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21685355'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21685355'^^xsd:integer;
  dwc:observationDate '2014-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21645655_21645655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21645655_21645655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21645655_21645655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21645655_21645655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21645655_21645655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21645655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21645655'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21645655'^^xsd:integer;
  dwc:observationDate '2014-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_22470677_22470677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22470677_22470677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22470677_22470677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22470677_22470677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22470677_22470677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22470677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22470677'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22470677'^^xsd:integer;
  dwc:observationDate '2014-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22070415_22070415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22070415_22070415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22070415_22070415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22070415_22070415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22070415_22070415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22070415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22070415'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22070415'^^xsd:integer;
  dwc:observationDate '2014-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21623040_21623040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21623040_21623040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21623040_21623040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21623040_21623040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21623040_21623040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21623040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21623040'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21623040'^^xsd:integer;
  dwc:observationDate '2014-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21481799_21481799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21481799_21481799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21481799_21481799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21481799_21481799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21481799_21481799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21481799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21481799'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21481799'^^xsd:integer;
  dwc:observationDate '2014-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_21885010_21885010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21885010_21885010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21885010_21885010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21885010_21885010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21885010_21885010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21885010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21885010'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21885010'^^xsd:integer;
  dwc:observationDate '2014-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21933218_21933218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21933218_21933218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21933218_21933218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21933218_21933218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21933218_21933218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21933218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21933218'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21933218'^^xsd:integer;
  dwc:observationDate '2014-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20806109_20806109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20806109_20806109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20806109_20806109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20806109_20806109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20806109_20806109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20806109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20806109'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20806109'^^xsd:integer;
  dwc:observationDate '2014-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22612810_22612810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22612810_22612810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22612810_22612810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22612810_22612810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22612810_22612810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22612810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22612810'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22612810'^^xsd:integer;
  dwc:observationDate '2014-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22024846_22024846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22024846_22024846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22024846_22024846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22024846_22024846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22024846_22024846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22024846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22024846'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22024846'^^xsd:integer;
  dwc:observationDate '2014-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20591763_20591763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20591763_20591763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20591763_20591763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20591763_20591763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20591763_20591763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20591763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20591763'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20591763'^^xsd:integer;
  dwc:observationDate '2014-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21826139_21826139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21826139_21826139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21826139_21826139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21826139_21826139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21826139_21826139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21826139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21826139'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21826139'^^xsd:integer;
  dwc:observationDate '2014-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22514675_22514675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22514675_22514675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22514675_22514675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22514675_22514675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22514675_22514675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22514675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22514675'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22514675'^^xsd:integer;
  dwc:observationDate '2014-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 144 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20854460_20854460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20854460_20854460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20854460_20854460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20854460_20854460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20854460_20854460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20854460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20854460'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20854460'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21685197_21685197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21685197_21685197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21685197_21685197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21685197_21685197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21685197_21685197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21685197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21685197'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21685197'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21832167_21832167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21832167_21832167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21832167_21832167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21832167_21832167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21832167_21832167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21832167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21832167'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21832167'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21824863_21824863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21824863_21824863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21824863_21824863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21824863_21824863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21824863_21824863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21824863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21824863'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21824863'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22666034_22666034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22666034_22666034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22666034_22666034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22666034_22666034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22666034_22666034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22666034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22666034'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22666034'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21817905_21817905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21817905_21817905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21817905_21817905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21817905_21817905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21817905_21817905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21817905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21817905'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21817905'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_21181499_21181499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21181499_21181499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21181499_21181499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21181499_21181499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21181499_21181499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21181499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21181499'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21181499'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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/5871_22622443_22622443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22622443_22622443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22622443_22622443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22622443_22622443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22622443_22622443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22622443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22622443'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22622443'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd: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/5871_20590927_20590927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20590927_20590927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20590927_20590927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20590927_20590927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20590927_20590927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20590927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20590927'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20590927'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20980941_20980941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20980941_20980941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20980941_20980941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20980941_20980941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20980941_20980941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20980941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20980941'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20980941'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22676250_22676250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22676250_22676250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22676250_22676250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22676250_22676250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22676250_22676250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22676250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22676250'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22676250'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22163389_22163389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22163389_22163389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22163389_22163389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22163389_22163389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22163389_22163389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22163389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22163389'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22163389'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22535969_22535969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22535969_22535969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22535969_22535969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22535969_22535969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22535969_22535969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22535969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22535969'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22535969'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21633541_21633541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21633541_21633541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21633541_21633541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21633541_21633541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21633541_21633541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21633541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21633541'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21633541'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21002286_21002286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21002286_21002286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21002286_21002286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21002286_21002286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21002286_21002286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21002286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21002286'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21002286'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20730790_20730790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20730790_20730790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20730790_20730790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20730790_20730790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20730790_20730790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20730790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20730790'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20730790'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22062995_22062995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22062995_22062995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22062995_22062995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22062995_22062995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22062995_22062995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22062995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22062995'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22062995'^^xsd:integer;
  dwc:observationDate '2014-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21456852_21456852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21456852_21456852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21456852_21456852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21456852_21456852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21456852_21456852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21456852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21456852'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21456852'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21581932_21581932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21581932_21581932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21581932_21581932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21581932_21581932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21581932_21581932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21581932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21581932'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21581932'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22652717_22652717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22652717_22652717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22652717_22652717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22652717_22652717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22652717_22652717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22652717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22652717'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22652717'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22454303_22454303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22454303_22454303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22454303_22454303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22454303_22454303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22454303_22454303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22454303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22454303'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22454303'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20942809_20942809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20942809_20942809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20942809_20942809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20942809_20942809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20942809_20942809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20942809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20942809'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20942809'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21172783_21172783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21172783_21172783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21172783_21172783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21172783_21172783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21172783_21172783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21172783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21172783'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21172783'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21414064_21414064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21414064_21414064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21414064_21414064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21414064_21414064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21414064_21414064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21414064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21414064'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21414064'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22424077_22424077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22424077_22424077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22424077_22424077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22424077_22424077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22424077_22424077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22424077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22424077'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22424077'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21541298_21541298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21541298_21541298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21541298_21541298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21541298_21541298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21541298_21541298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21541298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21541298'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21541298'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21233236_21233236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21233236_21233236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21233236_21233236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21233236_21233236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21233236_21233236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21233236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21233236'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21233236'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21292605_21292605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21292605_21292605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21292605_21292605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21292605_21292605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21292605_21292605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21292605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21292605'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21292605'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22225506_22225506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22225506_22225506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22225506_22225506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22225506_22225506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22225506_22225506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22225506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22225506'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22225506'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22118735_22118735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22118735_22118735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22118735_22118735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22118735_22118735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22118735_22118735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22118735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22118735'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22118735'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22191797_22191797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22191797_22191797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22191797_22191797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22191797_22191797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22191797_22191797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22191797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22191797'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22191797'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22450460_22450460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22450460_22450460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22450460_22450460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22450460_22450460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22450460_22450460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22450460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22450460'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22450460'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21054050_21054050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21054050_21054050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21054050_21054050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21054050_21054050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21054050_21054050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21054050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21054050'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21054050'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20623038_20623038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20623038_20623038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20623038_20623038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20623038_20623038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20623038_20623038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20623038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20623038'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20623038'^^xsd:integer;
  dwc:observationDate '2014-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21370485_21370485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21370485_21370485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21370485_21370485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21370485_21370485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21370485_21370485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21370485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21370485'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21370485'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21925263_21925263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21925263_21925263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21925263_21925263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21925263_21925263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21925263_21925263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21925263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21925263'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21925263'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22386481_22386481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22386481_22386481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22386481_22386481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22386481_22386481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22386481_22386481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22386481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22386481'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22386481'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21015019_21015019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21015019_21015019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21015019_21015019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21015019_21015019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21015019_21015019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21015019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21015019'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21015019'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21932834_21932834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21932834_21932834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21932834_21932834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21932834_21932834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21932834_21932834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21932834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21932834'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21932834'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21977109_21977109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21977109_21977109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21977109_21977109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21977109_21977109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21977109_21977109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21977109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21977109'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21977109'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21997665_21997665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21997665_21997665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21997665_21997665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21997665_21997665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21997665_21997665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21997665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21997665'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21997665'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22447682_22447682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22447682_22447682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22447682_22447682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22447682_22447682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22447682_22447682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22447682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22447682'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22447682'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21626797_21626797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21626797_21626797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21626797_21626797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21626797_21626797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21626797_21626797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21626797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21626797'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21626797'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22441807_22441807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22441807_22441807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22441807_22441807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22441807_22441807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22441807_22441807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22441807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22441807'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22441807'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21412738_21412738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21412738_21412738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21412738_21412738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21412738_21412738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21412738_21412738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21412738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21412738'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21412738'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20645567_20645567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20645567_20645567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20645567_20645567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20645567_20645567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20645567_20645567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20645567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20645567'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20645567'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21542519_21542519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21542519_21542519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21542519_21542519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21542519_21542519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21542519_21542519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21542519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21542519'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21542519'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22610665_22610665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22610665_22610665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22610665_22610665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22610665_22610665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22610665_22610665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22610665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22610665'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22610665'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22254226_22254226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22254226_22254226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22254226_22254226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22254226_22254226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22254226_22254226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22254226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22254226'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22254226'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22045626_22045626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22045626_22045626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22045626_22045626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22045626_22045626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22045626_22045626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22045626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22045626'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22045626'^^xsd:integer;
  dwc:observationDate '2014-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21254512_21254512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21254512_21254512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21254512_21254512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21254512_21254512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21254512_21254512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21254512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21254512'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21254512'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22391506_22391506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22391506_22391506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22391506_22391506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22391506_22391506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22391506_22391506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22391506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22391506'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22391506'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21508222_21508222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21508222_21508222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21508222_21508222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21508222_21508222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21508222_21508222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21508222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21508222'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21508222'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21613746_21613746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21613746_21613746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21613746_21613746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21613746_21613746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21613746_21613746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21613746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21613746'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21613746'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20619104_20619104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20619104_20619104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20619104_20619104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20619104_20619104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20619104_20619104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20619104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20619104'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20619104'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21240527_21240527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21240527_21240527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21240527_21240527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21240527_21240527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21240527_21240527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21240527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21240527'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21240527'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20995500_20995500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20995500_20995500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20995500_20995500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20995500_20995500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20995500_20995500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20995500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20995500'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20995500'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22195090_22195090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22195090_22195090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22195090_22195090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22195090_22195090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22195090_22195090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22195090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22195090'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22195090'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21522229_21522229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21522229_21522229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21522229_21522229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21522229_21522229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21522229_21522229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21522229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21522229'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21522229'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22434308_22434308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22434308_22434308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22434308_22434308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22434308_22434308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22434308_22434308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22434308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22434308'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22434308'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22569854_22569854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22569854_22569854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22569854_22569854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22569854_22569854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22569854_22569854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22569854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22569854'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22569854'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20686612_20686612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20686612_20686612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20686612_20686612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20686612_20686612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20686612_20686612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20686612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20686612'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20686612'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21409215_21409215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21409215_21409215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21409215_21409215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21409215_21409215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21409215_21409215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21409215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21409215'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21409215'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22094929_22094929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22094929_22094929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22094929_22094929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22094929_22094929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22094929_22094929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22094929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22094929'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22094929'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21786073_21786073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21786073_21786073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21786073_21786073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21786073_21786073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21786073_21786073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21786073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21786073'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21786073'^^xsd:integer;
  dwc:observationDate '2014-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20707528_20707528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20707528_20707528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20707528_20707528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20707528_20707528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20707528_20707528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20707528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20707528'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20707528'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21052927_21052927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21052927_21052927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21052927_21052927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21052927_21052927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21052927_21052927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21052927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21052927'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21052927'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22453954_22453954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22453954_22453954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22453954_22453954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22453954_22453954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22453954_22453954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22453954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22453954'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22453954'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22040303_22040303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22040303_22040303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22040303_22040303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22040303_22040303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22040303_22040303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22040303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22040303'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22040303'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21038377_21038377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21038377_21038377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21038377_21038377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21038377_21038377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21038377_21038377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21038377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21038377'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21038377'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20958652_20958652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20958652_20958652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20958652_20958652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20958652_20958652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20958652_20958652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20958652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20958652'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20958652'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22162791_22162791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22162791_22162791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22162791_22162791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22162791_22162791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22162791_22162791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22162791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22162791'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22162791'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22260141_22260141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22260141_22260141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22260141_22260141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22260141_22260141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22260141_22260141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22260141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22260141'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22260141'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21548377_21548377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21548377_21548377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21548377_21548377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21548377_21548377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21548377_21548377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21548377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21548377'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21548377'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20691708_20691708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20691708_20691708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20691708_20691708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20691708_20691708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20691708_20691708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20691708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20691708'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20691708'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21033493_21033493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21033493_21033493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21033493_21033493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21033493_21033493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21033493_21033493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21033493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21033493'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21033493'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22495821_22495821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22495821_22495821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22495821_22495821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22495821_22495821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22495821_22495821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22495821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22495821'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22495821'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21348327_21348327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21348327_21348327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21348327_21348327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21348327_21348327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21348327_21348327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21348327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21348327'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21348327'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21956423_21956423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21956423_21956423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21956423_21956423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21956423_21956423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21956423_21956423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21956423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21956423'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21956423'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21096216_21096216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21096216_21096216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21096216_21096216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21096216_21096216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21096216_21096216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21096216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21096216'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21096216'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20587502_20587502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20587502_20587502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20587502_20587502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20587502_20587502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20587502_20587502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20587502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20587502'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20587502'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22342617_22342617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22342617_22342617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22342617_22342617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22342617_22342617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22342617_22342617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22342617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22342617'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22342617'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21729745_21729745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21729745_21729745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21729745_21729745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21729745_21729745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21729745_21729745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21729745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21729745'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21729745'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:dataGeneralizations 'subsampled by hour: first of 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22653300_22653300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22653300_22653300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22653300_22653300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22653300_22653300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22653300_22653300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22653300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22653300'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22653300'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21190952_21190952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21190952_21190952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21190952_21190952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21190952_21190952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21190952_21190952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21190952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21190952'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21190952'^^xsd:integer;
  dwc:observationDate '2014-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21979250_21979250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21979250_21979250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21979250_21979250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21979250_21979250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21979250_21979250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21979250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21979250'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21979250'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22652153_22652153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22652153_22652153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22652153_22652153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22652153_22652153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22652153_22652153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22652153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22652153'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22652153'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21116200_21116200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21116200_21116200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21116200_21116200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21116200_21116200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21116200_21116200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21116200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21116200'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21116200'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21386454_21386454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21386454_21386454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21386454_21386454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21386454_21386454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21386454_21386454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21386454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21386454'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21386454'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20870629_20870629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20870629_20870629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20870629_20870629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20870629_20870629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20870629_20870629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20870629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20870629'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20870629'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22122437_22122437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22122437_22122437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22122437_22122437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22122437_22122437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22122437_22122437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22122437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22122437'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22122437'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22059010_22059010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22059010_22059010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22059010_22059010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22059010_22059010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22059010_22059010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22059010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22059010'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22059010'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20769523_20769523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20769523_20769523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20769523_20769523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20769523_20769523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20769523_20769523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20769523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20769523'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20769523'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20794785_20794785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20794785_20794785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20794785_20794785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20794785_20794785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20794785_20794785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20794785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20794785'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20794785'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20884610_20884610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20884610_20884610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20884610_20884610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20884610_20884610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20884610_20884610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20884610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20884610'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20884610'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22017416_22017416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22017416_22017416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22017416_22017416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22017416_22017416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22017416_22017416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22017416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22017416'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22017416'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21725793_21725793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21725793_21725793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21725793_21725793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21725793_21725793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21725793_21725793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21725793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21725793'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21725793'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21297430_21297430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21297430_21297430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21297430_21297430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21297430_21297430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21297430_21297430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21297430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21297430'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21297430'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21820768_21820768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21820768_21820768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21820768_21820768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21820768_21820768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21820768_21820768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21820768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21820768'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21820768'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22059267_22059267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22059267_22059267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22059267_22059267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22059267_22059267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22059267_22059267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22059267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22059267'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22059267'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21771136_21771136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21771136_21771136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21771136_21771136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21771136_21771136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21771136_21771136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21771136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21771136'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21771136'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21207348_21207348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21207348_21207348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21207348_21207348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21207348_21207348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21207348_21207348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21207348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21207348'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21207348'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20990269_20990269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20990269_20990269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20990269_20990269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20990269_20990269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20990269_20990269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20990269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20990269'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20990269'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21709666_21709666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21709666_21709666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21709666_21709666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21709666_21709666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21709666_21709666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21709666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21709666'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21709666'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22431316_22431316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22431316_22431316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22431316_22431316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22431316_22431316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22431316_22431316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22431316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22431316'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22431316'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21078007_21078007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21078007_21078007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21078007_21078007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21078007_21078007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21078007_21078007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21078007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21078007'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21078007'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20698747_20698747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20698747_20698747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20698747_20698747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20698747_20698747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20698747_20698747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20698747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20698747'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20698747'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20769142_20769142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20769142_20769142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20769142_20769142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20769142_20769142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20769142_20769142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20769142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20769142'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20769142'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20636100_20636100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20636100_20636100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20636100_20636100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20636100_20636100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20636100_20636100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20636100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20636100'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20636100'^^xsd:integer;
  dwc:observationDate '2014-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21800162_21800162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21800162_21800162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21800162_21800162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21800162_21800162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21800162_21800162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21800162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21800162'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21800162'^^xsd:integer;
  dwc:observationDate '2014-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22413840_22413840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22413840_22413840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22413840_22413840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22413840_22413840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22413840_22413840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22413840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22413840'^^xsd:integer;
  dwc:scientificName 'Squalius cephalus'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '282855'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22413840'^^xsd:integer;
  dwc:observationDate '2014-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '282855'^^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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_384_1157781_capture_384_1157781_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_384_1157781_capture_384_1157781_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_384_1157781_capture_384_1157781_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.990647 5.058911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.990647"^^xsd:decimal ;
  dwc:decimalLongitude "5.058911"^^xsd:decimal ;
  dwc: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/5871_384_1157781_capture_384_1157781_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.990647 5.058911)"^^geo:wktLiteral ;
  geo-pos:lat "50.990647"^^xsd:decimal ;
  geo-pos:long "5.058911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_384_1157781_capture_384_1157781_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "384_1157781_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '384_1157781_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.058911'^^xsd:double;
  dwc:latitude '50.990647'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '384_1157781_capture'^^xsd:string;
  dwc:observationDate '2014-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/5871_384_1157781_release_384_1157781_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_384_1157781_release_384_1157781_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_384_1157781_release_384_1157781_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc: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/5871_384_1157781_release_384_1157781_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_384_1157781_release_384_1157781_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "384_1157781_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '384_1157781_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '384_1157781_release'^^xsd:string;
  dwc:observationDate '2014-04-24'^^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/5871_22186667_22186667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22186667_22186667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22186667_22186667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22186667_22186667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22186667_22186667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22186667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22186667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22186667'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22496170_22496170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22496170_22496170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22496170_22496170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22496170_22496170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22496170_22496170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22496170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22496170'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22496170'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21751516_21751516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21751516_21751516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21751516_21751516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21751516_21751516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21751516_21751516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21751516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21751516'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21751516'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21073258_21073258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21073258_21073258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21073258_21073258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21073258_21073258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21073258_21073258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21073258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21073258'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21073258'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22275731_22275731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22275731_22275731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22275731_22275731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22275731_22275731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22275731_22275731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22275731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22275731'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22275731'^^xsd:integer;
  dwc:observationDate '2014-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 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20727730_20727730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20727730_20727730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20727730_20727730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20727730_20727730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20727730_20727730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20727730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20727730'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20727730'^^xsd:integer;
  dwc:observationDate '2014-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 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21580390_21580390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21580390_21580390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21580390_21580390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21580390_21580390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21580390_21580390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21580390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21580390'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21580390'^^xsd:integer;
  dwc:observationDate '2014-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 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22421341_22421341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22421341_22421341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22421341_22421341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22421341_22421341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22421341_22421341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22421341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22421341'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22421341'^^xsd:integer;
  dwc:observationDate '2014-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 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21576826_21576826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21576826_21576826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21576826_21576826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21576826_21576826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21576826_21576826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21576826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21576826'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21576826'^^xsd:integer;
  dwc:observationDate '2014-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 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21074563_21074563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21074563_21074563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21074563_21074563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21074563_21074563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21074563_21074563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21074563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21074563'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21074563'^^xsd:integer;
  dwc:observationDate '2014-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 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20784900_20784900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20784900_20784900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20784900_20784900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20784900_20784900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20784900_20784900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20784900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20784900'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20784900'^^xsd:integer;
  dwc:observationDate '2014-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 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22488748_22488748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22488748_22488748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22488748_22488748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22488748_22488748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22488748_22488748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22488748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22488748'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22488748'^^xsd:integer;
  dwc:observationDate '2014-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 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21721291_21721291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21721291_21721291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21721291_21721291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21721291_21721291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21721291_21721291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21721291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21721291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21721291'^^xsd:integer;
  dwc:observationDate '2014-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 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21728661_21728661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21728661_21728661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21728661_21728661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21728661_21728661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21728661_21728661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21728661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21728661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21728661'^^xsd:integer;
  dwc:observationDate '2014-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 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21666882_21666882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21666882_21666882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21666882_21666882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21666882_21666882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21666882_21666882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21666882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21666882'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21666882'^^xsd:integer;
  dwc:observationDate '2014-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 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21912726_21912726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21912726_21912726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21912726_21912726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21912726_21912726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21912726_21912726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21912726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21912726'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21912726'^^xsd:integer;
  dwc:observationDate '2014-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 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22440094_22440094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22440094_22440094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22440094_22440094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22440094_22440094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22440094_22440094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22440094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22440094'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22440094'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21286769_21286769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21286769_21286769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21286769_21286769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21286769_21286769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21286769_21286769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21286769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21286769'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21286769'^^xsd:integer;
  dwc:observationDate '2014-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 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21604976_21604976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21604976_21604976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21604976_21604976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21604976_21604976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21604976_21604976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21604976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21604976'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21604976'^^xsd:integer;
  dwc:observationDate '2014-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 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21792818_21792818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21792818_21792818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21792818_21792818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21792818_21792818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21792818_21792818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21792818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21792818'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21792818'^^xsd:integer;
  dwc:observationDate '2014-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 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21486064_21486064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21486064_21486064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21486064_21486064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21486064_21486064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21486064_21486064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21486064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21486064'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21486064'^^xsd:integer;
  dwc:observationDate '2014-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 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22048491_22048491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22048491_22048491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22048491_22048491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22048491_22048491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22048491_22048491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22048491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22048491'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22048491'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22596443_22596443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22596443_22596443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22596443_22596443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22596443_22596443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22596443_22596443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22596443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22596443'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22596443'^^xsd:integer;
  dwc:observationDate '2014-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 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21102441_21102441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21102441_21102441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21102441_21102441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21102441_21102441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21102441_21102441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21102441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21102441'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21102441'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21010868_21010868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21010868_21010868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21010868_21010868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21010868_21010868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21010868_21010868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21010868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21010868'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21010868'^^xsd:integer;
  dwc:observationDate '2014-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 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22170669_22170669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22170669_22170669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22170669_22170669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22170669_22170669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22170669_22170669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22170669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22170669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22170669'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20856891_20856891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20856891_20856891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20856891_20856891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20856891_20856891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20856891_20856891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20856891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20856891'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20856891'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21448421_21448421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21448421_21448421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21448421_21448421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21448421_21448421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21448421_21448421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21448421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21448421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21448421'^^xsd:integer;
  dwc:observationDate '2014-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 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22328522_22328522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22328522_22328522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22328522_22328522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22328522_22328522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22328522_22328522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22328522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22328522'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22328522'^^xsd:integer;
  dwc:observationDate '2014-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 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20892323_20892323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20892323_20892323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20892323_20892323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20892323_20892323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20892323_20892323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20892323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20892323'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20892323'^^xsd:integer;
  dwc:observationDate '2014-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 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22597025_22597025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22597025_22597025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22597025_22597025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22597025_22597025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22597025_22597025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22597025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22597025'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22597025'^^xsd:integer;
  dwc:observationDate '2014-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 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21605354_21605354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21605354_21605354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21605354_21605354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21605354_21605354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21605354_21605354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21605354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21605354'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21605354'^^xsd:integer;
  dwc:observationDate '2014-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 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21124691_21124691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21124691_21124691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21124691_21124691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21124691_21124691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21124691_21124691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21124691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21124691'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21124691'^^xsd:integer;
  dwc:observationDate '2014-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 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21516343_21516343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21516343_21516343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21516343_21516343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21516343_21516343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21516343_21516343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21516343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21516343'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21516343'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_385_1157782_capture_385_1157782_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_385_1157782_capture_385_1157782_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_385_1157782_capture_385_1157782_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991416 5.028444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991416"^^xsd:decimal ;
  dwc:decimalLongitude "5.028444"^^xsd:decimal ;
  dwc: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/5871_385_1157782_capture_385_1157782_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991416 5.028444)"^^geo:wktLiteral ;
  geo-pos:lat "50.991416"^^xsd:decimal ;
  geo-pos:long "5.028444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_385_1157782_capture_385_1157782_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "385_1157782_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '385_1157782_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.028444'^^xsd:double;
  dwc:latitude '50.991416'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '385_1157782_capture'^^xsd:string;
  dwc:observationDate '2014-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/5871_385_1157782_release_385_1157782_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_385_1157782_release_385_1157782_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_385_1157782_release_385_1157782_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc: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/5871_385_1157782_release_385_1157782_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_385_1157782_release_385_1157782_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "385_1157782_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '385_1157782_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '385_1157782_release'^^xsd:string;
  dwc:observationDate '2014-04-24'^^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/5871_20748462_20748462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20748462_20748462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20748462_20748462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20748462_20748462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20748462_20748462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20748462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20748462'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20748462'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20832439_20832439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20832439_20832439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20832439_20832439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20832439_20832439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20832439_20832439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20832439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20832439'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20832439'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21924925_21924925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21924925_21924925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21924925_21924925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21924925_21924925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21924925_21924925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21924925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21924925'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21924925'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20706335_20706335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20706335_20706335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20706335_20706335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20706335_20706335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20706335_20706335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20706335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20706335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20706335'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21711132_21711132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21711132_21711132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21711132_21711132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21711132_21711132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21711132_21711132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21711132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21711132'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21711132'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22439421_22439421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22439421_22439421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22439421_22439421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22439421_22439421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22439421_22439421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22439421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22439421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22439421'^^xsd:integer;
  dwc:observationDate '2014-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 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20992875_20992875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20992875_20992875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20992875_20992875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20992875_20992875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20992875_20992875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20992875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20992875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20992875'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20589570_20589570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20589570_20589570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20589570_20589570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20589570_20589570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20589570_20589570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20589570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20589570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20589570'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20621749_20621749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20621749_20621749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20621749_20621749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20621749_20621749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20621749_20621749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20621749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20621749'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20621749'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20606457_20606457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20606457_20606457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20606457_20606457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20606457_20606457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20606457_20606457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20606457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20606457'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20606457'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22480867_22480867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22480867_22480867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22480867_22480867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22480867_22480867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22480867_22480867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22480867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22480867'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22480867'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20899906_20899906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20899906_20899906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20899906_20899906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20899906_20899906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20899906_20899906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20899906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20899906'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20899906'^^xsd:integer;
  dwc:observationDate '2014-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 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20995773_20995773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20995773_20995773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20995773_20995773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20995773_20995773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20995773_20995773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20995773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20995773'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20995773'^^xsd:integer;
  dwc:observationDate '2014-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 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21666973_21666973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21666973_21666973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21666973_21666973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21666973_21666973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21666973_21666973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21666973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21666973'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21666973'^^xsd:integer;
  dwc:observationDate '2014-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 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20733252_20733252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20733252_20733252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20733252_20733252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20733252_20733252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20733252_20733252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20733252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20733252'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20733252'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20685893_20685893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20685893_20685893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20685893_20685893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20685893_20685893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20685893_20685893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20685893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20685893'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20685893'^^xsd:integer;
  dwc:observationDate '2014-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 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21254726_21254726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21254726_21254726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21254726_21254726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21254726_21254726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21254726_21254726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21254726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21254726'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21254726'^^xsd:integer;
  dwc:observationDate '2014-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 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22485772_22485772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22485772_22485772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22485772_22485772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22485772_22485772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22485772_22485772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22485772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22485772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22485772'^^xsd:integer;
  dwc:observationDate '2014-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 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21316642_21316642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21316642_21316642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21316642_21316642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21316642_21316642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21316642_21316642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21316642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21316642'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21316642'^^xsd:integer;
  dwc:observationDate '2014-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 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21455205_21455205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21455205_21455205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21455205_21455205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21455205_21455205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21455205_21455205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21455205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21455205'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21455205'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22230469_22230469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22230469_22230469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22230469_22230469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22230469_22230469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22230469_22230469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22230469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22230469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22230469'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21928121_21928121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21928121_21928121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21928121_21928121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21928121_21928121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21928121_21928121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21928121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21928121'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21928121'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22317412_22317412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22317412_22317412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22317412_22317412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22317412_22317412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22317412_22317412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22317412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22317412'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22317412'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20990230_20990230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20990230_20990230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20990230_20990230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20990230_20990230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20990230_20990230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20990230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20990230'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20990230'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21281286_21281286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21281286_21281286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21281286_21281286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21281286_21281286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21281286_21281286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21281286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21281286'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21281286'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21072217_21072217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21072217_21072217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21072217_21072217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21072217_21072217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21072217_21072217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21072217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21072217'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21072217'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22283740_22283740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22283740_22283740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22283740_22283740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22283740_22283740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22283740_22283740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22283740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22283740'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22283740'^^xsd:integer;
  dwc:observationDate '2014-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 101 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21236905_21236905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21236905_21236905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21236905_21236905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21236905_21236905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21236905_21236905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21236905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21236905'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21236905'^^xsd:integer;
  dwc:observationDate '2014-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 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21134411_21134411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21134411_21134411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21134411_21134411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21134411_21134411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21134411_21134411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21134411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21134411'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21134411'^^xsd:integer;
  dwc:observationDate '2014-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 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20620844_20620844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20620844_20620844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20620844_20620844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20620844_20620844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20620844_20620844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20620844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20620844'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20620844'^^xsd:integer;
  dwc:observationDate '2014-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 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22612498_22612498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22612498_22612498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22612498_22612498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22612498_22612498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22612498_22612498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22612498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22612498'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22612498'^^xsd:integer;
  dwc:observationDate '2014-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 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22626968_22626968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22626968_22626968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22626968_22626968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22626968_22626968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22626968_22626968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22626968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22626968'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22626968'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21364345_21364345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21364345_21364345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21364345_21364345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21364345_21364345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21364345_21364345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21364345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21364345'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21364345'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20722774_20722774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20722774_20722774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20722774_20722774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20722774_20722774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20722774_20722774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20722774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20722774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20722774'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21632662_21632662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21632662_21632662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21632662_21632662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21632662_21632662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21632662_21632662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21632662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21632662'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21632662'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21866656_21866656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21866656_21866656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21866656_21866656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21866656_21866656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21866656_21866656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21866656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21866656'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21866656'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20877166_20877166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20877166_20877166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20877166_20877166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20877166_20877166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20877166_20877166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20877166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20877166'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20877166'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22487641_22487641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22487641_22487641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22487641_22487641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22487641_22487641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22487641_22487641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22487641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22487641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22487641'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21254677_21254677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21254677_21254677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21254677_21254677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21254677_21254677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21254677_21254677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21254677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21254677'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21254677'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21449157_21449157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21449157_21449157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21449157_21449157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21449157_21449157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21449157_21449157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21449157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21449157'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21449157'^^xsd:integer;
  dwc:observationDate '2014-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 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22612744_22612744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22612744_22612744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22612744_22612744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22612744_22612744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22612744_22612744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22612744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22612744'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22612744'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21935757_21935757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21935757_21935757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21935757_21935757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21935757_21935757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21935757_21935757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21935757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21935757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21935757'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20612353_20612353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20612353_20612353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20612353_20612353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20612353_20612353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20612353_20612353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20612353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20612353'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20612353'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20679276_20679276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20679276_20679276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20679276_20679276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20679276_20679276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20679276_20679276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20679276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20679276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20679276'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20947461_20947461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20947461_20947461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20947461_20947461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20947461_20947461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20947461_20947461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20947461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20947461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20947461'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22050175_22050175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22050175_22050175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22050175_22050175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22050175_22050175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22050175_22050175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22050175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22050175'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22050175'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21698363_21698363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21698363_21698363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21698363_21698363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21698363_21698363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21698363_21698363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21698363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21698363'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21698363'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20917317_20917317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20917317_20917317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20917317_20917317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20917317_20917317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20917317_20917317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20917317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20917317'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20917317'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21746804_21746804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21746804_21746804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21746804_21746804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21746804_21746804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21746804_21746804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21746804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21746804'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21746804'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21017548_21017548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21017548_21017548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21017548_21017548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21017548_21017548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21017548_21017548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21017548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21017548'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21017548'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21214227_21214227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21214227_21214227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21214227_21214227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21214227_21214227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21214227_21214227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21214227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21214227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21214227'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21674862_21674862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21674862_21674862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21674862_21674862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21674862_21674862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21674862_21674862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21674862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21674862'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21674862'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22162330_22162330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22162330_22162330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22162330_22162330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22162330_22162330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22162330_22162330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22162330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22162330'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22162330'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21114748_21114748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21114748_21114748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21114748_21114748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21114748_21114748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21114748_21114748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21114748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21114748'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21114748'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21449524_21449524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21449524_21449524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21449524_21449524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21449524_21449524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21449524_21449524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21449524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21449524'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21449524'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21465372_21465372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21465372_21465372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21465372_21465372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21465372_21465372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21465372_21465372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21465372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21465372'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21465372'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22127355_22127355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22127355_22127355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22127355_22127355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22127355_22127355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22127355_22127355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22127355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22127355'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22127355'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22281777_22281777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22281777_22281777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22281777_22281777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22281777_22281777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22281777_22281777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22281777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22281777'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22281777'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22544050_22544050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22544050_22544050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22544050_22544050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22544050_22544050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22544050_22544050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22544050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22544050'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22544050'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21726058_21726058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21726058_21726058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21726058_21726058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21726058_21726058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21726058_21726058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21726058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21726058'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21726058'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21584903_21584903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21584903_21584903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21584903_21584903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21584903_21584903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21584903_21584903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21584903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21584903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21584903'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22530380_22530380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22530380_22530380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22530380_22530380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22530380_22530380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22530380_22530380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22530380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22530380'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22530380'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21345151_21345151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21345151_21345151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21345151_21345151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21345151_21345151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21345151_21345151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21345151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21345151'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21345151'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22494614_22494614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22494614_22494614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22494614_22494614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22494614_22494614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22494614_22494614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22494614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22494614'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22494614'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20870760_20870760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20870760_20870760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20870760_20870760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20870760_20870760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20870760_20870760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20870760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20870760'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20870760'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21266677_21266677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21266677_21266677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21266677_21266677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21266677_21266677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21266677_21266677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21266677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21266677'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21266677'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22601851_22601851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22601851_22601851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22601851_22601851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22601851_22601851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22601851_22601851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22601851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22601851'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22601851'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22346553_22346553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22346553_22346553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22346553_22346553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22346553_22346553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22346553_22346553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22346553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22346553'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22346553'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22111061_22111061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22111061_22111061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22111061_22111061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22111061_22111061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22111061_22111061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22111061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22111061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22111061'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21180108_21180108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21180108_21180108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21180108_21180108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21180108_21180108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21180108_21180108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21180108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21180108'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21180108'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21209062_21209062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21209062_21209062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21209062_21209062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21209062_21209062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21209062_21209062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21209062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21209062'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21209062'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20594067_20594067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20594067_20594067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20594067_20594067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20594067_20594067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20594067_20594067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20594067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20594067'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20594067'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21117940_21117940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21117940_21117940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21117940_21117940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21117940_21117940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21117940_21117940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21117940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21117940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21117940'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21354769_21354769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21354769_21354769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21354769_21354769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21354769_21354769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21354769_21354769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21354769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21354769'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21354769'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22002334_22002334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22002334_22002334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22002334_22002334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22002334_22002334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22002334_22002334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22002334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22002334'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22002334'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21369190_21369190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21369190_21369190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21369190_21369190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21369190_21369190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21369190_21369190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21369190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21369190'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21369190'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20792809_20792809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20792809_20792809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20792809_20792809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20792809_20792809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20792809_20792809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20792809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20792809'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20792809'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20879674_20879674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20879674_20879674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20879674_20879674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20879674_20879674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20879674_20879674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20879674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20879674'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20879674'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21139983_21139983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21139983_21139983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21139983_21139983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21139983_21139983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21139983_21139983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21139983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21139983'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21139983'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20634793_20634793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20634793_20634793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20634793_20634793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20634793_20634793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20634793_20634793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20634793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20634793'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20634793'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21422278_21422278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21422278_21422278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21422278_21422278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21422278_21422278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21422278_21422278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21422278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21422278'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21422278'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22595169_22595169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22595169_22595169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22595169_22595169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22595169_22595169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22595169_22595169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22595169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22595169'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22595169'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21690409_21690409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21690409_21690409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21690409_21690409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21690409_21690409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21690409_21690409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21690409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21690409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21690409'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22100037_22100037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22100037_22100037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22100037_22100037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22100037_22100037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22100037_22100037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22100037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22100037'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22100037'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20760270_20760270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20760270_20760270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20760270_20760270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20760270_20760270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20760270_20760270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20760270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20760270'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20760270'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21452323_21452323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21452323_21452323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21452323_21452323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21452323_21452323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21452323_21452323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21452323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21452323'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21452323'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21697418_21697418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21697418_21697418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21697418_21697418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21697418_21697418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21697418_21697418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21697418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21697418'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21697418'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21673502_21673502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21673502_21673502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21673502_21673502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21673502_21673502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21673502_21673502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21673502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21673502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21673502'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21146130_21146130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21146130_21146130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21146130_21146130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21146130_21146130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21146130_21146130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21146130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21146130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21146130'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21279624_21279624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21279624_21279624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21279624_21279624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21279624_21279624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21279624_21279624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21279624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21279624'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21279624'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21657206_21657206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21657206_21657206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21657206_21657206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21657206_21657206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21657206_21657206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21657206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21657206'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21657206'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20883306_20883306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20883306_20883306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20883306_20883306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20883306_20883306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20883306_20883306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20883306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20883306'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20883306'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20597357_20597357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20597357_20597357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20597357_20597357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20597357_20597357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20597357_20597357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20597357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20597357'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20597357'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22658476_22658476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22658476_22658476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22658476_22658476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22658476_22658476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22658476_22658476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22658476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22658476'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22658476'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22614818_22614818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22614818_22614818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22614818_22614818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22614818_22614818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22614818_22614818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22614818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22614818'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22614818'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21979338_21979338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21979338_21979338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21979338_21979338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21979338_21979338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21979338_21979338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21979338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21979338'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21979338'^^xsd:integer;
  dwc:observationDate '2014-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 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22030880_22030880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22030880_22030880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22030880_22030880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22030880_22030880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22030880_22030880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22030880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22030880'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22030880'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21391923_21391923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21391923_21391923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21391923_21391923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21391923_21391923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21391923_21391923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21391923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21391923'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21391923'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21156225_21156225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21156225_21156225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21156225_21156225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21156225_21156225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21156225_21156225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21156225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21156225'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21156225'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21693488_21693488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21693488_21693488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21693488_21693488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21693488_21693488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21693488_21693488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21693488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21693488'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21693488'^^xsd:integer;
  dwc:observationDate '2014-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 80 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21612593_21612593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21612593_21612593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21612593_21612593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21612593_21612593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21612593_21612593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21612593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21612593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21612593'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21269463_21269463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21269463_21269463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21269463_21269463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21269463_21269463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21269463_21269463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21269463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21269463'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21269463'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21648274_21648274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21648274_21648274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21648274_21648274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21648274_21648274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21648274_21648274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21648274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21648274'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21648274'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21627331_21627331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21627331_21627331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21627331_21627331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21627331_21627331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21627331_21627331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21627331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21627331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21627331'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20833445_20833445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20833445_20833445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20833445_20833445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20833445_20833445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20833445_20833445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20833445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20833445'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20833445'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21510191_21510191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21510191_21510191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21510191_21510191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21510191_21510191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21510191_21510191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21510191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21510191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21510191'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22629100_22629100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22629100_22629100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22629100_22629100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22629100_22629100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22629100_22629100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22629100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22629100'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22629100'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22322066_22322066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22322066_22322066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22322066_22322066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22322066_22322066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22322066_22322066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22322066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22322066'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22322066'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22258552_22258552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22258552_22258552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22258552_22258552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22258552_22258552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22258552_22258552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22258552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22258552'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22258552'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21381054_21381054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21381054_21381054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21381054_21381054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21381054_21381054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21381054_21381054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21381054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21381054'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21381054'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21935706_21935706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21935706_21935706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21935706_21935706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21935706_21935706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21935706_21935706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21935706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21935706'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21935706'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21668017_21668017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21668017_21668017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21668017_21668017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21668017_21668017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21668017_21668017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21668017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21668017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21668017'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21719017_21719017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21719017_21719017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21719017_21719017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21719017_21719017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21719017_21719017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21719017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21719017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21719017'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22285372_22285372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22285372_22285372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22285372_22285372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22285372_22285372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22285372_22285372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22285372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22285372'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22285372'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21052774_21052774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21052774_21052774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21052774_21052774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21052774_21052774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21052774_21052774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21052774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21052774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21052774'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21601727_21601727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21601727_21601727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21601727_21601727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21601727_21601727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21601727_21601727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21601727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21601727'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21601727'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20677101_20677101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20677101_20677101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20677101_20677101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20677101_20677101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20677101_20677101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20677101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20677101'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20677101'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20815256_20815256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20815256_20815256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20815256_20815256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20815256_20815256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20815256_20815256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20815256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20815256'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20815256'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20765986_20765986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20765986_20765986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20765986_20765986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20765986_20765986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20765986_20765986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20765986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20765986'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20765986'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21383214_21383214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21383214_21383214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21383214_21383214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21383214_21383214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21383214_21383214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21383214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21383214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21383214'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20819535_20819535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20819535_20819535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20819535_20819535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20819535_20819535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20819535_20819535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20819535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20819535'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20819535'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21807414_21807414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21807414_21807414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21807414_21807414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21807414_21807414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21807414_21807414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21807414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21807414'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21807414'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20590262_20590262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20590262_20590262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20590262_20590262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20590262_20590262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20590262_20590262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20590262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20590262'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20590262'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21692688_21692688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21692688_21692688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21692688_21692688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21692688_21692688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21692688_21692688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21692688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21692688'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21692688'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21796904_21796904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21796904_21796904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21796904_21796904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21796904_21796904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21796904_21796904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21796904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21796904'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21796904'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21466603_21466603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21466603_21466603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21466603_21466603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21466603_21466603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21466603_21466603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21466603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21466603'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21466603'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21795285_21795285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21795285_21795285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21795285_21795285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21795285_21795285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21795285_21795285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21795285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21795285'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21795285'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20736344_20736344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20736344_20736344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20736344_20736344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20736344_20736344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20736344_20736344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20736344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20736344'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20736344'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21169467_21169467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21169467_21169467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21169467_21169467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21169467_21169467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21169467_21169467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21169467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21169467'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21169467'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20927984_20927984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20927984_20927984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20927984_20927984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20927984_20927984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20927984_20927984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20927984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20927984'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20927984'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22433433_22433433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22433433_22433433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22433433_22433433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22433433_22433433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22433433_22433433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22433433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22433433'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22433433'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22144675_22144675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22144675_22144675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22144675_22144675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22144675_22144675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22144675_22144675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22144675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22144675'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22144675'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21723755_21723755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21723755_21723755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21723755_21723755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21723755_21723755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21723755_21723755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21723755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21723755'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21723755'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22596391_22596391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22596391_22596391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22596391_22596391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22596391_22596391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22596391_22596391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22596391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22596391'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22596391'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22131844_22131844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22131844_22131844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22131844_22131844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22131844_22131844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22131844_22131844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22131844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22131844'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22131844'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21961564_21961564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21961564_21961564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21961564_21961564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21961564_21961564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21961564_21961564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21961564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21961564'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21961564'^^xsd:integer;
  dwc:observationDate '2014-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 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20705090_20705090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20705090_20705090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20705090_20705090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20705090_20705090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20705090_20705090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20705090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20705090'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20705090'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22620680_22620680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22620680_22620680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22620680_22620680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22620680_22620680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22620680_22620680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22620680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22620680'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22620680'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22077459_22077459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22077459_22077459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22077459_22077459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22077459_22077459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22077459_22077459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22077459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22077459'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22077459'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20794158_20794158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20794158_20794158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20794158_20794158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20794158_20794158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20794158_20794158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20794158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20794158'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20794158'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20752261_20752261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20752261_20752261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20752261_20752261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20752261_20752261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20752261_20752261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20752261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20752261'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20752261'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22516348_22516348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22516348_22516348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22516348_22516348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22516348_22516348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22516348_22516348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22516348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22516348'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22516348'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21115523_21115523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21115523_21115523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21115523_21115523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21115523_21115523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21115523_21115523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21115523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21115523'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21115523'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20643276_20643276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20643276_20643276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20643276_20643276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20643276_20643276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20643276_20643276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20643276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20643276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20643276'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20861359_20861359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20861359_20861359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20861359_20861359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20861359_20861359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20861359_20861359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20861359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20861359'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20861359'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21778671_21778671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21778671_21778671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21778671_21778671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21778671_21778671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21778671_21778671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21778671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21778671'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21778671'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20734307_20734307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20734307_20734307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20734307_20734307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20734307_20734307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20734307_20734307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20734307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20734307'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20734307'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22518019_22518019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22518019_22518019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22518019_22518019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22518019_22518019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22518019_22518019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22518019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22518019'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22518019'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21613680_21613680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21613680_21613680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21613680_21613680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21613680_21613680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21613680_21613680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21613680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21613680'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21613680'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21452859_21452859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21452859_21452859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21452859_21452859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21452859_21452859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21452859_21452859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21452859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21452859'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21452859'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20875143_20875143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20875143_20875143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20875143_20875143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20875143_20875143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20875143_20875143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20875143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20875143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20875143'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21249209_21249209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21249209_21249209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21249209_21249209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21249209_21249209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21249209_21249209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21249209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21249209'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21249209'^^xsd:integer;
  dwc:observationDate '2014-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 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22650095_22650095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22650095_22650095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22650095_22650095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22650095_22650095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22650095_22650095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22650095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22650095'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22650095'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21842405_21842405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21842405_21842405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21842405_21842405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21842405_21842405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21842405_21842405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21842405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21842405'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21842405'^^xsd:integer;
  dwc:observationDate '2014-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 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22211376_22211376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22211376_22211376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22211376_22211376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22211376_22211376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22211376_22211376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22211376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22211376'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22211376'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20975343_20975343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20975343_20975343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20975343_20975343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20975343_20975343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20975343_20975343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20975343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20975343'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20975343'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21169031_21169031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21169031_21169031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21169031_21169031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21169031_21169031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21169031_21169031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21169031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21169031'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21169031'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21305696_21305696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21305696_21305696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21305696_21305696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21305696_21305696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21305696_21305696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21305696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21305696'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21305696'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21550356_21550356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21550356_21550356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21550356_21550356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21550356_21550356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21550356_21550356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21550356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21550356'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21550356'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21010126_21010126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21010126_21010126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21010126_21010126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21010126_21010126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21010126_21010126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21010126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21010126'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21010126'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21686467_21686467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21686467_21686467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21686467_21686467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21686467_21686467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21686467_21686467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21686467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21686467'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21686467'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21182522_21182522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21182522_21182522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21182522_21182522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21182522_21182522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21182522_21182522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21182522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21182522'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21182522'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21587468_21587468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21587468_21587468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21587468_21587468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21587468_21587468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21587468_21587468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21587468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21587468'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21587468'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22276984_22276984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22276984_22276984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22276984_22276984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22276984_22276984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22276984_22276984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22276984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22276984'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22276984'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20880890_20880890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20880890_20880890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20880890_20880890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20880890_20880890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20880890_20880890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20880890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20880890'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20880890'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20731316_20731316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20731316_20731316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20731316_20731316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20731316_20731316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20731316_20731316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20731316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20731316'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20731316'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22129192_22129192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22129192_22129192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22129192_22129192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22129192_22129192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22129192_22129192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22129192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22129192'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22129192'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21362697_21362697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21362697_21362697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21362697_21362697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21362697_21362697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21362697_21362697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21362697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21362697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21362697'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20709449_20709449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20709449_20709449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20709449_20709449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20709449_20709449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20709449_20709449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20709449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20709449'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20709449'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21934175_21934175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21934175_21934175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21934175_21934175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21934175_21934175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21934175_21934175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21934175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21934175'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21934175'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22064421_22064421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22064421_22064421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22064421_22064421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22064421_22064421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22064421_22064421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22064421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22064421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22064421'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21250947_21250947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21250947_21250947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21250947_21250947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21250947_21250947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21250947_21250947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21250947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21250947'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21250947'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20958285_20958285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20958285_20958285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20958285_20958285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20958285_20958285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20958285_20958285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20958285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20958285'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20958285'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20649574_20649574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20649574_20649574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20649574_20649574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20649574_20649574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20649574_20649574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20649574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20649574'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20649574'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22598370_22598370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22598370_22598370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22598370_22598370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22598370_22598370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22598370_22598370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22598370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22598370'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22598370'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22432642_22432642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22432642_22432642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22432642_22432642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22432642_22432642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22432642_22432642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22432642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22432642'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22432642'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20954340_20954340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20954340_20954340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20954340_20954340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20954340_20954340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20954340_20954340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20954340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20954340'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20954340'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20875038_20875038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20875038_20875038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20875038_20875038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20875038_20875038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20875038_20875038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20875038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20875038'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20875038'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21443304_21443304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21443304_21443304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21443304_21443304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21443304_21443304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21443304_21443304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21443304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21443304'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21443304'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22572485_22572485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22572485_22572485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22572485_22572485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22572485_22572485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22572485_22572485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22572485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22572485'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22572485'^^xsd:integer;
  dwc:observationDate '2014-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 72 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21797429_21797429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21797429_21797429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21797429_21797429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21797429_21797429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21797429_21797429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21797429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21797429'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21797429'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22214545_22214545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22214545_22214545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22214545_22214545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22214545_22214545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22214545_22214545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22214545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22214545'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22214545'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20798115_20798115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20798115_20798115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20798115_20798115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20798115_20798115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20798115_20798115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20798115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20798115'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20798115'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21719889_21719889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21719889_21719889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21719889_21719889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21719889_21719889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21719889_21719889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21719889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21719889'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21719889'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21452798_21452798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21452798_21452798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21452798_21452798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21452798_21452798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21452798_21452798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21452798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21452798'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21452798'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22405437_22405437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22405437_22405437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22405437_22405437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22405437_22405437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22405437_22405437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22405437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22405437'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22405437'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21186289_21186289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21186289_21186289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21186289_21186289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21186289_21186289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21186289_21186289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21186289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21186289'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21186289'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20905092_20905092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20905092_20905092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20905092_20905092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20905092_20905092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20905092_20905092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20905092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20905092'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20905092'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21923181_21923181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21923181_21923181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21923181_21923181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21923181_21923181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21923181_21923181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21923181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21923181'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21923181'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22525560_22525560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22525560_22525560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22525560_22525560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22525560_22525560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22525560_22525560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22525560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22525560'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22525560'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22240355_22240355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22240355_22240355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22240355_22240355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22240355_22240355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22240355_22240355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22240355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22240355'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22240355'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22684411_22684411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22684411_22684411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22684411_22684411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22684411_22684411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22684411_22684411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22684411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22684411'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22684411'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21969181_21969181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21969181_21969181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21969181_21969181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21969181_21969181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21969181_21969181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21969181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21969181'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21969181'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21088776_21088776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21088776_21088776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21088776_21088776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21088776_21088776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21088776_21088776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21088776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21088776'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21088776'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20918363_20918363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20918363_20918363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20918363_20918363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20918363_20918363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20918363_20918363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20918363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20918363'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20918363'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22488737_22488737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22488737_22488737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22488737_22488737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22488737_22488737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22488737_22488737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22488737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22488737'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22488737'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21280863_21280863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21280863_21280863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21280863_21280863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21280863_21280863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21280863_21280863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21280863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21280863'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21280863'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22632550_22632550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22632550_22632550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22632550_22632550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22632550_22632550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22632550_22632550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22632550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22632550'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22632550'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22133318_22133318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22133318_22133318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22133318_22133318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22133318_22133318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22133318_22133318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22133318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22133318'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22133318'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21479672_21479672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21479672_21479672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21479672_21479672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21479672_21479672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21479672_21479672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21479672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21479672'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21479672'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22008876_22008876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22008876_22008876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22008876_22008876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22008876_22008876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22008876_22008876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22008876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22008876'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22008876'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22158605_22158605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22158605_22158605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22158605_22158605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22158605_22158605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22158605_22158605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22158605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22158605'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22158605'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20852661_20852661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20852661_20852661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20852661_20852661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20852661_20852661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20852661_20852661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20852661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20852661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20852661'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21214757_21214757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21214757_21214757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21214757_21214757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21214757_21214757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21214757_21214757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21214757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21214757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21214757'^^xsd:integer;
  dwc:observationDate '2014-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 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21934129_21934129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21934129_21934129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21934129_21934129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21934129_21934129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21934129_21934129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21934129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21934129'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21934129'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21247033_21247033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21247033_21247033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21247033_21247033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21247033_21247033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21247033_21247033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21247033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21247033'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21247033'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22288814_22288814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22288814_22288814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22288814_22288814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22288814_22288814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22288814_22288814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22288814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22288814'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22288814'^^xsd:integer;
  dwc:observationDate '2014-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 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21233227_21233227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21233227_21233227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21233227_21233227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21233227_21233227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21233227_21233227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21233227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21233227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21233227'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21119466_21119466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21119466_21119466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21119466_21119466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21119466_21119466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21119466_21119466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21119466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21119466'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21119466'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21394254_21394254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21394254_21394254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21394254_21394254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21394254_21394254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21394254_21394254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21394254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21394254'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21394254'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22435364_22435364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22435364_22435364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22435364_22435364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22435364_22435364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22435364_22435364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22435364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22435364'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22435364'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22611455_22611455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22611455_22611455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22611455_22611455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22611455_22611455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22611455_22611455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22611455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22611455'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22611455'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20963076_20963076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20963076_20963076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20963076_20963076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20963076_20963076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20963076_20963076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20963076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20963076'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20963076'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21164568_21164568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21164568_21164568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21164568_21164568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21164568_21164568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21164568_21164568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21164568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21164568'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21164568'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21453416_21453416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21453416_21453416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21453416_21453416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21453416_21453416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21453416_21453416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21453416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21453416'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21453416'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22617000_22617000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22617000_22617000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22617000_22617000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22617000_22617000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22617000_22617000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22617000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22617000'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22617000'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21619987_21619987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21619987_21619987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21619987_21619987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21619987_21619987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21619987_21619987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21619987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21619987'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21619987'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22146358_22146358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22146358_22146358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22146358_22146358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22146358_22146358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22146358_22146358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22146358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22146358'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22146358'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21852732_21852732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21852732_21852732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21852732_21852732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21852732_21852732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21852732_21852732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21852732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21852732'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21852732'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22135799_22135799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22135799_22135799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22135799_22135799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22135799_22135799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22135799_22135799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22135799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22135799'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22135799'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21976276_21976276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21976276_21976276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21976276_21976276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21976276_21976276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21976276_21976276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21976276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21976276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21976276'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21168177_21168177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21168177_21168177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21168177_21168177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21168177_21168177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21168177_21168177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21168177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21168177'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21168177'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22634275_22634275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22634275_22634275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22634275_22634275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22634275_22634275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22634275_22634275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22634275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22634275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22634275'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21694670_21694670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21694670_21694670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21694670_21694670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21694670_21694670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21694670_21694670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21694670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21694670'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21694670'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21465223_21465223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21465223_21465223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21465223_21465223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21465223_21465223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21465223_21465223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21465223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21465223'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21465223'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21080072_21080072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21080072_21080072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21080072_21080072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21080072_21080072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21080072_21080072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21080072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21080072'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21080072'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21676501_21676501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21676501_21676501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21676501_21676501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21676501_21676501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21676501_21676501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21676501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21676501'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21676501'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20702077_20702077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20702077_20702077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20702077_20702077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20702077_20702077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20702077_20702077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20702077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20702077'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20702077'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20647063_20647063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20647063_20647063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20647063_20647063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20647063_20647063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20647063_20647063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20647063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20647063'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20647063'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20742032_20742032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20742032_20742032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20742032_20742032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20742032_20742032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20742032_20742032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20742032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20742032'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20742032'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22449827_22449827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22449827_22449827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22449827_22449827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22449827_22449827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22449827_22449827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22449827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22449827'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22449827'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22096155_22096155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22096155_22096155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22096155_22096155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22096155_22096155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22096155_22096155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22096155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22096155'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22096155'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21956867_21956867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21956867_21956867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21956867_21956867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21956867_21956867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21956867_21956867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21956867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21956867'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21956867'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20595313_20595313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20595313_20595313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20595313_20595313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20595313_20595313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20595313_20595313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20595313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20595313'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20595313'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20812162_20812162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20812162_20812162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20812162_20812162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20812162_20812162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20812162_20812162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20812162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20812162'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20812162'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20680161_20680161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20680161_20680161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20680161_20680161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20680161_20680161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20680161_20680161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20680161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20680161'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20680161'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21660130_21660130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21660130_21660130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21660130_21660130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21660130_21660130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21660130_21660130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21660130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21660130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21660130'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21167068_21167068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21167068_21167068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21167068_21167068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21167068_21167068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21167068_21167068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21167068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21167068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21167068'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21451263_21451263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21451263_21451263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21451263_21451263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21451263_21451263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21451263_21451263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21451263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21451263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21451263'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21282033_21282033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21282033_21282033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21282033_21282033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21282033_21282033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21282033_21282033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21282033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21282033'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21282033'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20733421_20733421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20733421_20733421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20733421_20733421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20733421_20733421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20733421_20733421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20733421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20733421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20733421'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20702061_20702061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20702061_20702061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20702061_20702061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20702061_20702061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20702061_20702061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20702061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20702061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20702061'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21820771_21820771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21820771_21820771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21820771_21820771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21820771_21820771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21820771_21820771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21820771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21820771'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21820771'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21026116_21026116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21026116_21026116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21026116_21026116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21026116_21026116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21026116_21026116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21026116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21026116'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21026116'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22465773_22465773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22465773_22465773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22465773_22465773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22465773_22465773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22465773_22465773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22465773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22465773'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22465773'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21919308_21919308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21919308_21919308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21919308_21919308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21919308_21919308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21919308_21919308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21919308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21919308'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21919308'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20732958_20732958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20732958_20732958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20732958_20732958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20732958_20732958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20732958_20732958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20732958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20732958'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20732958'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21028525_21028525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21028525_21028525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21028525_21028525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21028525_21028525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21028525_21028525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21028525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21028525'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21028525'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21292706_21292706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21292706_21292706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21292706_21292706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21292706_21292706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21292706_21292706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21292706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21292706'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21292706'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22598456_22598456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22598456_22598456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22598456_22598456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22598456_22598456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22598456_22598456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22598456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22598456'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22598456'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22400592_22400592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22400592_22400592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22400592_22400592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22400592_22400592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22400592_22400592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22400592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22400592'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22400592'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21501097_21501097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21501097_21501097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21501097_21501097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21501097_21501097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21501097_21501097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21501097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21501097'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21501097'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21807393_21807393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21807393_21807393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21807393_21807393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21807393_21807393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21807393_21807393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21807393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21807393'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21807393'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21064065_21064065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21064065_21064065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21064065_21064065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21064065_21064065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21064065_21064065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21064065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21064065'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21064065'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22200592_22200592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22200592_22200592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22200592_22200592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22200592_22200592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22200592_22200592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22200592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22200592'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22200592'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22428793_22428793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22428793_22428793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22428793_22428793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22428793_22428793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22428793_22428793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22428793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22428793'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22428793'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21953444_21953444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21953444_21953444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21953444_21953444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21953444_21953444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21953444_21953444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21953444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21953444'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21953444'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20738141_20738141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20738141_20738141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20738141_20738141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20738141_20738141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20738141_20738141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20738141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20738141'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20738141'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21567408_21567408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21567408_21567408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21567408_21567408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21567408_21567408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21567408_21567408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21567408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21567408'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21567408'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21886452_21886452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21886452_21886452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21886452_21886452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21886452_21886452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21886452_21886452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21886452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21886452'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21886452'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20615777_20615777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20615777_20615777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20615777_20615777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20615777_20615777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20615777_20615777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20615777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20615777'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20615777'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22688126_22688126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22688126_22688126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22688126_22688126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22688126_22688126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22688126_22688126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22688126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22688126'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22688126'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21359754_21359754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21359754_21359754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21359754_21359754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21359754_21359754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21359754_21359754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21359754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21359754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21359754'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22668534_22668534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22668534_22668534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22668534_22668534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22668534_22668534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22668534_22668534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22668534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22668534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22668534'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22629111_22629111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22629111_22629111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22629111_22629111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22629111_22629111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22629111_22629111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22629111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22629111'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22629111'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22178293_22178293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22178293_22178293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22178293_22178293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22178293_22178293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22178293_22178293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22178293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22178293'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22178293'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22528154_22528154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22528154_22528154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22528154_22528154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22528154_22528154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22528154_22528154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22528154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22528154'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22528154'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20664669_20664669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20664669_20664669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20664669_20664669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20664669_20664669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20664669_20664669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20664669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20664669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20664669'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22038427_22038427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22038427_22038427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22038427_22038427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22038427_22038427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22038427_22038427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22038427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22038427'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22038427'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22401215_22401215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22401215_22401215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22401215_22401215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22401215_22401215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22401215_22401215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22401215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22401215'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22401215'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21998702_21998702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21998702_21998702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21998702_21998702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21998702_21998702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21998702_21998702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21998702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21998702'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21998702'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22519418_22519418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22519418_22519418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22519418_22519418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22519418_22519418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22519418_22519418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22519418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22519418'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22519418'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22244207_22244207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22244207_22244207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22244207_22244207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22244207_22244207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22244207_22244207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22244207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22244207'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22244207'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22522227_22522227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22522227_22522227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22522227_22522227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22522227_22522227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22522227_22522227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22522227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22522227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22522227'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20599546_20599546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20599546_20599546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20599546_20599546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20599546_20599546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20599546_20599546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20599546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20599546'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20599546'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22321815_22321815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22321815_22321815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22321815_22321815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22321815_22321815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22321815_22321815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22321815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22321815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22321815'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20792953_20792953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20792953_20792953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20792953_20792953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20792953_20792953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20792953_20792953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20792953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20792953'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20792953'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22602887_22602887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22602887_22602887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22602887_22602887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22602887_22602887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22602887_22602887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22602887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22602887'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22602887'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20662807_20662807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20662807_20662807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20662807_20662807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20662807_20662807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20662807_20662807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20662807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20662807'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20662807'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21173957_21173957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21173957_21173957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21173957_21173957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21173957_21173957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21173957_21173957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21173957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21173957'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21173957'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22113591_22113591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22113591_22113591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22113591_22113591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22113591_22113591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22113591_22113591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22113591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22113591'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22113591'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22498532_22498532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22498532_22498532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22498532_22498532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22498532_22498532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22498532_22498532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22498532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22498532'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22498532'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21705904_21705904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21705904_21705904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21705904_21705904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21705904_21705904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21705904_21705904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21705904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21705904'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21705904'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22074160_22074160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22074160_22074160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22074160_22074160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22074160_22074160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22074160_22074160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22074160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22074160'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22074160'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21150448_21150448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21150448_21150448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21150448_21150448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21150448_21150448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21150448_21150448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21150448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21150448'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21150448'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21275343_21275343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21275343_21275343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21275343_21275343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21275343_21275343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21275343_21275343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21275343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21275343'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21275343'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21625306_21625306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21625306_21625306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21625306_21625306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21625306_21625306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21625306_21625306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21625306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21625306'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21625306'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22141608_22141608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22141608_22141608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22141608_22141608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22141608_22141608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22141608_22141608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22141608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22141608'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22141608'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20791068_20791068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20791068_20791068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20791068_20791068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20791068_20791068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20791068_20791068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20791068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20791068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20791068'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22232264_22232264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22232264_22232264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22232264_22232264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22232264_22232264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22232264_22232264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22232264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22232264'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22232264'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21909386_21909386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21909386_21909386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21909386_21909386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21909386_21909386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21909386_21909386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21909386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21909386'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21909386'^^xsd:integer;
  dwc:observationDate '2014-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 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20882791_20882791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20882791_20882791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20882791_20882791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20882791_20882791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20882791_20882791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20882791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20882791'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20882791'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20813963_20813963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20813963_20813963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20813963_20813963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20813963_20813963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20813963_20813963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20813963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20813963'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20813963'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22134209_22134209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22134209_22134209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22134209_22134209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22134209_22134209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22134209_22134209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22134209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22134209'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22134209'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20994420_20994420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20994420_20994420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20994420_20994420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20994420_20994420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20994420_20994420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20994420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20994420'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20994420'^^xsd:integer;
  dwc:observationDate '2014-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 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22383240_22383240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22383240_22383240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22383240_22383240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22383240_22383240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22383240_22383240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22383240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22383240'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22383240'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22298172_22298172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22298172_22298172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22298172_22298172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22298172_22298172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22298172_22298172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22298172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22298172'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22298172'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20944189_20944189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20944189_20944189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20944189_20944189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20944189_20944189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20944189_20944189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20944189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20944189'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20944189'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20638772_20638772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20638772_20638772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20638772_20638772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20638772_20638772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20638772_20638772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20638772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20638772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20638772'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21606354_21606354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21606354_21606354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21606354_21606354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21606354_21606354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21606354_21606354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21606354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21606354'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21606354'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20744663_20744663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20744663_20744663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20744663_20744663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20744663_20744663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20744663_20744663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20744663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20744663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20744663'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20902188_20902188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20902188_20902188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20902188_20902188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20902188_20902188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20902188_20902188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20902188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20902188'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20902188'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21470358_21470358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21470358_21470358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21470358_21470358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21470358_21470358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21470358_21470358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21470358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21470358'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21470358'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21316162_21316162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21316162_21316162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21316162_21316162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21316162_21316162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21316162_21316162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21316162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21316162'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21316162'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22122554_22122554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22122554_22122554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22122554_22122554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22122554_22122554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22122554_22122554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22122554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22122554'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22122554'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20737855_20737855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20737855_20737855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20737855_20737855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20737855_20737855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20737855_20737855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20737855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20737855'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20737855'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20694479_20694479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20694479_20694479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20694479_20694479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20694479_20694479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20694479_20694479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20694479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20694479'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20694479'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22192636_22192636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22192636_22192636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22192636_22192636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22192636_22192636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22192636_22192636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22192636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22192636'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22192636'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20600389_20600389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20600389_20600389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20600389_20600389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20600389_20600389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20600389_20600389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20600389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20600389'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20600389'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22098406_22098406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22098406_22098406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22098406_22098406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22098406_22098406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22098406_22098406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22098406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22098406'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22098406'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21206667_21206667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21206667_21206667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21206667_21206667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21206667_21206667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21206667_21206667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21206667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21206667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21206667'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22027611_22027611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22027611_22027611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22027611_22027611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22027611_22027611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22027611_22027611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22027611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22027611'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22027611'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20692829_20692829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20692829_20692829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20692829_20692829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20692829_20692829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20692829_20692829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20692829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20692829'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20692829'^^xsd:integer;
  dwc:observationDate '2014-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20843958_20843958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20843958_20843958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20843958_20843958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20843958_20843958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20843958_20843958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20843958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20843958'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20843958'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22474578_22474578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22474578_22474578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22474578_22474578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22474578_22474578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22474578_22474578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22474578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22474578'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22474578'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21126190_21126190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21126190_21126190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21126190_21126190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21126190_21126190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21126190_21126190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21126190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21126190'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21126190'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21150005_21150005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21150005_21150005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21150005_21150005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21150005_21150005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21150005_21150005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21150005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21150005'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21150005'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20783326_20783326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20783326_20783326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20783326_20783326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20783326_20783326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20783326_20783326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20783326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20783326'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20783326'^^xsd:integer;
  dwc:observationDate '2014-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 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20764238_20764238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20764238_20764238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20764238_20764238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20764238_20764238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20764238_20764238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20764238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20764238'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20764238'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22697594_22697594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22697594_22697594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22697594_22697594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22697594_22697594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22697594_22697594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22697594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22697594'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22697594'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21579551_21579551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21579551_21579551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21579551_21579551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21579551_21579551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21579551_21579551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21579551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21579551'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21579551'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20678351_20678351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20678351_20678351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20678351_20678351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20678351_20678351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20678351_20678351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20678351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20678351'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20678351'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20740937_20740937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20740937_20740937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20740937_20740937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20740937_20740937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20740937_20740937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20740937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20740937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20740937'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22297994_22297994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22297994_22297994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22297994_22297994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22297994_22297994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22297994_22297994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22297994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22297994'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22297994'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22082488_22082488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22082488_22082488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22082488_22082488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22082488_22082488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22082488_22082488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22082488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22082488'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22082488'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20788556_20788556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20788556_20788556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20788556_20788556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20788556_20788556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20788556_20788556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20788556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20788556'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20788556'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22653841_22653841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22653841_22653841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22653841_22653841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22653841_22653841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22653841_22653841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22653841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22653841'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22653841'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22262914_22262914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22262914_22262914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22262914_22262914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22262914_22262914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22262914_22262914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22262914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22262914'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22262914'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21926353_21926353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21926353_21926353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21926353_21926353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21926353_21926353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21926353_21926353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21926353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21926353'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21926353'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21820035_21820035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21820035_21820035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21820035_21820035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21820035_21820035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21820035_21820035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21820035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21820035'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21820035'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21319410_21319410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21319410_21319410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21319410_21319410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21319410_21319410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21319410_21319410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21319410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21319410'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21319410'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21058668_21058668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21058668_21058668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21058668_21058668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21058668_21058668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21058668_21058668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21058668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21058668'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21058668'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21683830_21683830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21683830_21683830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21683830_21683830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21683830_21683830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21683830_21683830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21683830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21683830'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21683830'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22404065_22404065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22404065_22404065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22404065_22404065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22404065_22404065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22404065_22404065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22404065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22404065'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22404065'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20871973_20871973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20871973_20871973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20871973_20871973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20871973_20871973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20871973_20871973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20871973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20871973'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20871973'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22477755_22477755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22477755_22477755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22477755_22477755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22477755_22477755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22477755_22477755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22477755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22477755'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22477755'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21307792_21307792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21307792_21307792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21307792_21307792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21307792_21307792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21307792_21307792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21307792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21307792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21307792'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21142084_21142084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21142084_21142084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21142084_21142084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21142084_21142084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21142084_21142084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21142084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21142084'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21142084'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22137454_22137454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22137454_22137454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22137454_22137454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22137454_22137454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22137454_22137454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22137454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22137454'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22137454'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21833492_21833492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21833492_21833492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21833492_21833492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21833492_21833492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21833492_21833492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21833492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21833492'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21833492'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21958076_21958076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21958076_21958076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21958076_21958076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21958076_21958076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21958076_21958076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21958076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21958076'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21958076'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21194795_21194795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21194795_21194795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21194795_21194795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21194795_21194795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21194795_21194795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21194795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21194795'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21194795'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22132495_22132495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22132495_22132495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22132495_22132495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22132495_22132495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22132495_22132495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22132495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22132495'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22132495'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20894840_20894840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20894840_20894840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20894840_20894840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20894840_20894840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20894840_20894840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20894840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20894840'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20894840'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22010943_22010943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22010943_22010943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22010943_22010943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22010943_22010943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22010943_22010943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22010943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22010943'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22010943'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20610988_20610988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20610988_20610988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20610988_20610988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20610988_20610988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20610988_20610988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20610988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20610988'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20610988'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20759321_20759321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20759321_20759321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20759321_20759321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20759321_20759321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20759321_20759321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20759321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20759321'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20759321'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21492974_21492974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21492974_21492974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21492974_21492974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21492974_21492974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21492974_21492974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21492974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21492974'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21492974'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22615860_22615860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22615860_22615860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22615860_22615860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22615860_22615860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22615860_22615860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22615860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22615860'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22615860'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22644432_22644432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22644432_22644432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22644432_22644432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22644432_22644432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22644432_22644432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22644432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22644432'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22644432'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21386467_21386467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21386467_21386467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21386467_21386467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21386467_21386467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21386467_21386467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21386467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21386467'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21386467'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22079340_22079340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22079340_22079340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22079340_22079340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22079340_22079340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22079340_22079340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22079340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22079340'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22079340'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22627878_22627878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22627878_22627878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22627878_22627878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22627878_22627878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22627878_22627878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22627878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22627878'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22627878'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21077407_21077407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21077407_21077407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21077407_21077407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21077407_21077407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21077407_21077407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21077407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21077407'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21077407'^^xsd:integer;
  dwc:observationDate '2014-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 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21059346_21059346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21059346_21059346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21059346_21059346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21059346_21059346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21059346_21059346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21059346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21059346'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21059346'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21865643_21865643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21865643_21865643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21865643_21865643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21865643_21865643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21865643_21865643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21865643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21865643'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21865643'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21734416_21734416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21734416_21734416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21734416_21734416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21734416_21734416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21734416_21734416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21734416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21734416'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21734416'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20936966_20936966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20936966_20936966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20936966_20936966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20936966_20936966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20936966_20936966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20936966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20936966'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20936966'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22064520_22064520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22064520_22064520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22064520_22064520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22064520_22064520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22064520_22064520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22064520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22064520'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22064520'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21806659_21806659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21806659_21806659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21806659_21806659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21806659_21806659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21806659_21806659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21806659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21806659'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21806659'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21252684_21252684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21252684_21252684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21252684_21252684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21252684_21252684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21252684_21252684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21252684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21252684'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21252684'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22548312_22548312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22548312_22548312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22548312_22548312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22548312_22548312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22548312_22548312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22548312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22548312'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22548312'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21080041_21080041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21080041_21080041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21080041_21080041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21080041_21080041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21080041_21080041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21080041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21080041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21080041'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20644480_20644480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20644480_20644480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20644480_20644480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20644480_20644480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20644480_20644480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20644480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20644480'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20644480'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22352941_22352941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22352941_22352941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22352941_22352941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22352941_22352941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22352941_22352941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22352941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22352941'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22352941'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22043130_22043130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22043130_22043130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22043130_22043130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22043130_22043130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22043130_22043130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22043130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22043130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22043130'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22708856_22708856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22708856_22708856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22708856_22708856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22708856_22708856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22708856_22708856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22708856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22708856'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22708856'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22577038_22577038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22577038_22577038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22577038_22577038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22577038_22577038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22577038_22577038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22577038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22577038'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22577038'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22573734_22573734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22573734_22573734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22573734_22573734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22573734_22573734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22573734_22573734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22573734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22573734'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22573734'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22277117_22277117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22277117_22277117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22277117_22277117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22277117_22277117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22277117_22277117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22277117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22277117'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22277117'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21413853_21413853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21413853_21413853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21413853_21413853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21413853_21413853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21413853_21413853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21413853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21413853'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21413853'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22075102_22075102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22075102_22075102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22075102_22075102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22075102_22075102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22075102_22075102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22075102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22075102'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22075102'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20949025_20949025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20949025_20949025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20949025_20949025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20949025_20949025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20949025_20949025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20949025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20949025'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20949025'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21744044_21744044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21744044_21744044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21744044_21744044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21744044_21744044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21744044_21744044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21744044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21744044'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21744044'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20719380_20719380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20719380_20719380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20719380_20719380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20719380_20719380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20719380_20719380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20719380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20719380'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20719380'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21552298_21552298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21552298_21552298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21552298_21552298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21552298_21552298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21552298_21552298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21552298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21552298'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21552298'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22220732_22220732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22220732_22220732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22220732_22220732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22220732_22220732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22220732_22220732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22220732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22220732'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22220732'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21476877_21476877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21476877_21476877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21476877_21476877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21476877_21476877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21476877_21476877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21476877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21476877'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21476877'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21216217_21216217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21216217_21216217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21216217_21216217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21216217_21216217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21216217_21216217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21216217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21216217'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21216217'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22664422_22664422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22664422_22664422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22664422_22664422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22664422_22664422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22664422_22664422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22664422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22664422'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22664422'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21373191_21373191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21373191_21373191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21373191_21373191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21373191_21373191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21373191_21373191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21373191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21373191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21373191'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21657133_21657133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21657133_21657133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21657133_21657133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21657133_21657133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21657133_21657133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21657133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21657133'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21657133'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21868057_21868057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21868057_21868057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21868057_21868057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21868057_21868057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21868057_21868057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21868057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21868057'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21868057'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20966874_20966874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20966874_20966874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20966874_20966874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20966874_20966874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20966874_20966874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20966874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20966874'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20966874'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22074351_22074351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22074351_22074351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22074351_22074351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22074351_22074351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22074351_22074351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22074351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22074351'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22074351'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21858592_21858592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21858592_21858592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21858592_21858592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21858592_21858592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21858592_21858592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21858592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21858592'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21858592'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20606051_20606051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20606051_20606051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20606051_20606051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20606051_20606051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20606051_20606051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20606051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20606051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20606051'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20968865_20968865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20968865_20968865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20968865_20968865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20968865_20968865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20968865_20968865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20968865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20968865'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20968865'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20587492_20587492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20587492_20587492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20587492_20587492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20587492_20587492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20587492_20587492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20587492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20587492'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20587492'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22489743_22489743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22489743_22489743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22489743_22489743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22489743_22489743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22489743_22489743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22489743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22489743'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22489743'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_44766189_44766189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_44766189_44766189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_44766189_44766189> ;
  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/5871_44766189_44766189>
  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/5871_44766189_44766189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "44766189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '44766189'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^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 '44766189'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20665435_20665435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20665435_20665435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20665435_20665435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20665435_20665435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20665435_20665435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20665435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20665435'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20665435'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22123662_22123662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22123662_22123662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22123662_22123662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22123662_22123662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22123662_22123662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22123662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22123662'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22123662'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22521456_22521456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22521456_22521456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22521456_22521456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22521456_22521456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22521456_22521456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22521456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22521456'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22521456'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21723425_21723425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21723425_21723425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21723425_21723425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21723425_21723425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21723425_21723425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21723425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21723425'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21723425'^^xsd:integer;
  dwc:observationDate '2014-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-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21753743_21753743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21753743_21753743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21753743_21753743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9876189"^^xsd:decimal ;
  dwc:decimalLongitude "5.0742895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21753743_21753743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9876189 5.0742895)"^^geo:wktLiteral ;
  geo-pos:lat "50.9876189"^^xsd:decimal ;
  geo-pos:long "5.0742895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21753743_21753743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21753743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21753743'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0742895'^^xsd:double;
  dwc:latitude '50.9876189'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21753743'^^xsd:integer;
  dwc:observationDate '2014-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-124066'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21839687_21839687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21839687_21839687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21839687_21839687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21839687_21839687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21839687_21839687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21839687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21839687'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21839687'^^xsd:integer;
  dwc:observationDate '2014-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-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20671463_20671463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20671463_20671463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20671463_20671463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20671463_20671463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20671463_20671463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20671463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20671463'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20671463'^^xsd:integer;
  dwc:observationDate '2014-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-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22541282_22541282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22541282_22541282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22541282_22541282> ;
  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/5871_22541282_22541282>
  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/5871_22541282_22541282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22541282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22541282'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^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 '22541282'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21762862_21762862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21762862_21762862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21762862_21762862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21762862_21762862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21762862_21762862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21762862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21762862'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21762862'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21877208_21877208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21877208_21877208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21877208_21877208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21877208_21877208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21877208_21877208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21877208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21877208'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21877208'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21686459_21686459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21686459_21686459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21686459_21686459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21686459_21686459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21686459_21686459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21686459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21686459'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21686459'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21687637_21687637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21687637_21687637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21687637_21687637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21687637_21687637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21687637_21687637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21687637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21687637'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21687637'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21054560_21054560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21054560_21054560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21054560_21054560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21054560_21054560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21054560_21054560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21054560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21054560'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21054560'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21686327_21686327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21686327_21686327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21686327_21686327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21686327_21686327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21686327_21686327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21686327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21686327'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21686327'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20603787_20603787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20603787_20603787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20603787_20603787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20603787_20603787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20603787_20603787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20603787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20603787'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20603787'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22488588_22488588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22488588_22488588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22488588_22488588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22488588_22488588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22488588_22488588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22488588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22488588'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22488588'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21514977_21514977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21514977_21514977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21514977_21514977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21514977_21514977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21514977_21514977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21514977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21514977'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21514977'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21227043_21227043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21227043_21227043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21227043_21227043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21227043_21227043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21227043_21227043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21227043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21227043'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21227043'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22351597_22351597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22351597_22351597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22351597_22351597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22351597_22351597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22351597_22351597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22351597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22351597'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22351597'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22275620_22275620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22275620_22275620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22275620_22275620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22275620_22275620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22275620_22275620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22275620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22275620'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22275620'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22683755_22683755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22683755_22683755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22683755_22683755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22683755_22683755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22683755_22683755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22683755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22683755'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22683755'^^xsd:integer;
  dwc:observationDate '2014-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-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22546464_22546464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22546464_22546464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22546464_22546464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22546464_22546464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22546464_22546464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22546464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22546464'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22546464'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22677144_22677144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22677144_22677144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22677144_22677144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22677144_22677144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22677144_22677144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22677144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22677144'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22677144'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21601061_21601061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21601061_21601061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21601061_21601061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21601061_21601061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21601061_21601061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21601061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21601061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21601061'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21859106_21859106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21859106_21859106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21859106_21859106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21859106_21859106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21859106_21859106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21859106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21859106'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21859106'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21328611_21328611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21328611_21328611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21328611_21328611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21328611_21328611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21328611_21328611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21328611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21328611'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21328611'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22486027_22486027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22486027_22486027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22486027_22486027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22486027_22486027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22486027_22486027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22486027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22486027'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22486027'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22041977_22041977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22041977_22041977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22041977_22041977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22041977_22041977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22041977_22041977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22041977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22041977'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22041977'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21394279_21394279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21394279_21394279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21394279_21394279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21394279_21394279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21394279_21394279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21394279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21394279'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21394279'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20996764_20996764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20996764_20996764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20996764_20996764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20996764_20996764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20996764_20996764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20996764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20996764'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20996764'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20941926_20941926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20941926_20941926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20941926_20941926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20941926_20941926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20941926_20941926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20941926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20941926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20941926'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22512099_22512099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22512099_22512099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22512099_22512099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22512099_22512099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22512099_22512099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22512099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22512099'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22512099'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21602285_21602285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21602285_21602285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21602285_21602285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21602285_21602285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21602285_21602285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21602285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21602285'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21602285'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20741094_20741094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20741094_20741094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20741094_20741094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20741094_20741094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20741094_20741094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20741094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20741094'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20741094'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20717967_20717967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20717967_20717967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20717967_20717967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20717967_20717967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20717967_20717967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20717967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20717967'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20717967'^^xsd:integer;
  dwc:observationDate '2014-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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20834275_20834275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20834275_20834275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20834275_20834275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20834275_20834275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20834275_20834275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20834275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20834275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20834275'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21990632_21990632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21990632_21990632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21990632_21990632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21990632_21990632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21990632_21990632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21990632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21990632'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21990632'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20885330_20885330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20885330_20885330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20885330_20885330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20885330_20885330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20885330_20885330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20885330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20885330'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20885330'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22448695_22448695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22448695_22448695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22448695_22448695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22448695_22448695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22448695_22448695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22448695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22448695'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22448695'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21590346_21590346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21590346_21590346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21590346_21590346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21590346_21590346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21590346_21590346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21590346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21590346'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21590346'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21010124_21010124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21010124_21010124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21010124_21010124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21010124_21010124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21010124_21010124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21010124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21010124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21010124'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21524060_21524060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21524060_21524060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21524060_21524060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21524060_21524060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21524060_21524060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21524060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21524060'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21524060'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21073404_21073404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21073404_21073404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21073404_21073404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21073404_21073404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21073404_21073404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21073404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21073404'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21073404'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22228199_22228199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22228199_22228199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22228199_22228199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22228199_22228199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22228199_22228199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22228199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22228199'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22228199'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21628661_21628661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21628661_21628661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21628661_21628661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21628661_21628661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21628661_21628661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21628661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21628661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21628661'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21083377_21083377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21083377_21083377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21083377_21083377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21083377_21083377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21083377_21083377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21083377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21083377'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21083377'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22372708_22372708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22372708_22372708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22372708_22372708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22372708_22372708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22372708_22372708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22372708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22372708'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22372708'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21123070_21123070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21123070_21123070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21123070_21123070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21123070_21123070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21123070_21123070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21123070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21123070'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21123070'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20695164_20695164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20695164_20695164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20695164_20695164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20695164_20695164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20695164_20695164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20695164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20695164'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20695164'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22354580_22354580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22354580_22354580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22354580_22354580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22354580_22354580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22354580_22354580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22354580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22354580'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22354580'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21796764_21796764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21796764_21796764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21796764_21796764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21796764_21796764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21796764_21796764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21796764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21796764'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21796764'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22252000_22252000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22252000_22252000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22252000_22252000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22252000_22252000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22252000_22252000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22252000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22252000'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22252000'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21757549_21757549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21757549_21757549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21757549_21757549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21757549_21757549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21757549_21757549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21757549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21757549'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21757549'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21888606_21888606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21888606_21888606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21888606_21888606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21888606_21888606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21888606_21888606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21888606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21888606'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21888606'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22639823_22639823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22639823_22639823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22639823_22639823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22639823_22639823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22639823_22639823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22639823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22639823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22639823'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22075639_22075639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22075639_22075639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22075639_22075639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22075639_22075639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22075639_22075639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22075639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22075639'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22075639'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21191534_21191534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21191534_21191534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21191534_21191534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21191534_21191534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21191534_21191534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21191534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21191534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21191534'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22169952_22169952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22169952_22169952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22169952_22169952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22169952_22169952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22169952_22169952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22169952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22169952'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22169952'^^xsd:integer;
  dwc:observationDate '2014-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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21447845_21447845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21447845_21447845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21447845_21447845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21447845_21447845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21447845_21447845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21447845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21447845'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21447845'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20999211_20999211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20999211_20999211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20999211_20999211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20999211_20999211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20999211_20999211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20999211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20999211'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20999211'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22174720_22174720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22174720_22174720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22174720_22174720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22174720_22174720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22174720_22174720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22174720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22174720'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22174720'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20661556_20661556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20661556_20661556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20661556_20661556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20661556_20661556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20661556_20661556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20661556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20661556'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20661556'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22335403_22335403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22335403_22335403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22335403_22335403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22335403_22335403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22335403_22335403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22335403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22335403'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22335403'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20732917_20732917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20732917_20732917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20732917_20732917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20732917_20732917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20732917_20732917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20732917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20732917'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20732917'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22213584_22213584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22213584_22213584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22213584_22213584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22213584_22213584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22213584_22213584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22213584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22213584'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22213584'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22672204_22672204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22672204_22672204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22672204_22672204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22672204_22672204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22672204_22672204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22672204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22672204'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22672204'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22668133_22668133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22668133_22668133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22668133_22668133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22668133_22668133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22668133_22668133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22668133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22668133'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22668133'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21300423_21300423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21300423_21300423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21300423_21300423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21300423_21300423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21300423_21300423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21300423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21300423'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21300423'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22079236_22079236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22079236_22079236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22079236_22079236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22079236_22079236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22079236_22079236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22079236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22079236'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22079236'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21223081_21223081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21223081_21223081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21223081_21223081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21223081_21223081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21223081_21223081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21223081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21223081'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21223081'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22058061_22058061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22058061_22058061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22058061_22058061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22058061_22058061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22058061_22058061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22058061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22058061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22058061'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22257893_22257893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22257893_22257893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22257893_22257893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22257893_22257893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22257893_22257893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22257893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22257893'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22257893'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21730949_21730949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21730949_21730949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21730949_21730949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21730949_21730949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21730949_21730949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21730949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21730949'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21730949'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20932284_20932284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20932284_20932284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20932284_20932284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20932284_20932284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20932284_20932284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20932284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20932284'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20932284'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20649869_20649869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20649869_20649869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20649869_20649869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20649869_20649869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20649869_20649869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20649869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20649869'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20649869'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22384171_22384171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22384171_22384171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22384171_22384171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22384171_22384171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22384171_22384171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22384171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22384171'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22384171'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21906800_21906800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21906800_21906800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21906800_21906800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21906800_21906800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21906800_21906800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21906800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21906800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21906800'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20949985_20949985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20949985_20949985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20949985_20949985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20949985_20949985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20949985_20949985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20949985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20949985'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20949985'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20978511_20978511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20978511_20978511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20978511_20978511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20978511_20978511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20978511_20978511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20978511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20978511'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20978511'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22397323_22397323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22397323_22397323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22397323_22397323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22397323_22397323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22397323_22397323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22397323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22397323'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22397323'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20730213_20730213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20730213_20730213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20730213_20730213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20730213_20730213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20730213_20730213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20730213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20730213'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20730213'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20724369_20724369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20724369_20724369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20724369_20724369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20724369_20724369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20724369_20724369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20724369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20724369'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20724369'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20817776_20817776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20817776_20817776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20817776_20817776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20817776_20817776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20817776_20817776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20817776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20817776'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20817776'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21701983_21701983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21701983_21701983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21701983_21701983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21701983_21701983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21701983_21701983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21701983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21701983'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21701983'^^xsd:integer;
  dwc:observationDate '2014-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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21671769_21671769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21671769_21671769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21671769_21671769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21671769_21671769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21671769_21671769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21671769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21671769'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21671769'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22568752_22568752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22568752_22568752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22568752_22568752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22568752_22568752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22568752_22568752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22568752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22568752'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22568752'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21909158_21909158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21909158_21909158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21909158_21909158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21909158_21909158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21909158_21909158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21909158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21909158'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21909158'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21955815_21955815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21955815_21955815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21955815_21955815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21955815_21955815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21955815_21955815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21955815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21955815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21955815'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21522963_21522963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21522963_21522963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21522963_21522963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21522963_21522963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21522963_21522963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21522963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21522963'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21522963'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21320965_21320965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21320965_21320965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21320965_21320965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21320965_21320965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21320965_21320965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21320965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21320965'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21320965'^^xsd:integer;
  dwc:observationDate '2014-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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20918137_20918137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20918137_20918137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20918137_20918137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20918137_20918137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20918137_20918137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20918137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20918137'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20918137'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22246055_22246055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22246055_22246055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22246055_22246055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22246055_22246055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22246055_22246055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22246055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22246055'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22246055'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22230176_22230176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22230176_22230176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22230176_22230176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22230176_22230176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22230176_22230176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22230176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22230176'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22230176'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21187879_21187879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21187879_21187879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21187879_21187879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21187879_21187879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21187879_21187879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21187879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21187879'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21187879'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21729302_21729302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21729302_21729302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21729302_21729302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21729302_21729302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21729302_21729302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21729302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21729302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21729302'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22499361_22499361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22499361_22499361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22499361_22499361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22499361_22499361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22499361_22499361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22499361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22499361'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22499361'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22566852_22566852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22566852_22566852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22566852_22566852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22566852_22566852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22566852_22566852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22566852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22566852'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22566852'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21148647_21148647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21148647_21148647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21148647_21148647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21148647_21148647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21148647_21148647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21148647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21148647'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21148647'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22258294_22258294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22258294_22258294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22258294_22258294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22258294_22258294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22258294_22258294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22258294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22258294'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22258294'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21936193_21936193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21936193_21936193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21936193_21936193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21936193_21936193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21936193_21936193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21936193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21936193'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21936193'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20948698_20948698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20948698_20948698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20948698_20948698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20948698_20948698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20948698_20948698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20948698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20948698'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20948698'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22092772_22092772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22092772_22092772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22092772_22092772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22092772_22092772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22092772_22092772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22092772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22092772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22092772'^^xsd:integer;
  dwc:observationDate '2014-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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21207790_21207790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21207790_21207790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21207790_21207790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21207790_21207790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21207790_21207790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21207790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21207790'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21207790'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21963466_21963466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21963466_21963466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21963466_21963466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21963466_21963466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21963466_21963466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21963466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21963466'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21963466'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21314333_21314333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21314333_21314333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21314333_21314333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21314333_21314333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21314333_21314333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21314333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21314333'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21314333'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22580116_22580116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22580116_22580116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22580116_22580116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22580116_22580116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22580116_22580116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22580116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22580116'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22580116'^^xsd:integer;
  dwc:observationDate '2014-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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22363003_22363003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22363003_22363003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22363003_22363003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22363003_22363003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22363003_22363003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22363003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22363003'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22363003'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20854722_20854722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20854722_20854722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20854722_20854722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20854722_20854722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20854722_20854722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20854722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20854722'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20854722'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21932385_21932385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21932385_21932385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21932385_21932385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21932385_21932385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21932385_21932385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21932385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21932385'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21932385'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21362805_21362805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21362805_21362805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21362805_21362805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21362805_21362805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21362805_21362805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21362805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21362805'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21362805'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21829264_21829264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21829264_21829264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21829264_21829264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21829264_21829264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21829264_21829264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21829264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21829264'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21829264'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20922027_20922027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20922027_20922027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20922027_20922027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20922027_20922027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20922027_20922027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20922027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20922027'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20922027'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21767526_21767526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21767526_21767526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21767526_21767526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21767526_21767526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21767526_21767526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21767526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21767526'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21767526'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21958774_21958774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21958774_21958774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21958774_21958774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21958774_21958774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21958774_21958774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21958774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21958774'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21958774'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21641565_21641565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21641565_21641565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21641565_21641565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21641565_21641565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21641565_21641565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21641565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21641565'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21641565'^^xsd:integer;
  dwc:observationDate '2014-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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22523043_22523043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22523043_22523043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22523043_22523043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22523043_22523043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22523043_22523043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22523043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22523043'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22523043'^^xsd:integer;
  dwc:observationDate '2014-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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22623054_22623054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22623054_22623054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22623054_22623054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22623054_22623054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22623054_22623054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22623054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22623054'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22623054'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21405335_21405335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21405335_21405335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21405335_21405335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21405335_21405335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21405335_21405335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21405335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21405335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21405335'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20648795_20648795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20648795_20648795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20648795_20648795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20648795_20648795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20648795_20648795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20648795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20648795'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20648795'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21128757_21128757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21128757_21128757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21128757_21128757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21128757_21128757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21128757_21128757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21128757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21128757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21128757'^^xsd:integer;
  dwc:observationDate '2014-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 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21285877_21285877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21285877_21285877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21285877_21285877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21285877_21285877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21285877_21285877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21285877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21285877'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21285877'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22441390_22441390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22441390_22441390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22441390_22441390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22441390_22441390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22441390_22441390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22441390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22441390'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22441390'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21547440_21547440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21547440_21547440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21547440_21547440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21547440_21547440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21547440_21547440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21547440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21547440'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21547440'^^xsd:integer;
  dwc:observationDate '2014-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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21495698_21495698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21495698_21495698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21495698_21495698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21495698_21495698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21495698_21495698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21495698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21495698'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21495698'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22161504_22161504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22161504_22161504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22161504_22161504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22161504_22161504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22161504_22161504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22161504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22161504'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22161504'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21744999_21744999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21744999_21744999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21744999_21744999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21744999_21744999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21744999_21744999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21744999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21744999'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21744999'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20646892_20646892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20646892_20646892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20646892_20646892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20646892_20646892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20646892_20646892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20646892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20646892'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20646892'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22344209_22344209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22344209_22344209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22344209_22344209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22344209_22344209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22344209_22344209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22344209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22344209'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22344209'^^xsd:integer;
  dwc:observationDate '2014-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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22600293_22600293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22600293_22600293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22600293_22600293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22600293_22600293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22600293_22600293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22600293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22600293'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22600293'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20629987_20629987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20629987_20629987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20629987_20629987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20629987_20629987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20629987_20629987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20629987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20629987'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20629987'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21491847_21491847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21491847_21491847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21491847_21491847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21491847_21491847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21491847_21491847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21491847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21491847'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21491847'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22494663_22494663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22494663_22494663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22494663_22494663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22494663_22494663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22494663_22494663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22494663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22494663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22494663'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21813960_21813960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21813960_21813960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21813960_21813960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21813960_21813960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21813960_21813960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21813960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21813960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21813960'^^xsd:integer;
  dwc:observationDate '2014-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 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22087421_22087421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22087421_22087421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22087421_22087421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22087421_22087421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22087421_22087421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22087421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22087421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22087421'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22221222_22221222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22221222_22221222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22221222_22221222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22221222_22221222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22221222_22221222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22221222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22221222'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22221222'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21479035_21479035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21479035_21479035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21479035_21479035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21479035_21479035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21479035_21479035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21479035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21479035'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21479035'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22680975_22680975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22680975_22680975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22680975_22680975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22680975_22680975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22680975_22680975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22680975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22680975'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22680975'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21152630_21152630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21152630_21152630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21152630_21152630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21152630_21152630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21152630_21152630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21152630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21152630'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21152630'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21786747_21786747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21786747_21786747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21786747_21786747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21786747_21786747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21786747_21786747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21786747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21786747'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21786747'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21696926_21696926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21696926_21696926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21696926_21696926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21696926_21696926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21696926_21696926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21696926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21696926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21696926'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21961966_21961966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21961966_21961966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21961966_21961966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21961966_21961966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21961966_21961966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21961966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21961966'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21961966'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22223227_22223227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22223227_22223227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22223227_22223227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22223227_22223227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22223227_22223227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22223227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22223227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22223227'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20924089_20924089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20924089_20924089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20924089_20924089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20924089_20924089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20924089_20924089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20924089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20924089'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20924089'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21092092_21092092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21092092_21092092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21092092_21092092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21092092_21092092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21092092_21092092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21092092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21092092'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21092092'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21170618_21170618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21170618_21170618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21170618_21170618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21170618_21170618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21170618_21170618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21170618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21170618'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21170618'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22427397_22427397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22427397_22427397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22427397_22427397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22427397_22427397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22427397_22427397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22427397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22427397'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22427397'^^xsd:integer;
  dwc:observationDate '2014-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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22568232_22568232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22568232_22568232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22568232_22568232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22568232_22568232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22568232_22568232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22568232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22568232'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22568232'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22230502_22230502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22230502_22230502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22230502_22230502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22230502_22230502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22230502_22230502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22230502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22230502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22230502'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21441194_21441194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21441194_21441194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21441194_21441194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21441194_21441194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21441194_21441194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21441194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21441194'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21441194'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21887739_21887739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21887739_21887739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21887739_21887739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21887739_21887739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21887739_21887739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21887739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21887739'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21887739'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21599214_21599214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21599214_21599214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21599214_21599214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21599214_21599214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21599214_21599214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21599214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21599214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21599214'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21857872_21857872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21857872_21857872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21857872_21857872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21857872_21857872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21857872_21857872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21857872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21857872'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21857872'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22224508_22224508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22224508_22224508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22224508_22224508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22224508_22224508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22224508_22224508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22224508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22224508'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22224508'^^xsd:integer;
  dwc:observationDate '2014-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 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21282221_21282221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21282221_21282221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21282221_21282221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21282221_21282221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21282221_21282221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21282221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21282221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21282221'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20728469_20728469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20728469_20728469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20728469_20728469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20728469_20728469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20728469_20728469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20728469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20728469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20728469'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20622875_20622875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20622875_20622875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20622875_20622875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20622875_20622875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20622875_20622875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20622875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20622875'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20622875'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21204594_21204594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21204594_21204594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21204594_21204594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21204594_21204594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21204594_21204594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21204594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21204594'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21204594'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22164537_22164537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22164537_22164537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22164537_22164537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22164537_22164537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22164537_22164537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22164537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22164537'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22164537'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22310608_22310608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22310608_22310608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22310608_22310608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22310608_22310608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22310608_22310608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22310608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22310608'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22310608'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20996023_20996023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20996023_20996023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20996023_20996023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20996023_20996023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20996023_20996023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20996023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20996023'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20996023'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22443466_22443466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22443466_22443466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22443466_22443466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22443466_22443466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22443466_22443466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22443466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22443466'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22443466'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22532478_22532478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22532478_22532478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22532478_22532478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22532478_22532478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22532478_22532478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22532478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22532478'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22532478'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20919233_20919233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20919233_20919233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20919233_20919233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20919233_20919233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20919233_20919233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20919233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20919233'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20919233'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22097770_22097770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22097770_22097770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22097770_22097770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22097770_22097770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22097770_22097770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22097770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22097770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22097770'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22560289_22560289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22560289_22560289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22560289_22560289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22560289_22560289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22560289_22560289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22560289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22560289'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22560289'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22314315_22314315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22314315_22314315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22314315_22314315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22314315_22314315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22314315_22314315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22314315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22314315'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22314315'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21086121_21086121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21086121_21086121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21086121_21086121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21086121_21086121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21086121_21086121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21086121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21086121'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21086121'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20909448_20909448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20909448_20909448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20909448_20909448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20909448_20909448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20909448_20909448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20909448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20909448'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20909448'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22546495_22546495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22546495_22546495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22546495_22546495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22546495_22546495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22546495_22546495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22546495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22546495'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22546495'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22326776_22326776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22326776_22326776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22326776_22326776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22326776_22326776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22326776_22326776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22326776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22326776'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22326776'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21631856_21631856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21631856_21631856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21631856_21631856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21631856_21631856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21631856_21631856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21631856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21631856'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21631856'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22225443_22225443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22225443_22225443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22225443_22225443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22225443_22225443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22225443_22225443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22225443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22225443'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22225443'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22570853_22570853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22570853_22570853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22570853_22570853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22570853_22570853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22570853_22570853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22570853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22570853'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22570853'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21868622_21868622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21868622_21868622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21868622_21868622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21868622_21868622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21868622_21868622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21868622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21868622'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21868622'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21994564_21994564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21994564_21994564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21994564_21994564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21994564_21994564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21994564_21994564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21994564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21994564'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21994564'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22134021_22134021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22134021_22134021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22134021_22134021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22134021_22134021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22134021_22134021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22134021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22134021'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22134021'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22150468_22150468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22150468_22150468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22150468_22150468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22150468_22150468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22150468_22150468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22150468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22150468'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22150468'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21480036_21480036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21480036_21480036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21480036_21480036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21480036_21480036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21480036_21480036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21480036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21480036'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21480036'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22225922_22225922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22225922_22225922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22225922_22225922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22225922_22225922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22225922_22225922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22225922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22225922'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22225922'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21778160_21778160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21778160_21778160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21778160_21778160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21778160_21778160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21778160_21778160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21778160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21778160'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21778160'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20806866_20806866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20806866_20806866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20806866_20806866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20806866_20806866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20806866_20806866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20806866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20806866'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20806866'^^xsd:integer;
  dwc:observationDate '2014-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 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21665982_21665982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21665982_21665982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21665982_21665982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21665982_21665982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21665982_21665982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21665982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21665982'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21665982'^^xsd:integer;
  dwc:observationDate '2014-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 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22714047_22714047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22714047_22714047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22714047_22714047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22714047_22714047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22714047_22714047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22714047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22714047'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22714047'^^xsd:integer;
  dwc:observationDate '2014-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 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22550563_22550563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22550563_22550563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22550563_22550563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22550563_22550563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22550563_22550563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22550563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22550563'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22550563'^^xsd:integer;
  dwc:observationDate '2014-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 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21419800_21419800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21419800_21419800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21419800_21419800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21419800_21419800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21419800_21419800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21419800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21419800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21419800'^^xsd:integer;
  dwc:observationDate '2014-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 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21186887_21186887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21186887_21186887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21186887_21186887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21186887_21186887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21186887_21186887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21186887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21186887'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21186887'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21836443_21836443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21836443_21836443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21836443_21836443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21836443_21836443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21836443_21836443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21836443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21836443'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21836443'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20906959_20906959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20906959_20906959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20906959_20906959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20906959_20906959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20906959_20906959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20906959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20906959'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20906959'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22237430_22237430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22237430_22237430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22237430_22237430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22237430_22237430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22237430_22237430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22237430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22237430'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22237430'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21987378_21987378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21987378_21987378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21987378_21987378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21987378_21987378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21987378_21987378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21987378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21987378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21987378'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20761472_20761472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20761472_20761472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20761472_20761472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20761472_20761472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20761472_20761472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20761472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20761472'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20761472'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22532838_22532838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22532838_22532838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22532838_22532838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22532838_22532838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22532838_22532838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22532838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22532838'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22532838'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20744582_20744582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20744582_20744582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20744582_20744582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20744582_20744582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20744582_20744582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20744582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20744582'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20744582'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20893477_20893477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20893477_20893477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20893477_20893477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20893477_20893477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20893477_20893477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20893477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20893477'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20893477'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22517806_22517806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22517806_22517806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22517806_22517806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22517806_22517806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22517806_22517806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22517806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22517806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22517806'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21019769_21019769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21019769_21019769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21019769_21019769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21019769_21019769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21019769_21019769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21019769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21019769'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21019769'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21207614_21207614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21207614_21207614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21207614_21207614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21207614_21207614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21207614_21207614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21207614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21207614'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21207614'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21255801_21255801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21255801_21255801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21255801_21255801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21255801_21255801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21255801_21255801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21255801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21255801'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21255801'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22636824_22636824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22636824_22636824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22636824_22636824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22636824_22636824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22636824_22636824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22636824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22636824'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22636824'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21038860_21038860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21038860_21038860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21038860_21038860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21038860_21038860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21038860_21038860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21038860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21038860'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21038860'^^xsd:integer;
  dwc:observationDate '2014-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_44766216_44766216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_44766216_44766216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_44766216_44766216> ;
  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/5871_44766216_44766216>
  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/5871_44766216_44766216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "44766216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '44766216'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^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 '44766216'^^xsd:integer;
  dwc:observationDate '2014-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-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21621871_21621871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21621871_21621871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21621871_21621871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21621871_21621871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21621871_21621871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21621871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21621871'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21621871'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22167519_22167519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22167519_22167519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22167519_22167519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22167519_22167519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22167519_22167519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22167519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22167519'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22167519'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21786823_21786823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21786823_21786823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21786823_21786823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21786823_21786823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21786823_21786823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21786823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21786823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21786823'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21750317_21750317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21750317_21750317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21750317_21750317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21750317_21750317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21750317_21750317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21750317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21750317'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21750317'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21017669_21017669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21017669_21017669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21017669_21017669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9847044"^^xsd:decimal ;
  dwc:decimalLongitude "5.0765513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21017669_21017669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9847044 5.0765513)"^^geo:wktLiteral ;
  geo-pos:lat "50.9847044"^^xsd:decimal ;
  geo-pos:long "5.0765513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21017669_21017669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21017669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21017669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0765513'^^xsd:double;
  dwc:latitude '50.9847044'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21017669'^^xsd:integer;
  dwc:observationDate '2014-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-122363'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21447206_21447206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21447206_21447206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21447206_21447206> ;
  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/5871_21447206_21447206>
  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/5871_21447206_21447206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21447206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21447206'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^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 '21447206'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122322'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22461863_22461863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22461863_22461863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22461863_22461863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22461863_22461863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22461863_22461863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22461863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22461863'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22461863'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21751878_21751878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21751878_21751878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21751878_21751878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21751878_21751878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21751878_21751878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21751878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21751878'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21751878'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22539375_22539375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22539375_22539375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22539375_22539375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22539375_22539375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22539375_22539375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22539375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22539375'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22539375'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21996118_21996118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21996118_21996118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21996118_21996118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21996118_21996118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21996118_21996118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21996118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21996118'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21996118'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20976295_20976295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20976295_20976295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20976295_20976295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20976295_20976295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20976295_20976295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20976295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20976295'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20976295'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21806391_21806391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21806391_21806391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21806391_21806391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21806391_21806391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21806391_21806391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21806391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21806391'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21806391'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21065460_21065460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21065460_21065460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21065460_21065460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21065460_21065460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21065460_21065460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21065460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21065460'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21065460'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21811568_21811568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21811568_21811568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21811568_21811568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21811568_21811568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21811568_21811568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21811568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21811568'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21811568'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21775935_21775935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21775935_21775935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21775935_21775935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21775935_21775935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21775935_21775935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21775935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21775935'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21775935'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22471785_22471785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22471785_22471785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22471785_22471785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22471785_22471785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22471785_22471785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22471785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22471785'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22471785'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22663513_22663513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22663513_22663513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22663513_22663513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22663513_22663513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22663513_22663513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22663513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22663513'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22663513'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20738964_20738964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20738964_20738964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20738964_20738964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20738964_20738964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20738964_20738964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20738964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20738964'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20738964'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22106658_22106658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22106658_22106658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22106658_22106658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22106658_22106658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22106658_22106658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22106658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22106658'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22106658'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20970900_20970900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20970900_20970900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20970900_20970900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20970900_20970900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20970900_20970900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20970900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20970900'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20970900'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20615371_20615371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20615371_20615371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20615371_20615371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20615371_20615371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20615371_20615371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20615371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20615371'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20615371'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20693131_20693131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20693131_20693131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20693131_20693131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20693131_20693131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20693131_20693131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20693131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20693131'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20693131'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21738867_21738867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21738867_21738867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21738867_21738867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21738867_21738867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21738867_21738867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21738867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21738867'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21738867'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20754040_20754040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20754040_20754040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20754040_20754040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20754040_20754040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20754040_20754040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20754040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20754040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20754040'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20815510_20815510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20815510_20815510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20815510_20815510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20815510_20815510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20815510_20815510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20815510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20815510'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20815510'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22115944_22115944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22115944_22115944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22115944_22115944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22115944_22115944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22115944_22115944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22115944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22115944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22115944'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20598694_20598694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20598694_20598694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20598694_20598694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20598694_20598694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20598694_20598694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20598694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20598694'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20598694'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22115006_22115006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22115006_22115006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22115006_22115006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22115006_22115006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22115006_22115006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22115006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22115006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22115006'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20990735_20990735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20990735_20990735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20990735_20990735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20990735_20990735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20990735_20990735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20990735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20990735'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20990735'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22413941_22413941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22413941_22413941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22413941_22413941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22413941_22413941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22413941_22413941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22413941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22413941'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22413941'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22684682_22684682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22684682_22684682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22684682_22684682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22684682_22684682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22684682_22684682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22684682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22684682'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22684682'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21626553_21626553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21626553_21626553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21626553_21626553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21626553_21626553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21626553_21626553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21626553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21626553'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21626553'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22544741_22544741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22544741_22544741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22544741_22544741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22544741_22544741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22544741_22544741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22544741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22544741'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22544741'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21583741_21583741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21583741_21583741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21583741_21583741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21583741_21583741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21583741_21583741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21583741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21583741'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21583741'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22408570_22408570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22408570_22408570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22408570_22408570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22408570_22408570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22408570_22408570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22408570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22408570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22408570'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21150563_21150563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21150563_21150563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21150563_21150563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21150563_21150563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21150563_21150563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21150563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21150563'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21150563'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21456131_21456131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21456131_21456131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21456131_21456131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21456131_21456131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21456131_21456131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21456131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21456131'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21456131'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20665906_20665906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20665906_20665906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20665906_20665906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20665906_20665906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20665906_20665906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20665906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20665906'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20665906'^^xsd:integer;
  dwc:observationDate '2014-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 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21631388_21631388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21631388_21631388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21631388_21631388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21631388_21631388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21631388_21631388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21631388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21631388'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21631388'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21276694_21276694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21276694_21276694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21276694_21276694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21276694_21276694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21276694_21276694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21276694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21276694'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21276694'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21374512_21374512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21374512_21374512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21374512_21374512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21374512_21374512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21374512_21374512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21374512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21374512'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21374512'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21076612_21076612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21076612_21076612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21076612_21076612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21076612_21076612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21076612_21076612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21076612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21076612'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21076612'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21428790_21428790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21428790_21428790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21428790_21428790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21428790_21428790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21428790_21428790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21428790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21428790'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21428790'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21705234_21705234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21705234_21705234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21705234_21705234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21705234_21705234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21705234_21705234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21705234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21705234'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21705234'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21883954_21883954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21883954_21883954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21883954_21883954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21883954_21883954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21883954_21883954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21883954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21883954'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21883954'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20673086_20673086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20673086_20673086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20673086_20673086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20673086_20673086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20673086_20673086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20673086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20673086'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20673086'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22390314_22390314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22390314_22390314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22390314_22390314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22390314_22390314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22390314_22390314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22390314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22390314'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22390314'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21320345_21320345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21320345_21320345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21320345_21320345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21320345_21320345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21320345_21320345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21320345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21320345'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21320345'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20674052_20674052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20674052_20674052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20674052_20674052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20674052_20674052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20674052_20674052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20674052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20674052'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20674052'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22031408_22031408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22031408_22031408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22031408_22031408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22031408_22031408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22031408_22031408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22031408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22031408'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22031408'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21538711_21538711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21538711_21538711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21538711_21538711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21538711_21538711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21538711_21538711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21538711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21538711'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21538711'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21974272_21974272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21974272_21974272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21974272_21974272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21974272_21974272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21974272_21974272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21974272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21974272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21974272'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21772499_21772499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21772499_21772499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21772499_21772499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21772499_21772499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21772499_21772499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21772499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21772499'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21772499'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21243236_21243236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21243236_21243236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21243236_21243236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21243236_21243236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21243236_21243236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21243236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21243236'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21243236'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21743850_21743850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21743850_21743850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21743850_21743850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21743850_21743850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21743850_21743850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21743850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21743850'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21743850'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22180327_22180327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22180327_22180327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22180327_22180327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22180327_22180327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22180327_22180327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22180327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22180327'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22180327'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22308808_22308808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22308808_22308808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22308808_22308808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22308808_22308808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22308808_22308808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22308808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22308808'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22308808'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21933538_21933538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21933538_21933538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21933538_21933538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21933538_21933538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21933538_21933538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21933538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21933538'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21933538'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21530129_21530129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21530129_21530129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21530129_21530129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21530129_21530129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21530129_21530129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21530129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21530129'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21530129'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22094426_22094426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22094426_22094426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22094426_22094426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22094426_22094426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22094426_22094426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22094426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22094426'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22094426'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22404977_22404977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22404977_22404977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22404977_22404977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22404977_22404977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22404977_22404977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22404977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22404977'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22404977'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22314123_22314123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22314123_22314123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22314123_22314123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22314123_22314123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22314123_22314123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22314123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22314123'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22314123'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22536941_22536941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22536941_22536941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22536941_22536941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22536941_22536941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22536941_22536941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22536941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22536941'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22536941'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20644754_20644754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20644754_20644754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20644754_20644754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20644754_20644754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20644754_20644754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20644754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20644754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20644754'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21634483_21634483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21634483_21634483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21634483_21634483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21634483_21634483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21634483_21634483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21634483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21634483'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21634483'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22111161_22111161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22111161_22111161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22111161_22111161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22111161_22111161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22111161_22111161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22111161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22111161'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22111161'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21274583_21274583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21274583_21274583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21274583_21274583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21274583_21274583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21274583_21274583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21274583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21274583'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21274583'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21643359_21643359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21643359_21643359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21643359_21643359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21643359_21643359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21643359_21643359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21643359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21643359'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21643359'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20746692_20746692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20746692_20746692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20746692_20746692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20746692_20746692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20746692_20746692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20746692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20746692'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20746692'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22495927_22495927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22495927_22495927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22495927_22495927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22495927_22495927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22495927_22495927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22495927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22495927'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22495927'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22491550_22491550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22491550_22491550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22491550_22491550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22491550_22491550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22491550_22491550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22491550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22491550'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22491550'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21929670_21929670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21929670_21929670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21929670_21929670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21929670_21929670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21929670_21929670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21929670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21929670'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21929670'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20641344_20641344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20641344_20641344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20641344_20641344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20641344_20641344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20641344_20641344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20641344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20641344'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20641344'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20920238_20920238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20920238_20920238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20920238_20920238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20920238_20920238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20920238_20920238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20920238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20920238'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20920238'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21342312_21342312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21342312_21342312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21342312_21342312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21342312_21342312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21342312_21342312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21342312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21342312'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21342312'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21919152_21919152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21919152_21919152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21919152_21919152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21919152_21919152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21919152_21919152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21919152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21919152'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21919152'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22050144_22050144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22050144_22050144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22050144_22050144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22050144_22050144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22050144_22050144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22050144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22050144'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22050144'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21716764_21716764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21716764_21716764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21716764_21716764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21716764_21716764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21716764_21716764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21716764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21716764'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21716764'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22699653_22699653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22699653_22699653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22699653_22699653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22699653_22699653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22699653_22699653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22699653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22699653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22699653'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21067225_21067225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21067225_21067225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21067225_21067225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21067225_21067225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21067225_21067225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21067225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21067225'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21067225'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21968214_21968214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21968214_21968214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21968214_21968214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21968214_21968214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21968214_21968214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21968214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21968214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21968214'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21957492_21957492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21957492_21957492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21957492_21957492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21957492_21957492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21957492_21957492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21957492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21957492'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21957492'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20734037_20734037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20734037_20734037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20734037_20734037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20734037_20734037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20734037_20734037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20734037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20734037'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20734037'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21218566_21218566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21218566_21218566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21218566_21218566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21218566_21218566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21218566_21218566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21218566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21218566'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21218566'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21723873_21723873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21723873_21723873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21723873_21723873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21723873_21723873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21723873_21723873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21723873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21723873'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21723873'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21761401_21761401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21761401_21761401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21761401_21761401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21761401_21761401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21761401_21761401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21761401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21761401'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21761401'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20760589_20760589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20760589_20760589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20760589_20760589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20760589_20760589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20760589_20760589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20760589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20760589'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20760589'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22287989_22287989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22287989_22287989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22287989_22287989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22287989_22287989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22287989_22287989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22287989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22287989'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22287989'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22577439_22577439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22577439_22577439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22577439_22577439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22577439_22577439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22577439_22577439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22577439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22577439'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22577439'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20820027_20820027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20820027_20820027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20820027_20820027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20820027_20820027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20820027_20820027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20820027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20820027'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20820027'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21742969_21742969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21742969_21742969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21742969_21742969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21742969_21742969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21742969_21742969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21742969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21742969'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21742969'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21231469_21231469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21231469_21231469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21231469_21231469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21231469_21231469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21231469_21231469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21231469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21231469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21231469'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22141396_22141396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22141396_22141396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22141396_22141396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22141396_22141396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22141396_22141396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22141396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22141396'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22141396'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22452499_22452499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22452499_22452499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22452499_22452499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22452499_22452499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22452499_22452499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22452499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22452499'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22452499'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21212824_21212824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21212824_21212824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21212824_21212824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21212824_21212824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21212824_21212824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21212824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21212824'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21212824'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22601275_22601275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22601275_22601275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22601275_22601275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22601275_22601275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22601275_22601275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22601275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22601275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22601275'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20913395_20913395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20913395_20913395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20913395_20913395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20913395_20913395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20913395_20913395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20913395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20913395'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20913395'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22158710_22158710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22158710_22158710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22158710_22158710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22158710_22158710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22158710_22158710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22158710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22158710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22158710'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21741038_21741038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21741038_21741038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21741038_21741038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21741038_21741038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21741038_21741038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21741038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21741038'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21741038'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21452790_21452790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21452790_21452790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21452790_21452790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21452790_21452790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21452790_21452790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21452790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21452790'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21452790'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21129632_21129632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21129632_21129632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21129632_21129632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21129632_21129632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21129632_21129632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21129632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21129632'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21129632'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21406167_21406167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21406167_21406167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21406167_21406167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21406167_21406167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21406167_21406167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21406167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21406167'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21406167'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22346833_22346833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22346833_22346833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22346833_22346833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22346833_22346833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22346833_22346833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22346833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22346833'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22346833'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21817652_21817652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21817652_21817652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21817652_21817652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21817652_21817652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21817652_21817652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21817652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21817652'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21817652'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21190561_21190561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21190561_21190561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21190561_21190561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21190561_21190561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21190561_21190561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21190561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21190561'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21190561'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22585564_22585564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22585564_22585564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22585564_22585564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22585564_22585564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22585564_22585564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22585564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22585564'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22585564'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22128266_22128266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22128266_22128266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22128266_22128266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22128266_22128266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22128266_22128266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22128266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22128266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22128266'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22000025_22000025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22000025_22000025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22000025_22000025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22000025_22000025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22000025_22000025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22000025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22000025'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22000025'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21829820_21829820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21829820_21829820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21829820_21829820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21829820_21829820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21829820_21829820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21829820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21829820'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21829820'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22200520_22200520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22200520_22200520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22200520_22200520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22200520_22200520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22200520_22200520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22200520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22200520'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22200520'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22231188_22231188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22231188_22231188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22231188_22231188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22231188_22231188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22231188_22231188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22231188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22231188'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22231188'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22320982_22320982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22320982_22320982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22320982_22320982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22320982_22320982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22320982_22320982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22320982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22320982'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22320982'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22224915_22224915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22224915_22224915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22224915_22224915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22224915_22224915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22224915_22224915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22224915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22224915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22224915'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21076894_21076894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21076894_21076894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21076894_21076894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21076894_21076894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21076894_21076894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21076894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21076894'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21076894'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22667457_22667457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22667457_22667457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22667457_22667457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22667457_22667457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22667457_22667457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22667457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22667457'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22667457'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21080177_21080177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21080177_21080177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21080177_21080177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21080177_21080177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21080177_21080177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21080177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21080177'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21080177'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21817911_21817911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21817911_21817911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21817911_21817911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21817911_21817911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21817911_21817911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21817911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21817911'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21817911'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22110201_22110201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22110201_22110201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22110201_22110201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22110201_22110201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22110201_22110201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22110201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22110201'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22110201'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20838550_20838550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20838550_20838550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20838550_20838550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20838550_20838550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20838550_20838550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20838550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20838550'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20838550'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21674768_21674768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21674768_21674768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21674768_21674768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21674768_21674768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21674768_21674768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21674768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21674768'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21674768'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22320793_22320793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22320793_22320793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22320793_22320793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22320793_22320793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22320793_22320793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22320793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22320793'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22320793'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22416553_22416553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22416553_22416553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22416553_22416553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9918161"^^xsd:decimal ;
  dwc:decimalLongitude "5.0578433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22416553_22416553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9918161 5.0578433)"^^geo:wktLiteral ;
  geo-pos:lat "50.9918161"^^xsd:decimal ;
  geo-pos:long "5.0578433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22416553_22416553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22416553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22416553'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0578433'^^xsd:double;
  dwc:latitude '50.9918161'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22416553'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122364'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20613579_20613579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20613579_20613579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20613579_20613579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20613579_20613579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20613579_20613579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20613579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20613579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20613579'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22604929_22604929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22604929_22604929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22604929_22604929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22604929_22604929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22604929_22604929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22604929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22604929'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22604929'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20581877_20581877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20581877_20581877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20581877_20581877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20581877_20581877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20581877_20581877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20581877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20581877'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20581877'^^xsd:integer;
  dwc:observationDate '2014-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21115973_21115973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21115973_21115973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21115973_21115973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21115973_21115973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21115973_21115973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21115973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21115973'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21115973'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22060434_22060434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22060434_22060434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22060434_22060434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22060434_22060434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22060434_22060434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22060434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22060434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22060434'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21055556_21055556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21055556_21055556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21055556_21055556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21055556_21055556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21055556_21055556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21055556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21055556'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21055556'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22512197_22512197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22512197_22512197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22512197_22512197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22512197_22512197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22512197_22512197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22512197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22512197'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22512197'^^xsd:integer;
  dwc:observationDate '2014-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 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21094071_21094071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21094071_21094071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21094071_21094071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21094071_21094071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21094071_21094071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21094071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21094071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21094071'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21817784_21817784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21817784_21817784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21817784_21817784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21817784_21817784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21817784_21817784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21817784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21817784'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21817784'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22049832_22049832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22049832_22049832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22049832_22049832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22049832_22049832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22049832_22049832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22049832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22049832'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22049832'^^xsd:integer;
  dwc:observationDate '2014-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 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22263626_22263626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22263626_22263626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22263626_22263626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22263626_22263626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22263626_22263626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22263626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22263626'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22263626'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22326657_22326657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22326657_22326657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22326657_22326657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22326657_22326657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22326657_22326657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22326657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22326657'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22326657'^^xsd:integer;
  dwc:observationDate '2014-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 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22668103_22668103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22668103_22668103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22668103_22668103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22668103_22668103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22668103_22668103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22668103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22668103'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22668103'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21237895_21237895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21237895_21237895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21237895_21237895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21237895_21237895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21237895_21237895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21237895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21237895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21237895'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21624710_21624710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21624710_21624710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21624710_21624710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21624710_21624710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21624710_21624710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21624710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21624710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21624710'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22448091_22448091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22448091_22448091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22448091_22448091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22448091_22448091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22448091_22448091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22448091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22448091'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22448091'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21355541_21355541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21355541_21355541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21355541_21355541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21355541_21355541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21355541_21355541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21355541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21355541'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21355541'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21345784_21345784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21345784_21345784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21345784_21345784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21345784_21345784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21345784_21345784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21345784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21345784'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21345784'^^xsd:integer;
  dwc:observationDate '2014-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 74 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20798212_20798212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20798212_20798212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20798212_20798212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20798212_20798212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20798212_20798212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20798212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20798212'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20798212'^^xsd:integer;
  dwc:observationDate '2014-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 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21849307_21849307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21849307_21849307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21849307_21849307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21849307_21849307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21849307_21849307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21849307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21849307'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21849307'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22646629_22646629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22646629_22646629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22646629_22646629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22646629_22646629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22646629_22646629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22646629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22646629'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22646629'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22198176_22198176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22198176_22198176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22198176_22198176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22198176_22198176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22198176_22198176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22198176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22198176'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22198176'^^xsd:integer;
  dwc:observationDate '2014-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 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21401857_21401857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21401857_21401857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21401857_21401857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21401857_21401857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21401857_21401857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21401857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21401857'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21401857'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21715210_21715210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21715210_21715210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21715210_21715210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21715210_21715210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21715210_21715210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21715210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21715210'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21715210'^^xsd:integer;
  dwc:observationDate '2014-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 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22295812_22295812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22295812_22295812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22295812_22295812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22295812_22295812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22295812_22295812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22295812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22295812'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22295812'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20653951_20653951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20653951_20653951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20653951_20653951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20653951_20653951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20653951_20653951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20653951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20653951'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20653951'^^xsd:integer;
  dwc:observationDate '2014-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 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22241104_22241104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22241104_22241104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22241104_22241104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22241104_22241104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22241104_22241104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22241104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22241104'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22241104'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21294827_21294827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21294827_21294827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21294827_21294827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21294827_21294827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21294827_21294827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21294827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21294827'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21294827'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22253045_22253045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22253045_22253045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22253045_22253045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22253045_22253045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22253045_22253045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22253045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22253045'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22253045'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20984993_20984993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20984993_20984993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20984993_20984993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20984993_20984993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20984993_20984993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20984993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20984993'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20984993'^^xsd:integer;
  dwc:observationDate '2014-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 54 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21140145_21140145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21140145_21140145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21140145_21140145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21140145_21140145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21140145_21140145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21140145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21140145'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21140145'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21318124_21318124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21318124_21318124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21318124_21318124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21318124_21318124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21318124_21318124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21318124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21318124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21318124'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21694474_21694474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21694474_21694474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21694474_21694474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21694474_21694474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21694474_21694474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21694474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21694474'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21694474'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22127983_22127983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22127983_22127983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22127983_22127983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22127983_22127983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22127983_22127983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22127983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22127983'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22127983'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22605936_22605936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22605936_22605936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22605936_22605936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22605936_22605936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22605936_22605936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22605936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22605936'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22605936'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21412013_21412013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21412013_21412013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21412013_21412013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21412013_21412013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21412013_21412013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21412013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21412013'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21412013'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22464904_22464904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22464904_22464904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22464904_22464904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22464904_22464904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22464904_22464904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22464904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22464904'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22464904'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21898283_21898283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21898283_21898283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21898283_21898283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21898283_21898283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21898283_21898283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21898283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21898283'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21898283'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21246044_21246044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21246044_21246044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21246044_21246044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21246044_21246044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21246044_21246044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21246044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21246044'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21246044'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22649603_22649603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22649603_22649603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22649603_22649603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22649603_22649603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22649603_22649603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22649603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22649603'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22649603'^^xsd:integer;
  dwc:observationDate '2014-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22248049_22248049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22248049_22248049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22248049_22248049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22248049_22248049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22248049_22248049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22248049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22248049'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22248049'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22706051_22706051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22706051_22706051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22706051_22706051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22706051_22706051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22706051_22706051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22706051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22706051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22706051'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21074585_21074585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21074585_21074585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21074585_21074585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21074585_21074585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21074585_21074585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21074585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21074585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21074585'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22347825_22347825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22347825_22347825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22347825_22347825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22347825_22347825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22347825_22347825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22347825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22347825'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22347825'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22107158_22107158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22107158_22107158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22107158_22107158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22107158_22107158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22107158_22107158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22107158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22107158'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22107158'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21842520_21842520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21842520_21842520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21842520_21842520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21842520_21842520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21842520_21842520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21842520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21842520'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21842520'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22146752_22146752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22146752_22146752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22146752_22146752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22146752_22146752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22146752_22146752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22146752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22146752'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22146752'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21148830_21148830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21148830_21148830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21148830_21148830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21148830_21148830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21148830_21148830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21148830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21148830'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21148830'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21054383_21054383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21054383_21054383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21054383_21054383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21054383_21054383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21054383_21054383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21054383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21054383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21054383'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20730572_20730572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20730572_20730572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20730572_20730572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20730572_20730572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20730572_20730572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20730572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20730572'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20730572'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21953512_21953512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21953512_21953512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21953512_21953512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21953512_21953512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21953512_21953512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21953512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21953512'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21953512'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21776913_21776913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21776913_21776913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21776913_21776913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21776913_21776913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21776913_21776913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21776913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21776913'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21776913'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20792094_20792094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20792094_20792094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20792094_20792094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20792094_20792094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20792094_20792094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20792094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20792094'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20792094'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22570464_22570464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22570464_22570464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22570464_22570464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22570464_22570464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22570464_22570464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22570464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22570464'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22570464'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21991661_21991661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21991661_21991661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21991661_21991661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21991661_21991661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21991661_21991661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21991661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21991661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21991661'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21800016_21800016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21800016_21800016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21800016_21800016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21800016_21800016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21800016_21800016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21800016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21800016'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21800016'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21108477_21108477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21108477_21108477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21108477_21108477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21108477_21108477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21108477_21108477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21108477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21108477'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21108477'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21527490_21527490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21527490_21527490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21527490_21527490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21527490_21527490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21527490_21527490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21527490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21527490'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21527490'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21286373_21286373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21286373_21286373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21286373_21286373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21286373_21286373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21286373_21286373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21286373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21286373'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21286373'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20732615_20732615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20732615_20732615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20732615_20732615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20732615_20732615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20732615_20732615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20732615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20732615'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20732615'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21942298_21942298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21942298_21942298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21942298_21942298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21942298_21942298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21942298_21942298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21942298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21942298'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21942298'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22465770_22465770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22465770_22465770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22465770_22465770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22465770_22465770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22465770_22465770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22465770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22465770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22465770'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21949827_21949827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21949827_21949827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21949827_21949827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21949827_21949827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21949827_21949827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21949827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21949827'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21949827'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21560586_21560586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21560586_21560586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21560586_21560586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21560586_21560586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21560586_21560586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21560586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21560586'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21560586'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21160641_21160641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21160641_21160641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21160641_21160641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21160641_21160641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21160641_21160641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21160641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21160641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21160641'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21842591_21842591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21842591_21842591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21842591_21842591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21842591_21842591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21842591_21842591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21842591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21842591'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21842591'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21839158_21839158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21839158_21839158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21839158_21839158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21839158_21839158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21839158_21839158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21839158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21839158'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21839158'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20996509_20996509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20996509_20996509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20996509_20996509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20996509_20996509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20996509_20996509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20996509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20996509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20996509'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22613764_22613764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22613764_22613764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22613764_22613764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22613764_22613764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22613764_22613764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22613764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22613764'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22613764'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22122760_22122760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22122760_22122760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22122760_22122760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22122760_22122760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22122760_22122760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22122760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22122760'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22122760'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22602723_22602723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22602723_22602723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22602723_22602723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22602723_22602723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22602723_22602723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22602723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22602723'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22602723'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22136094_22136094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22136094_22136094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22136094_22136094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22136094_22136094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22136094_22136094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22136094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22136094'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22136094'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21325302_21325302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21325302_21325302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21325302_21325302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21325302_21325302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21325302_21325302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21325302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21325302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21325302'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21911349_21911349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21911349_21911349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21911349_21911349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21911349_21911349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21911349_21911349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21911349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21911349'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21911349'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21677710_21677710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21677710_21677710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21677710_21677710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21677710_21677710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21677710_21677710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21677710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21677710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21677710'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21620389_21620389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21620389_21620389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21620389_21620389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21620389_21620389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21620389_21620389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21620389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21620389'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21620389'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22481406_22481406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22481406_22481406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22481406_22481406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22481406_22481406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22481406_22481406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22481406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22481406'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22481406'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20912043_20912043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20912043_20912043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20912043_20912043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20912043_20912043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20912043_20912043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20912043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20912043'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20912043'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21264760_21264760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21264760_21264760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21264760_21264760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21264760_21264760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21264760_21264760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21264760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21264760'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21264760'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22399797_22399797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22399797_22399797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22399797_22399797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22399797_22399797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22399797_22399797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22399797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22399797'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22399797'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22333241_22333241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22333241_22333241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22333241_22333241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22333241_22333241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22333241_22333241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22333241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22333241'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22333241'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22630329_22630329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22630329_22630329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22630329_22630329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22630329_22630329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22630329_22630329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22630329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22630329'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22630329'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21477576_21477576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21477576_21477576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21477576_21477576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21477576_21477576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21477576_21477576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21477576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21477576'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21477576'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21690433_21690433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21690433_21690433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21690433_21690433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21690433_21690433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21690433_21690433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21690433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21690433'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21690433'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20936229_20936229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20936229_20936229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20936229_20936229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20936229_20936229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20936229_20936229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20936229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20936229'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20936229'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20829964_20829964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20829964_20829964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20829964_20829964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20829964_20829964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20829964_20829964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20829964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20829964'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20829964'^^xsd:integer;
  dwc:observationDate '2014-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 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22166771_22166771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22166771_22166771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22166771_22166771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22166771_22166771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22166771_22166771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22166771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22166771'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22166771'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22301506_22301506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22301506_22301506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22301506_22301506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22301506_22301506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22301506_22301506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22301506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22301506'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22301506'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21042537_21042537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21042537_21042537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21042537_21042537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21042537_21042537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21042537_21042537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21042537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21042537'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21042537'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21659273_21659273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21659273_21659273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21659273_21659273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21659273_21659273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21659273_21659273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21659273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21659273'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21659273'^^xsd:integer;
  dwc:observationDate '2014-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 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21414675_21414675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21414675_21414675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21414675_21414675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21414675_21414675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21414675_21414675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21414675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21414675'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21414675'^^xsd:integer;
  dwc:observationDate '2014-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21481348_21481348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21481348_21481348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21481348_21481348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21481348_21481348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21481348_21481348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21481348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21481348'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21481348'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22565725_22565725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22565725_22565725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22565725_22565725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22565725_22565725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22565725_22565725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22565725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22565725'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22565725'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21995288_21995288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21995288_21995288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21995288_21995288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21995288_21995288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21995288_21995288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21995288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21995288'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21995288'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22211614_22211614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22211614_22211614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22211614_22211614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22211614_22211614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22211614_22211614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22211614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22211614'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22211614'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22317148_22317148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22317148_22317148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22317148_22317148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22317148_22317148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22317148_22317148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22317148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22317148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22317148'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20677650_20677650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20677650_20677650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20677650_20677650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20677650_20677650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20677650_20677650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20677650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20677650'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20677650'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20841948_20841948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20841948_20841948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20841948_20841948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20841948_20841948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20841948_20841948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20841948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20841948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20841948'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21189262_21189262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21189262_21189262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21189262_21189262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21189262_21189262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21189262_21189262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21189262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21189262'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21189262'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21595185_21595185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21595185_21595185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21595185_21595185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21595185_21595185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21595185_21595185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21595185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21595185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21595185'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20681734_20681734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20681734_20681734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20681734_20681734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20681734_20681734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20681734_20681734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20681734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20681734'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20681734'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21808149_21808149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21808149_21808149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21808149_21808149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21808149_21808149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21808149_21808149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21808149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21808149'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21808149'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22530496_22530496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22530496_22530496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22530496_22530496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22530496_22530496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22530496_22530496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22530496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22530496'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22530496'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20990107_20990107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20990107_20990107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20990107_20990107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20990107_20990107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20990107_20990107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20990107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20990107'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20990107'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22266772_22266772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22266772_22266772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22266772_22266772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22266772_22266772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22266772_22266772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22266772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22266772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22266772'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21453183_21453183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21453183_21453183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21453183_21453183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21453183_21453183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21453183_21453183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21453183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21453183'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21453183'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20692076_20692076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20692076_20692076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20692076_20692076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20692076_20692076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20692076_20692076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20692076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20692076'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20692076'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21965088_21965088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21965088_21965088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21965088_21965088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21965088_21965088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21965088_21965088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21965088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21965088'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21965088'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21027064_21027064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21027064_21027064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21027064_21027064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21027064_21027064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21027064_21027064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21027064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21027064'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21027064'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22220214_22220214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22220214_22220214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22220214_22220214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22220214_22220214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22220214_22220214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22220214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22220214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22220214'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22070140_22070140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22070140_22070140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22070140_22070140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22070140_22070140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22070140_22070140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22070140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22070140'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22070140'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21566502_21566502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21566502_21566502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21566502_21566502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21566502_21566502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21566502_21566502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21566502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21566502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21566502'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22537744_22537744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22537744_22537744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22537744_22537744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22537744_22537744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22537744_22537744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22537744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22537744'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22537744'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21150091_21150091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21150091_21150091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21150091_21150091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21150091_21150091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21150091_21150091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21150091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21150091'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21150091'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22402490_22402490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22402490_22402490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22402490_22402490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22402490_22402490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22402490_22402490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22402490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22402490'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22402490'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21264945_21264945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21264945_21264945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21264945_21264945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21264945_21264945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21264945_21264945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21264945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21264945'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21264945'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21911976_21911976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21911976_21911976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21911976_21911976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21911976_21911976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21911976_21911976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21911976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21911976'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21911976'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21139790_21139790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21139790_21139790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21139790_21139790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21139790_21139790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21139790_21139790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21139790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21139790'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21139790'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21013686_21013686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21013686_21013686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21013686_21013686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21013686_21013686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21013686_21013686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21013686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21013686'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21013686'^^xsd:integer;
  dwc:observationDate '2014-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 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21567194_21567194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21567194_21567194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21567194_21567194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21567194_21567194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21567194_21567194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21567194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21567194'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21567194'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20667465_20667465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20667465_20667465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20667465_20667465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20667465_20667465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20667465_20667465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20667465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20667465'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20667465'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22071492_22071492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22071492_22071492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22071492_22071492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22071492_22071492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22071492_22071492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22071492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22071492'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22071492'^^xsd:integer;
  dwc:observationDate '2014-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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22081688_22081688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22081688_22081688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22081688_22081688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22081688_22081688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22081688_22081688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22081688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22081688'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22081688'^^xsd:integer;
  dwc:observationDate '2014-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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21323734_21323734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21323734_21323734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21323734_21323734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21323734_21323734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21323734_21323734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21323734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21323734'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21323734'^^xsd:integer;
  dwc:observationDate '2014-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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21327130_21327130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21327130_21327130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21327130_21327130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21327130_21327130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21327130_21327130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21327130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21327130'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21327130'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21618473_21618473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21618473_21618473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21618473_21618473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21618473_21618473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21618473_21618473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21618473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21618473'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21618473'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21569832_21569832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21569832_21569832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21569832_21569832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21569832_21569832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21569832_21569832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21569832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21569832'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21569832'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22469534_22469534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22469534_22469534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22469534_22469534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22469534_22469534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22469534_22469534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22469534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22469534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22469534'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21965417_21965417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21965417_21965417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21965417_21965417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21965417_21965417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21965417_21965417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21965417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21965417'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21965417'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20800452_20800452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20800452_20800452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20800452_20800452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20800452_20800452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20800452_20800452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20800452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20800452'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20800452'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22439765_22439765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22439765_22439765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22439765_22439765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22439765_22439765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22439765_22439765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22439765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22439765'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22439765'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21352438_21352438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21352438_21352438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21352438_21352438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21352438_21352438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21352438_21352438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21352438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21352438'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21352438'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22168183_22168183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22168183_22168183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22168183_22168183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22168183_22168183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22168183_22168183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22168183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22168183'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22168183'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20970799_20970799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20970799_20970799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20970799_20970799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20970799_20970799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20970799_20970799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20970799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20970799'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20970799'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21359748_21359748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21359748_21359748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21359748_21359748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21359748_21359748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21359748_21359748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21359748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21359748'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21359748'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21348655_21348655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21348655_21348655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21348655_21348655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21348655_21348655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21348655_21348655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21348655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21348655'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21348655'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22230601_22230601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22230601_22230601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22230601_22230601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22230601_22230601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22230601_22230601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22230601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22230601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22230601'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21413146_21413146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21413146_21413146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21413146_21413146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21413146_21413146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21413146_21413146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21413146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21413146'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21413146'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22334216_22334216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22334216_22334216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22334216_22334216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22334216_22334216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22334216_22334216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22334216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22334216'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22334216'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21806272_21806272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21806272_21806272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21806272_21806272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21806272_21806272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21806272_21806272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21806272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21806272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21806272'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22455496_22455496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22455496_22455496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22455496_22455496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22455496_22455496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22455496_22455496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22455496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22455496'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22455496'^^xsd:integer;
  dwc:observationDate '2014-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22109958_22109958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22109958_22109958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22109958_22109958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9922283"^^xsd:decimal ;
  dwc:decimalLongitude "5.0549485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22109958_22109958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9922283 5.0549485)"^^geo:wktLiteral ;
  geo-pos:lat "50.9922283"^^xsd:decimal ;
  geo-pos:long "5.0549485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22109958_22109958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22109958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22109958'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0549485'^^xsd:double;
  dwc:latitude '50.9922283'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22109958'^^xsd:integer;
  dwc:observationDate '2014-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-124061'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20801493_20801493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20801493_20801493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20801493_20801493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20801493_20801493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20801493_20801493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20801493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20801493'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20801493'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21590400_21590400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21590400_21590400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21590400_21590400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21590400_21590400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21590400_21590400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21590400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21590400'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21590400'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22402932_22402932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22402932_22402932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22402932_22402932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22402932_22402932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22402932_22402932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22402932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22402932'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22402932'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21970620_21970620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21970620_21970620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21970620_21970620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21970620_21970620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21970620_21970620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21970620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21970620'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21970620'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22114699_22114699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22114699_22114699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22114699_22114699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22114699_22114699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22114699_22114699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22114699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22114699'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22114699'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22576366_22576366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22576366_22576366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22576366_22576366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22576366_22576366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22576366_22576366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22576366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22576366'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22576366'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21724487_21724487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21724487_21724487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21724487_21724487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21724487_21724487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21724487_21724487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21724487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21724487'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21724487'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21372170_21372170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21372170_21372170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21372170_21372170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21372170_21372170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21372170_21372170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21372170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21372170'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21372170'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22490544_22490544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22490544_22490544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22490544_22490544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22490544_22490544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22490544_22490544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22490544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22490544'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22490544'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20799678_20799678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20799678_20799678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20799678_20799678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20799678_20799678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20799678_20799678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20799678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20799678'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20799678'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20749158_20749158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20749158_20749158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20749158_20749158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20749158_20749158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20749158_20749158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20749158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20749158'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20749158'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20962013_20962013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20962013_20962013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20962013_20962013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20962013_20962013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20962013_20962013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20962013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20962013'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20962013'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22450705_22450705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22450705_22450705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22450705_22450705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22450705_22450705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22450705_22450705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22450705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22450705'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22450705'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22020121_22020121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22020121_22020121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22020121_22020121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22020121_22020121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22020121_22020121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22020121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22020121'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22020121'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21449471_21449471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21449471_21449471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21449471_21449471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21449471_21449471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21449471_21449471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21449471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21449471'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21449471'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21040623_21040623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21040623_21040623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21040623_21040623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21040623_21040623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21040623_21040623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21040623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21040623'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21040623'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22659976_22659976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22659976_22659976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22659976_22659976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22659976_22659976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22659976_22659976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22659976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22659976'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22659976'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20986429_20986429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20986429_20986429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20986429_20986429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20986429_20986429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20986429_20986429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20986429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20986429'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20986429'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21198151_21198151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21198151_21198151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21198151_21198151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21198151_21198151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21198151_21198151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21198151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21198151'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21198151'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22077273_22077273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22077273_22077273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22077273_22077273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22077273_22077273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22077273_22077273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22077273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22077273'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22077273'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20636312_20636312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20636312_20636312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20636312_20636312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20636312_20636312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20636312_20636312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20636312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20636312'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20636312'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22657084_22657084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22657084_22657084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22657084_22657084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22657084_22657084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22657084_22657084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22657084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22657084'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22657084'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22087806_22087806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22087806_22087806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22087806_22087806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22087806_22087806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22087806_22087806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22087806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22087806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22087806'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21060657_21060657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21060657_21060657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21060657_21060657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21060657_21060657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21060657_21060657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21060657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21060657'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21060657'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22150692_22150692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22150692_22150692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22150692_22150692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22150692_22150692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22150692_22150692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22150692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22150692'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22150692'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21958271_21958271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21958271_21958271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21958271_21958271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21958271_21958271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21958271_21958271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21958271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21958271'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21958271'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22349276_22349276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22349276_22349276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22349276_22349276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22349276_22349276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22349276_22349276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22349276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22349276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22349276'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22435424_22435424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22435424_22435424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22435424_22435424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22435424_22435424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22435424_22435424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22435424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22435424'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22435424'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22531352_22531352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22531352_22531352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22531352_22531352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22531352_22531352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22531352_22531352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22531352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22531352'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22531352'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21765930_21765930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21765930_21765930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21765930_21765930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21765930_21765930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21765930_21765930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21765930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21765930'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21765930'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21739481_21739481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21739481_21739481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21739481_21739481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21739481_21739481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21739481_21739481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21739481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21739481'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21739481'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21550318_21550318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21550318_21550318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21550318_21550318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21550318_21550318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21550318_21550318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21550318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21550318'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21550318'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22166859_22166859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22166859_22166859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22166859_22166859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22166859_22166859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22166859_22166859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22166859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22166859'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22166859'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22604727_22604727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22604727_22604727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22604727_22604727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22604727_22604727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22604727_22604727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22604727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22604727'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22604727'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22376262_22376262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22376262_22376262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22376262_22376262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22376262_22376262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22376262_22376262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22376262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22376262'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22376262'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20659057_20659057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20659057_20659057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20659057_20659057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20659057_20659057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20659057_20659057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20659057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20659057'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20659057'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21071974_21071974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21071974_21071974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21071974_21071974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21071974_21071974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21071974_21071974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21071974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21071974'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21071974'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20766202_20766202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20766202_20766202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20766202_20766202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20766202_20766202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20766202_20766202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20766202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20766202'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20766202'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20691129_20691129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20691129_20691129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20691129_20691129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20691129_20691129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20691129_20691129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20691129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20691129'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20691129'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21218249_21218249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21218249_21218249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21218249_21218249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21218249_21218249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21218249_21218249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21218249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21218249'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21218249'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21783971_21783971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21783971_21783971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21783971_21783971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21783971_21783971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21783971_21783971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21783971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21783971'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21783971'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20703180_20703180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20703180_20703180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20703180_20703180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20703180_20703180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20703180_20703180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20703180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20703180'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20703180'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21818981_21818981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21818981_21818981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21818981_21818981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21818981_21818981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21818981_21818981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21818981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21818981'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21818981'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21943899_21943899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21943899_21943899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21943899_21943899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21943899_21943899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21943899_21943899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21943899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21943899'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21943899'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21615233_21615233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21615233_21615233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21615233_21615233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21615233_21615233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21615233_21615233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21615233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21615233'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21615233'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20807204_20807204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20807204_20807204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20807204_20807204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20807204_20807204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20807204_20807204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20807204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20807204'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20807204'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22485757_22485757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22485757_22485757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22485757_22485757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22485757_22485757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22485757_22485757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22485757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22485757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22485757'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21106051_21106051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21106051_21106051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21106051_21106051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21106051_21106051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21106051_21106051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21106051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21106051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21106051'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22437582_22437582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22437582_22437582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22437582_22437582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22437582_22437582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22437582_22437582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22437582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22437582'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22437582'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21571358_21571358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21571358_21571358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21571358_21571358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21571358_21571358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21571358_21571358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21571358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21571358'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21571358'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22009143_22009143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22009143_22009143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22009143_22009143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22009143_22009143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22009143_22009143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22009143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22009143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22009143'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22013841_22013841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22013841_22013841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22013841_22013841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22013841_22013841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22013841_22013841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22013841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22013841'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22013841'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20978633_20978633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20978633_20978633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20978633_20978633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20978633_20978633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20978633_20978633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20978633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20978633'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20978633'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21902747_21902747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21902747_21902747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21902747_21902747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21902747_21902747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21902747_21902747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21902747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21902747'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21902747'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22466917_22466917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22466917_22466917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22466917_22466917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22466917_22466917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22466917_22466917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22466917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22466917'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22466917'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21673064_21673064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21673064_21673064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21673064_21673064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21673064_21673064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21673064_21673064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21673064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21673064'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21673064'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22350289_22350289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22350289_22350289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22350289_22350289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22350289_22350289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22350289_22350289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22350289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22350289'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22350289'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20851373_20851373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20851373_20851373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20851373_20851373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20851373_20851373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20851373_20851373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20851373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20851373'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20851373'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22229951_22229951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22229951_22229951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22229951_22229951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22229951_22229951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22229951_22229951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22229951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22229951'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22229951'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21359452_21359452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21359452_21359452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21359452_21359452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21359452_21359452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21359452_21359452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21359452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21359452'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21359452'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21634003_21634003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21634003_21634003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21634003_21634003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21634003_21634003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21634003_21634003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21634003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21634003'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21634003'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22442179_22442179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22442179_22442179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22442179_22442179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22442179_22442179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22442179_22442179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22442179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22442179'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22442179'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21607585_21607585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21607585_21607585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21607585_21607585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21607585_21607585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21607585_21607585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21607585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21607585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21607585'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20789560_20789560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20789560_20789560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20789560_20789560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20789560_20789560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20789560_20789560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20789560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20789560'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20789560'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21611030_21611030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21611030_21611030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21611030_21611030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21611030_21611030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21611030_21611030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21611030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21611030'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21611030'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22127461_22127461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22127461_22127461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22127461_22127461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22127461_22127461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22127461_22127461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22127461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22127461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22127461'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21252939_21252939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21252939_21252939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21252939_21252939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21252939_21252939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21252939_21252939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21252939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21252939'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21252939'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21670131_21670131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21670131_21670131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21670131_21670131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21670131_21670131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21670131_21670131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21670131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21670131'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21670131'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22265545_22265545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22265545_22265545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22265545_22265545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22265545_22265545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22265545_22265545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22265545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22265545'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22265545'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20866156_20866156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20866156_20866156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20866156_20866156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20866156_20866156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20866156_20866156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20866156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20866156'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20866156'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20935952_20935952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20935952_20935952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20935952_20935952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20935952_20935952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20935952_20935952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20935952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20935952'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20935952'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20670061_20670061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20670061_20670061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20670061_20670061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20670061_20670061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20670061_20670061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20670061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20670061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20670061'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21254407_21254407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21254407_21254407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21254407_21254407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21254407_21254407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21254407_21254407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21254407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21254407'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21254407'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21726008_21726008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21726008_21726008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21726008_21726008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21726008_21726008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21726008_21726008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21726008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21726008'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21726008'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21977128_21977128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21977128_21977128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21977128_21977128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21977128_21977128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21977128_21977128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21977128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21977128'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21977128'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20769570_20769570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20769570_20769570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20769570_20769570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20769570_20769570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20769570_20769570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20769570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20769570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20769570'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22690297_22690297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22690297_22690297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22690297_22690297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22690297_22690297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22690297_22690297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22690297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22690297'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22690297'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22475835_22475835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22475835_22475835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22475835_22475835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22475835_22475835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22475835_22475835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22475835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22475835'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22475835'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21691476_21691476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21691476_21691476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21691476_21691476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21691476_21691476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21691476_21691476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21691476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21691476'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21691476'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21397170_21397170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21397170_21397170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21397170_21397170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21397170_21397170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21397170_21397170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21397170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21397170'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21397170'^^xsd:integer;
  dwc:observationDate '2014-10-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21789221_21789221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21789221_21789221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21789221_21789221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21789221_21789221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21789221_21789221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21789221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21789221'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21789221'^^xsd:integer;
  dwc:observationDate '2014-10-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20628083_20628083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20628083_20628083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20628083_20628083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20628083_20628083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20628083_20628083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20628083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20628083'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20628083'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22186894_22186894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22186894_22186894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22186894_22186894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22186894_22186894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22186894_22186894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22186894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22186894'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22186894'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22343350_22343350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22343350_22343350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22343350_22343350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22343350_22343350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22343350_22343350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22343350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22343350'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22343350'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20980022_20980022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20980022_20980022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20980022_20980022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20980022_20980022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20980022_20980022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20980022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20980022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20980022'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22050514_22050514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22050514_22050514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22050514_22050514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22050514_22050514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22050514_22050514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22050514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22050514'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22050514'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21895951_21895951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21895951_21895951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21895951_21895951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21895951_21895951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21895951_21895951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21895951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21895951'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21895951'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22655089_22655089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22655089_22655089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22655089_22655089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22655089_22655089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22655089_22655089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22655089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22655089'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22655089'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21141265_21141265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21141265_21141265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21141265_21141265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21141265_21141265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21141265_21141265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21141265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21141265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21141265'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21156446_21156446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21156446_21156446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21156446_21156446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21156446_21156446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21156446_21156446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21156446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21156446'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21156446'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21018365_21018365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21018365_21018365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21018365_21018365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21018365_21018365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21018365_21018365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21018365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21018365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21018365'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22099231_22099231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22099231_22099231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22099231_22099231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22099231_22099231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22099231_22099231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22099231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22099231'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22099231'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22489472_22489472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22489472_22489472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22489472_22489472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22489472_22489472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22489472_22489472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22489472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22489472'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22489472'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21353786_21353786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21353786_21353786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21353786_21353786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21353786_21353786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21353786_21353786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21353786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21353786'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21353786'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22641148_22641148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22641148_22641148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22641148_22641148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22641148_22641148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22641148_22641148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22641148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22641148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22641148'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21064707_21064707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21064707_21064707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21064707_21064707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21064707_21064707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21064707_21064707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21064707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21064707'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21064707'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21235574_21235574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21235574_21235574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21235574_21235574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21235574_21235574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21235574_21235574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21235574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21235574'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21235574'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21402848_21402848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21402848_21402848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21402848_21402848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21402848_21402848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21402848_21402848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21402848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21402848'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21402848'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22712882_22712882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22712882_22712882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22712882_22712882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22712882_22712882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22712882_22712882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22712882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22712882'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22712882'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21686906_21686906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21686906_21686906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21686906_21686906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21686906_21686906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21686906_21686906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21686906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21686906'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21686906'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21703557_21703557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21703557_21703557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21703557_21703557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21703557_21703557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21703557_21703557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21703557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21703557'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21703557'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21905305_21905305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21905305_21905305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21905305_21905305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21905305_21905305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21905305_21905305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21905305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21905305'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21905305'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20824736_20824736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20824736_20824736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20824736_20824736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20824736_20824736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20824736_20824736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20824736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20824736'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20824736'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22476365_22476365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22476365_22476365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22476365_22476365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22476365_22476365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22476365_22476365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22476365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22476365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22476365'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21972908_21972908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21972908_21972908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21972908_21972908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21972908_21972908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21972908_21972908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21972908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21972908'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21972908'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21899161_21899161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21899161_21899161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21899161_21899161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21899161_21899161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21899161_21899161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21899161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21899161'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21899161'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20845474_20845474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20845474_20845474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20845474_20845474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20845474_20845474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20845474_20845474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20845474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20845474'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20845474'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22327092_22327092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22327092_22327092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22327092_22327092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22327092_22327092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22327092_22327092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22327092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22327092'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22327092'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20629419_20629419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20629419_20629419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20629419_20629419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20629419_20629419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20629419_20629419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20629419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20629419'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20629419'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21162476_21162476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21162476_21162476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21162476_21162476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21162476_21162476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21162476_21162476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21162476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21162476'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21162476'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22205632_22205632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22205632_22205632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22205632_22205632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22205632_22205632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22205632_22205632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22205632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22205632'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22205632'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22118773_22118773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22118773_22118773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22118773_22118773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22118773_22118773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22118773_22118773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22118773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22118773'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22118773'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22658955_22658955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22658955_22658955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22658955_22658955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22658955_22658955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22658955_22658955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22658955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22658955'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22658955'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21803981_21803981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21803981_21803981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21803981_21803981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21803981_21803981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21803981_21803981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21803981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21803981'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21803981'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21574697_21574697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21574697_21574697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21574697_21574697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21574697_21574697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21574697_21574697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21574697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21574697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21574697'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21561724_21561724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21561724_21561724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21561724_21561724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21561724_21561724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21561724_21561724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21561724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21561724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21561724'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21115366_21115366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21115366_21115366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21115366_21115366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21115366_21115366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21115366_21115366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21115366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21115366'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21115366'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22232185_22232185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22232185_22232185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22232185_22232185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22232185_22232185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22232185_22232185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22232185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22232185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22232185'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21187853_21187853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21187853_21187853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21187853_21187853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21187853_21187853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21187853_21187853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21187853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21187853'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21187853'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22590411_22590411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22590411_22590411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22590411_22590411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22590411_22590411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22590411_22590411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22590411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22590411'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22590411'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21060588_21060588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21060588_21060588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21060588_21060588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21060588_21060588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21060588_21060588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21060588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21060588'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21060588'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20774980_20774980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20774980_20774980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20774980_20774980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20774980_20774980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20774980_20774980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20774980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20774980'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20774980'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20995667_20995667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20995667_20995667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20995667_20995667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20995667_20995667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20995667_20995667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20995667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20995667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20995667'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21636162_21636162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21636162_21636162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21636162_21636162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21636162_21636162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21636162_21636162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21636162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21636162'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21636162'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21480474_21480474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21480474_21480474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21480474_21480474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21480474_21480474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21480474_21480474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21480474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21480474'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21480474'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21742517_21742517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21742517_21742517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21742517_21742517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21742517_21742517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21742517_21742517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21742517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21742517'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21742517'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22656697_22656697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22656697_22656697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22656697_22656697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22656697_22656697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22656697_22656697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22656697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22656697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22656697'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21730175_21730175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21730175_21730175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21730175_21730175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21730175_21730175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21730175_21730175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21730175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21730175'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21730175'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22654552_22654552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22654552_22654552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22654552_22654552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22654552_22654552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22654552_22654552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22654552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22654552'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22654552'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22199347_22199347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22199347_22199347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22199347_22199347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22199347_22199347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22199347_22199347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22199347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22199347'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22199347'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20586701_20586701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20586701_20586701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20586701_20586701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20586701_20586701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20586701_20586701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20586701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20586701'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20586701'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21116138_21116138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21116138_21116138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21116138_21116138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21116138_21116138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21116138_21116138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21116138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21116138'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21116138'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22534412_22534412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22534412_22534412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22534412_22534412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22534412_22534412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22534412_22534412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22534412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22534412'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22534412'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22268228_22268228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22268228_22268228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22268228_22268228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22268228_22268228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22268228_22268228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22268228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22268228'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22268228'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22451675_22451675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22451675_22451675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22451675_22451675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22451675_22451675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22451675_22451675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22451675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22451675'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22451675'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21895533_21895533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21895533_21895533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21895533_21895533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21895533_21895533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21895533_21895533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21895533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21895533'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21895533'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22001117_22001117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22001117_22001117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22001117_22001117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22001117_22001117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22001117_22001117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22001117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22001117'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22001117'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20828295_20828295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20828295_20828295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20828295_20828295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20828295_20828295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20828295_20828295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20828295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20828295'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20828295'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22043606_22043606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22043606_22043606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22043606_22043606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22043606_22043606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22043606_22043606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22043606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22043606'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22043606'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21396601_21396601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21396601_21396601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21396601_21396601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21396601_21396601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21396601_21396601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21396601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21396601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21396601'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21152927_21152927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21152927_21152927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21152927_21152927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21152927_21152927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21152927_21152927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21152927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21152927'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21152927'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21526599_21526599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21526599_21526599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21526599_21526599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21526599_21526599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21526599_21526599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21526599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21526599'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21526599'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21085017_21085017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21085017_21085017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21085017_21085017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21085017_21085017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21085017_21085017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21085017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21085017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21085017'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21153857_21153857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21153857_21153857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21153857_21153857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21153857_21153857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21153857_21153857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21153857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21153857'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21153857'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21253140_21253140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21253140_21253140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21253140_21253140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21253140_21253140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21253140_21253140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21253140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21253140'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21253140'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21303471_21303471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21303471_21303471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21303471_21303471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21303471_21303471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21303471_21303471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21303471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21303471'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21303471'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21337121_21337121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21337121_21337121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21337121_21337121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21337121_21337121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21337121_21337121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21337121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21337121'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21337121'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20909203_20909203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20909203_20909203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20909203_20909203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20909203_20909203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20909203_20909203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20909203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20909203'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20909203'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21310714_21310714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21310714_21310714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21310714_21310714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21310714_21310714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21310714_21310714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21310714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21310714'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21310714'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21691247_21691247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21691247_21691247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21691247_21691247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21691247_21691247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21691247_21691247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21691247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21691247'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21691247'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21982686_21982686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21982686_21982686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21982686_21982686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21982686_21982686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21982686_21982686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21982686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21982686'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21982686'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21039158_21039158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21039158_21039158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21039158_21039158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21039158_21039158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21039158_21039158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21039158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21039158'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21039158'^^xsd:integer;
  dwc:observationDate '2014-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 32 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22381579_22381579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22381579_22381579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22381579_22381579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22381579_22381579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22381579_22381579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22381579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22381579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22381579'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21864657_21864657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21864657_21864657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21864657_21864657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21864657_21864657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21864657_21864657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21864657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21864657'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21864657'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22244595_22244595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22244595_22244595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22244595_22244595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22244595_22244595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22244595_22244595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22244595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22244595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22244595'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_20813791_20813791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20813791_20813791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20813791_20813791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20813791_20813791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20813791_20813791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20813791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20813791'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20813791'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_20962038_20962038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20962038_20962038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20962038_20962038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20962038_20962038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20962038_20962038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20962038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20962038'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20962038'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_22640739_22640739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22640739_22640739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22640739_22640739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22640739_22640739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22640739_22640739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22640739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22640739'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22640739'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_22502310_22502310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22502310_22502310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22502310_22502310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22502310_22502310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22502310_22502310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22502310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22502310'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22502310'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_20950457_20950457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20950457_20950457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20950457_20950457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20950457_20950457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20950457_20950457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20950457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20950457'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20950457'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_21813194_21813194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21813194_21813194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21813194_21813194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21813194_21813194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21813194_21813194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21813194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21813194'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21813194'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_22028997_22028997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22028997_22028997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22028997_22028997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22028997_22028997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22028997_22028997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22028997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22028997'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22028997'^^xsd:integer;
  dwc:observationDate '2014-11-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22312107_22312107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22312107_22312107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22312107_22312107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22312107_22312107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22312107_22312107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22312107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22312107'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22312107'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_20959051_20959051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20959051_20959051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20959051_20959051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20959051_20959051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20959051_20959051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20959051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20959051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20959051'^^xsd:integer;
  dwc:observationDate '2014-11-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 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/5871_21606243_21606243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21606243_21606243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21606243_21606243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21606243_21606243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21606243_21606243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21606243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21606243'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21606243'^^xsd:integer;
  dwc:observationDate '2014-11-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22422109_22422109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22422109_22422109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22422109_22422109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22422109_22422109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22422109_22422109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22422109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22422109'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22422109'^^xsd:integer;
  dwc:observationDate '2014-11-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 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/5871_21827361_21827361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21827361_21827361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21827361_21827361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21827361_21827361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21827361_21827361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21827361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21827361'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21827361'^^xsd:integer;
  dwc:observationDate '2014-11-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21255590_21255590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21255590_21255590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21255590_21255590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21255590_21255590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21255590_21255590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21255590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21255590'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21255590'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_22438908_22438908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22438908_22438908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22438908_22438908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22438908_22438908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22438908_22438908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22438908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22438908'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22438908'^^xsd:integer;
  dwc:observationDate '2014-11-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22050327_22050327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22050327_22050327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22050327_22050327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22050327_22050327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22050327_22050327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22050327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22050327'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22050327'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_20655843_20655843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20655843_20655843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20655843_20655843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20655843_20655843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20655843_20655843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20655843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20655843'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20655843'^^xsd:integer;
  dwc:observationDate '2014-11-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21527984_21527984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21527984_21527984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21527984_21527984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21527984_21527984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21527984_21527984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21527984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21527984'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21527984'^^xsd:integer;
  dwc:observationDate '2014-11-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20756908_20756908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20756908_20756908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20756908_20756908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20756908_20756908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20756908_20756908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20756908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20756908'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20756908'^^xsd:integer;
  dwc:observationDate '2014-11-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21237675_21237675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21237675_21237675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21237675_21237675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21237675_21237675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21237675_21237675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21237675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21237675'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21237675'^^xsd:integer;
  dwc:observationDate '2014-11-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22303552_22303552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22303552_22303552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22303552_22303552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22303552_22303552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22303552_22303552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22303552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22303552'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22303552'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_21471352_21471352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21471352_21471352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21471352_21471352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21471352_21471352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21471352_21471352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21471352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21471352'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21471352'^^xsd:integer;
  dwc:observationDate '2014-11-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 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/5871_22103223_22103223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22103223_22103223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22103223_22103223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22103223_22103223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22103223_22103223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22103223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22103223'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22103223'^^xsd:integer;
  dwc:observationDate '2014-11-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21823641_21823641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21823641_21823641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21823641_21823641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21823641_21823641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21823641_21823641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21823641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21823641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21823641'^^xsd:integer;
  dwc:observationDate '2014-11-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 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/5871_21379315_21379315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21379315_21379315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21379315_21379315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21379315_21379315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21379315_21379315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21379315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21379315'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21379315'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22346734_22346734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22346734_22346734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22346734_22346734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22346734_22346734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22346734_22346734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22346734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22346734'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22346734'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21967744_21967744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21967744_21967744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21967744_21967744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21967744_21967744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21967744_21967744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21967744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21967744'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21967744'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21780850_21780850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21780850_21780850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21780850_21780850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21780850_21780850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21780850_21780850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21780850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21780850'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21780850'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22569593_22569593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22569593_22569593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22569593_22569593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22569593_22569593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22569593_22569593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22569593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22569593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22569593'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22672633_22672633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22672633_22672633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22672633_22672633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22672633_22672633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22672633_22672633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22672633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22672633'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22672633'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22690524_22690524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22690524_22690524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22690524_22690524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22690524_22690524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22690524_22690524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22690524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22690524'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22690524'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20922433_20922433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20922433_20922433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20922433_20922433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20922433_20922433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20922433_20922433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20922433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20922433'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20922433'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20861167_20861167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20861167_20861167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20861167_20861167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20861167_20861167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20861167_20861167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20861167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20861167'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20861167'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22220205_22220205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22220205_22220205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22220205_22220205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22220205_22220205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22220205_22220205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22220205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22220205'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22220205'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22285227_22285227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22285227_22285227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22285227_22285227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22285227_22285227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22285227_22285227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22285227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22285227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22285227'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22522568_22522568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22522568_22522568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22522568_22522568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22522568_22522568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22522568_22522568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22522568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22522568'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22522568'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21996312_21996312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21996312_21996312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21996312_21996312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21996312_21996312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21996312_21996312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21996312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21996312'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21996312'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20694990_20694990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20694990_20694990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20694990_20694990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20694990_20694990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20694990_20694990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20694990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20694990'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20694990'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21975248_21975248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21975248_21975248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21975248_21975248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21975248_21975248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21975248_21975248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21975248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21975248'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21975248'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20919585_20919585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20919585_20919585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20919585_20919585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20919585_20919585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20919585_20919585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20919585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20919585'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20919585'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21113653_21113653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21113653_21113653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21113653_21113653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21113653_21113653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21113653_21113653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21113653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21113653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21113653'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21802182_21802182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21802182_21802182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21802182_21802182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21802182_21802182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21802182_21802182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21802182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21802182'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21802182'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21794469_21794469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21794469_21794469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21794469_21794469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21794469_21794469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21794469_21794469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21794469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21794469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21794469'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21895398_21895398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21895398_21895398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21895398_21895398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21895398_21895398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21895398_21895398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21895398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21895398'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21895398'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21828483_21828483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21828483_21828483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21828483_21828483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21828483_21828483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21828483_21828483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21828483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21828483'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21828483'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21399957_21399957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21399957_21399957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21399957_21399957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21399957_21399957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21399957_21399957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21399957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21399957'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21399957'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21427883_21427883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21427883_21427883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21427883_21427883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21427883_21427883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21427883_21427883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21427883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21427883'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21427883'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21213550_21213550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21213550_21213550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21213550_21213550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21213550_21213550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21213550_21213550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21213550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21213550'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21213550'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21772870_21772870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21772870_21772870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21772870_21772870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21772870_21772870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21772870_21772870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21772870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21772870'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21772870'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22623521_22623521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22623521_22623521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22623521_22623521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22623521_22623521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22623521_22623521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22623521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22623521'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22623521'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21716717_21716717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21716717_21716717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21716717_21716717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21716717_21716717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21716717_21716717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21716717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21716717'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21716717'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21729003_21729003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21729003_21729003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21729003_21729003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21729003_21729003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21729003_21729003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21729003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21729003'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21729003'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21967253_21967253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21967253_21967253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21967253_21967253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21967253_21967253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21967253_21967253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21967253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21967253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21967253'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21276498_21276498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21276498_21276498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21276498_21276498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21276498_21276498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21276498_21276498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21276498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21276498'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21276498'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20602705_20602705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20602705_20602705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20602705_20602705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20602705_20602705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20602705_20602705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20602705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20602705'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20602705'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21353230_21353230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21353230_21353230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21353230_21353230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21353230_21353230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21353230_21353230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21353230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21353230'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21353230'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21489531_21489531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21489531_21489531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21489531_21489531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21489531_21489531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21489531_21489531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21489531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21489531'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21489531'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21220818_21220818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21220818_21220818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21220818_21220818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21220818_21220818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21220818_21220818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21220818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21220818'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21220818'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21201845_21201845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21201845_21201845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21201845_21201845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21201845_21201845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21201845_21201845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21201845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21201845'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21201845'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21690002_21690002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21690002_21690002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21690002_21690002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21690002_21690002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21690002_21690002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21690002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21690002'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21690002'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21490365_21490365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21490365_21490365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21490365_21490365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21490365_21490365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21490365_21490365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21490365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21490365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21490365'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21364342_21364342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21364342_21364342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21364342_21364342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21364342_21364342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21364342_21364342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21364342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21364342'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21364342'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21371405_21371405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21371405_21371405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21371405_21371405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21371405_21371405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21371405_21371405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21371405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21371405'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21371405'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21299308_21299308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21299308_21299308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21299308_21299308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21299308_21299308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21299308_21299308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21299308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21299308'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21299308'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21687282_21687282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21687282_21687282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21687282_21687282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21687282_21687282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21687282_21687282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21687282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21687282'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21687282'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21859817_21859817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21859817_21859817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21859817_21859817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21859817_21859817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21859817_21859817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21859817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21859817'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21859817'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21937745_21937745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21937745_21937745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21937745_21937745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21937745_21937745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21937745_21937745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21937745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21937745'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21937745'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20608586_20608586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20608586_20608586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20608586_20608586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20608586_20608586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20608586_20608586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20608586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20608586'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20608586'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20616734_20616734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20616734_20616734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20616734_20616734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20616734_20616734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20616734_20616734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20616734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20616734'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20616734'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21323662_21323662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21323662_21323662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21323662_21323662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21323662_21323662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21323662_21323662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21323662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21323662'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21323662'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21533638_21533638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21533638_21533638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21533638_21533638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21533638_21533638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21533638_21533638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21533638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21533638'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21533638'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21592641_21592641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21592641_21592641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21592641_21592641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21592641_21592641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21592641_21592641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21592641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21592641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21592641'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21423340_21423340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21423340_21423340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21423340_21423340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21423340_21423340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21423340_21423340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21423340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21423340'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21423340'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21630761_21630761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21630761_21630761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21630761_21630761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21630761_21630761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21630761_21630761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21630761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21630761'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21630761'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22100007_22100007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22100007_22100007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22100007_22100007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22100007_22100007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22100007_22100007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22100007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22100007'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22100007'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22516753_22516753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22516753_22516753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22516753_22516753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22516753_22516753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22516753_22516753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22516753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22516753'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22516753'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22459940_22459940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22459940_22459940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22459940_22459940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22459940_22459940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22459940_22459940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22459940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22459940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22459940'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22065920_22065920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22065920_22065920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22065920_22065920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22065920_22065920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22065920_22065920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22065920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22065920'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22065920'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21376248_21376248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21376248_21376248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21376248_21376248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21376248_21376248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21376248_21376248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21376248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21376248'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21376248'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20886634_20886634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20886634_20886634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20886634_20886634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20886634_20886634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20886634_20886634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20886634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20886634'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20886634'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22637589_22637589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22637589_22637589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22637589_22637589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22637589_22637589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22637589_22637589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22637589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22637589'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22637589'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22329359_22329359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22329359_22329359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22329359_22329359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22329359_22329359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22329359_22329359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22329359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22329359'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22329359'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22699145_22699145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22699145_22699145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22699145_22699145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22699145_22699145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22699145_22699145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22699145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22699145'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22699145'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20704380_20704380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20704380_20704380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20704380_20704380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20704380_20704380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20704380_20704380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20704380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20704380'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20704380'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21521994_21521994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21521994_21521994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21521994_21521994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21521994_21521994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21521994_21521994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21521994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21521994'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21521994'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22111748_22111748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22111748_22111748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22111748_22111748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22111748_22111748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22111748_22111748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22111748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22111748'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22111748'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22375492_22375492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22375492_22375492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22375492_22375492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22375492_22375492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22375492_22375492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22375492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22375492'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22375492'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21321023_21321023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21321023_21321023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21321023_21321023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21321023_21321023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21321023_21321023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21321023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21321023'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21321023'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22689738_22689738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22689738_22689738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22689738_22689738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22689738_22689738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22689738_22689738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22689738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22689738'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22689738'^^xsd:integer;
  dwc:observationDate '2014-11-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20804331_20804331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20804331_20804331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20804331_20804331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20804331_20804331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20804331_20804331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20804331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20804331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20804331'^^xsd:integer;
  dwc:observationDate '2014-11-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21695323_21695323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21695323_21695323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21695323_21695323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21695323_21695323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21695323_21695323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21695323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21695323'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21695323'^^xsd:integer;
  dwc:observationDate '2014-11-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 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/5871_21056406_21056406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21056406_21056406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21056406_21056406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21056406_21056406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21056406_21056406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21056406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21056406'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21056406'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_21271366_21271366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21271366_21271366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21271366_21271366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21271366_21271366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21271366_21271366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21271366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21271366'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21271366'^^xsd:integer;
  dwc:observationDate '2014-11-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21220434_21220434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21220434_21220434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21220434_21220434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21220434_21220434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21220434_21220434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21220434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21220434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21220434'^^xsd:integer;
  dwc:observationDate '2014-11-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20877205_20877205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20877205_20877205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20877205_20877205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20877205_20877205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20877205_20877205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20877205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20877205'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20877205'^^xsd:integer;
  dwc:observationDate '2014-11-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20683348_20683348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20683348_20683348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20683348_20683348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20683348_20683348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20683348_20683348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20683348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20683348'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20683348'^^xsd:integer;
  dwc:observationDate '2014-11-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 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/5871_21471131_21471131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21471131_21471131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21471131_21471131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21471131_21471131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21471131_21471131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21471131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21471131'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21471131'^^xsd:integer;
  dwc:observationDate '2014-11-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 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/5871_20640061_20640061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20640061_20640061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20640061_20640061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20640061_20640061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20640061_20640061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20640061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20640061'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20640061'^^xsd:integer;
  dwc:observationDate '2014-11-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21817032_21817032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21817032_21817032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21817032_21817032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21817032_21817032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21817032_21817032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21817032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21817032'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21817032'^^xsd:integer;
  dwc:observationDate '2014-11-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21014421_21014421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21014421_21014421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21014421_21014421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21014421_21014421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21014421_21014421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21014421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21014421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21014421'^^xsd:integer;
  dwc:observationDate '2014-11-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21815780_21815780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21815780_21815780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21815780_21815780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21815780_21815780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21815780_21815780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21815780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21815780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21815780'^^xsd:integer;
  dwc:observationDate '2014-11-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22401667_22401667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22401667_22401667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22401667_22401667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22401667_22401667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22401667_22401667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22401667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22401667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22401667'^^xsd:integer;
  dwc:observationDate '2014-11-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22640235_22640235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22640235_22640235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22640235_22640235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22640235_22640235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22640235_22640235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22640235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22640235'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22640235'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_22716839_22716839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22716839_22716839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22716839_22716839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22716839_22716839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22716839_22716839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22716839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22716839'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22716839'^^xsd:integer;
  dwc:observationDate '2014-11-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21825027_21825027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21825027_21825027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21825027_21825027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21825027_21825027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21825027_21825027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21825027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21825027'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21825027'^^xsd:integer;
  dwc:observationDate '2014-11-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22054114_22054114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22054114_22054114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22054114_22054114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22054114_22054114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22054114_22054114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22054114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22054114'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22054114'^^xsd:integer;
  dwc:observationDate '2014-11-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21208443_21208443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21208443_21208443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21208443_21208443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21208443_21208443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21208443_21208443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21208443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21208443'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21208443'^^xsd:integer;
  dwc:observationDate '2014-11-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21157804_21157804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21157804_21157804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21157804_21157804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21157804_21157804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21157804_21157804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21157804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21157804'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21157804'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20640351_20640351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20640351_20640351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20640351_20640351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20640351_20640351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20640351_20640351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20640351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20640351'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20640351'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20588705_20588705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20588705_20588705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20588705_20588705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20588705_20588705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20588705_20588705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20588705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20588705'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20588705'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21794046_21794046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21794046_21794046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21794046_21794046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21794046_21794046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21794046_21794046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21794046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21794046'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21794046'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20978601_20978601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20978601_20978601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20978601_20978601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20978601_20978601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20978601_20978601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20978601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20978601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20978601'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20951469_20951469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20951469_20951469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20951469_20951469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20951469_20951469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20951469_20951469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20951469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20951469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20951469'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22682906_22682906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22682906_22682906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22682906_22682906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22682906_22682906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22682906_22682906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22682906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22682906'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22682906'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21144736_21144736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21144736_21144736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21144736_21144736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21144736_21144736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21144736_21144736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21144736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21144736'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21144736'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20978733_20978733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20978733_20978733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20978733_20978733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20978733_20978733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20978733_20978733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20978733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20978733'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20978733'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21251002_21251002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21251002_21251002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21251002_21251002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21251002_21251002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21251002_21251002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21251002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21251002'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21251002'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21155437_21155437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21155437_21155437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21155437_21155437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21155437_21155437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21155437_21155437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21155437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21155437'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21155437'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20856412_20856412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20856412_20856412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20856412_20856412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20856412_20856412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20856412_20856412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20856412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20856412'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20856412'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22417166_22417166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22417166_22417166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22417166_22417166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22417166_22417166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22417166_22417166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22417166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22417166'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22417166'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21460225_21460225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21460225_21460225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21460225_21460225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21460225_21460225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21460225_21460225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21460225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21460225'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21460225'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21296621_21296621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21296621_21296621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21296621_21296621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21296621_21296621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21296621_21296621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21296621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21296621'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21296621'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20997263_20997263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20997263_20997263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20997263_20997263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20997263_20997263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20997263_20997263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20997263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20997263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20997263'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21564642_21564642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21564642_21564642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21564642_21564642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21564642_21564642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21564642_21564642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21564642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21564642'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21564642'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22635254_22635254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22635254_22635254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22635254_22635254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22635254_22635254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22635254_22635254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22635254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22635254'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22635254'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21624653_21624653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21624653_21624653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21624653_21624653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21624653_21624653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21624653_21624653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21624653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21624653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21624653'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21733784_21733784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21733784_21733784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21733784_21733784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21733784_21733784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21733784_21733784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21733784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21733784'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21733784'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21097900_21097900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21097900_21097900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21097900_21097900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21097900_21097900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21097900_21097900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21097900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21097900'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21097900'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21535263_21535263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21535263_21535263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21535263_21535263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21535263_21535263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21535263_21535263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21535263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21535263'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21535263'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22480277_22480277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22480277_22480277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22480277_22480277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22480277_22480277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22480277_22480277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22480277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22480277'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22480277'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20670366_20670366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20670366_20670366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20670366_20670366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20670366_20670366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20670366_20670366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20670366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20670366'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20670366'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21816134_21816134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21816134_21816134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21816134_21816134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21816134_21816134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21816134_21816134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21816134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21816134'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21816134'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21679664_21679664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21679664_21679664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21679664_21679664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21679664_21679664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21679664_21679664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21679664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21679664'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21679664'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20695250_20695250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20695250_20695250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20695250_20695250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20695250_20695250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20695250_20695250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20695250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20695250'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20695250'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20958606_20958606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20958606_20958606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20958606_20958606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20958606_20958606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20958606_20958606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20958606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20958606'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20958606'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21139105_21139105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21139105_21139105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21139105_21139105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21139105_21139105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21139105_21139105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21139105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21139105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21139105'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20999928_20999928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20999928_20999928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20999928_20999928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20999928_20999928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20999928_20999928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20999928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20999928'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20999928'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21784508_21784508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21784508_21784508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21784508_21784508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21784508_21784508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21784508_21784508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21784508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21784508'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21784508'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21540855_21540855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21540855_21540855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21540855_21540855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21540855_21540855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21540855_21540855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21540855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21540855'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21540855'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21784528_21784528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21784528_21784528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21784528_21784528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21784528_21784528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21784528_21784528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21784528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21784528'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21784528'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20590087_20590087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20590087_20590087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20590087_20590087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20590087_20590087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20590087_20590087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20590087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20590087'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20590087'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20791037_20791037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20791037_20791037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20791037_20791037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20791037_20791037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20791037_20791037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20791037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20791037'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20791037'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22227797_22227797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22227797_22227797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22227797_22227797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22227797_22227797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22227797_22227797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22227797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22227797'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22227797'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22556266_22556266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22556266_22556266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22556266_22556266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22556266_22556266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22556266_22556266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22556266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22556266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22556266'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20681606_20681606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20681606_20681606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20681606_20681606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20681606_20681606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20681606_20681606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20681606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20681606'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20681606'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21393548_21393548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21393548_21393548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21393548_21393548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21393548_21393548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21393548_21393548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21393548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21393548'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21393548'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21274040_21274040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21274040_21274040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21274040_21274040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21274040_21274040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21274040_21274040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21274040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21274040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21274040'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21957621_21957621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21957621_21957621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21957621_21957621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21957621_21957621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21957621_21957621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21957621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21957621'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21957621'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21685399_21685399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21685399_21685399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21685399_21685399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21685399_21685399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21685399_21685399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21685399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21685399'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21685399'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22480600_22480600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22480600_22480600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22480600_22480600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22480600_22480600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22480600_22480600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22480600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22480600'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22480600'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21860710_21860710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21860710_21860710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21860710_21860710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21860710_21860710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21860710_21860710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21860710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21860710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21860710'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21094671_21094671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21094671_21094671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21094671_21094671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21094671_21094671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21094671_21094671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21094671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21094671'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21094671'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21863008_21863008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21863008_21863008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21863008_21863008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21863008_21863008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21863008_21863008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21863008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21863008'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21863008'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22662259_22662259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22662259_22662259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22662259_22662259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22662259_22662259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22662259_22662259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22662259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22662259'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22662259'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22186213_22186213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22186213_22186213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22186213_22186213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22186213_22186213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22186213_22186213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22186213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22186213'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22186213'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21262652_21262652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21262652_21262652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21262652_21262652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21262652_21262652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21262652_21262652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21262652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21262652'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21262652'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20918082_20918082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20918082_20918082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20918082_20918082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20918082_20918082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20918082_20918082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20918082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20918082'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20918082'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21860800_21860800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21860800_21860800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21860800_21860800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21860800_21860800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21860800_21860800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21860800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21860800'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21860800'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21217112_21217112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21217112_21217112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21217112_21217112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21217112_21217112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21217112_21217112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21217112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21217112'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21217112'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21052896_21052896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21052896_21052896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21052896_21052896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21052896_21052896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21052896_21052896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21052896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21052896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21052896'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21255781_21255781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21255781_21255781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21255781_21255781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21255781_21255781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21255781_21255781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21255781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21255781'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21255781'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21158174_21158174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21158174_21158174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21158174_21158174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21158174_21158174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21158174_21158174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21158174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21158174'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21158174'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21412321_21412321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21412321_21412321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21412321_21412321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21412321_21412321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21412321_21412321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21412321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21412321'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21412321'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22371944_22371944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22371944_22371944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22371944_22371944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22371944_22371944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22371944_22371944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22371944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22371944'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22371944'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21725890_21725890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21725890_21725890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21725890_21725890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21725890_21725890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21725890_21725890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21725890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21725890'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21725890'^^xsd:integer;
  dwc:observationDate '2014-12-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/5871_20622940_20622940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20622940_20622940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20622940_20622940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20622940_20622940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20622940_20622940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20622940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20622940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20622940'^^xsd:integer;
  dwc:observationDate '2014-12-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/5871_22115484_22115484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22115484_22115484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22115484_22115484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22115484_22115484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22115484_22115484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22115484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22115484'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22115484'^^xsd:integer;
  dwc:observationDate '2014-12-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/5871_21883174_21883174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21883174_21883174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21883174_21883174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21883174_21883174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21883174_21883174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21883174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21883174'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21883174'^^xsd:integer;
  dwc:observationDate '2014-12-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21681351_21681351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21681351_21681351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21681351_21681351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21681351_21681351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21681351_21681351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21681351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21681351'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21681351'^^xsd:integer;
  dwc:observationDate '2014-12-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/5871_22198361_22198361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22198361_22198361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22198361_22198361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22198361_22198361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22198361_22198361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22198361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22198361'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22198361'^^xsd:integer;
  dwc:observationDate '2014-12-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21718160_21718160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21718160_21718160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21718160_21718160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21718160_21718160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21718160_21718160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21718160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21718160'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21718160'^^xsd:integer;
  dwc:observationDate '2014-12-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 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/5871_22547945_22547945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22547945_22547945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22547945_22547945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22547945_22547945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22547945_22547945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22547945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22547945'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22547945'^^xsd:integer;
  dwc:observationDate '2014-12-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 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/5871_20653582_20653582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20653582_20653582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20653582_20653582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20653582_20653582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20653582_20653582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20653582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20653582'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20653582'^^xsd:integer;
  dwc:observationDate '2014-12-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/5871_22631509_22631509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22631509_22631509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22631509_22631509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22631509_22631509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22631509_22631509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22631509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22631509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22631509'^^xsd:integer;
  dwc:observationDate '2014-12-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21674266_21674266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21674266_21674266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21674266_21674266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21674266_21674266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21674266_21674266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21674266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21674266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21674266'^^xsd:integer;
  dwc:observationDate '2014-12-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22325946_22325946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22325946_22325946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22325946_22325946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22325946_22325946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22325946_22325946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22325946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22325946'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22325946'^^xsd:integer;
  dwc:observationDate '2014-12-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22710015_22710015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22710015_22710015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22710015_22710015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22710015_22710015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22710015_22710015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22710015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22710015'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22710015'^^xsd:integer;
  dwc:observationDate '2014-12-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20700044_20700044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20700044_20700044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20700044_20700044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20700044_20700044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20700044_20700044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20700044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20700044'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20700044'^^xsd:integer;
  dwc:observationDate '2014-12-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21482017_21482017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21482017_21482017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21482017_21482017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21482017_21482017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21482017_21482017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21482017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21482017'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21482017'^^xsd:integer;
  dwc:observationDate '2014-12-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21307078_21307078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21307078_21307078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21307078_21307078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21307078_21307078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21307078_21307078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21307078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21307078'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21307078'^^xsd:integer;
  dwc:observationDate '2014-12-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/5871_22500959_22500959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22500959_22500959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22500959_22500959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22500959_22500959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22500959_22500959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22500959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22500959'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22500959'^^xsd:integer;
  dwc:observationDate '2014-12-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21459963_21459963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21459963_21459963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21459963_21459963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21459963_21459963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21459963_21459963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21459963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21459963'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21459963'^^xsd:integer;
  dwc:observationDate '2014-12-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22022650_22022650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22022650_22022650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22022650_22022650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22022650_22022650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22022650_22022650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22022650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22022650'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22022650'^^xsd:integer;
  dwc:observationDate '2014-12-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/5871_21131546_21131546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21131546_21131546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21131546_21131546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21131546_21131546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21131546_21131546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21131546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21131546'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21131546'^^xsd:integer;
  dwc:observationDate '2014-12-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22031935_22031935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22031935_22031935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22031935_22031935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22031935_22031935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22031935_22031935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22031935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22031935'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22031935'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21388620_21388620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21388620_21388620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21388620_21388620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21388620_21388620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21388620_21388620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21388620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21388620'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21388620'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21179368_21179368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21179368_21179368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21179368_21179368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21179368_21179368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21179368_21179368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21179368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21179368'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21179368'^^xsd:integer;
  dwc:observationDate '2014-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21845452_21845452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21845452_21845452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21845452_21845452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21845452_21845452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21845452_21845452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21845452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21845452'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21845452'^^xsd:integer;
  dwc:observationDate '2014-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 4 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21176989_21176989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21176989_21176989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21176989_21176989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21176989_21176989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21176989_21176989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21176989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21176989'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21176989'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21551486_21551486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21551486_21551486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21551486_21551486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21551486_21551486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21551486_21551486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21551486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21551486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21551486'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20758227_20758227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20758227_20758227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20758227_20758227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20758227_20758227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20758227_20758227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20758227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20758227'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20758227'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21023663_21023663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21023663_21023663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21023663_21023663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21023663_21023663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21023663_21023663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21023663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21023663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21023663'^^xsd:integer;
  dwc:observationDate '2014-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 33 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21992754_21992754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21992754_21992754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21992754_21992754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21992754_21992754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21992754_21992754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21992754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21992754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21992754'^^xsd:integer;
  dwc:observationDate '2014-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 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21267436_21267436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21267436_21267436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21267436_21267436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21267436_21267436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21267436_21267436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21267436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21267436'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21267436'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22196348_22196348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22196348_22196348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22196348_22196348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22196348_22196348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22196348_22196348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22196348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22196348'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22196348'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22392260_22392260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22392260_22392260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22392260_22392260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22392260_22392260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22392260_22392260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22392260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22392260'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22392260'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21476051_21476051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21476051_21476051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21476051_21476051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21476051_21476051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21476051_21476051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21476051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21476051'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21476051'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_45717692_45717692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45717692_45717692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45717692_45717692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_45717692_45717692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_45717692_45717692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45717692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45717692'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45717692'^^xsd:integer;
  dwc:observationDate '2014-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 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_45717741_45717741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45717741_45717741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45717741_45717741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_45717741_45717741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_45717741_45717741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45717741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45717741'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45717741'^^xsd:integer;
  dwc:observationDate '2014-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 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22483255_22483255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22483255_22483255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22483255_22483255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22483255_22483255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22483255_22483255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22483255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22483255'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22483255'^^xsd:integer;
  dwc:observationDate '2014-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 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21617228_21617228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21617228_21617228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21617228_21617228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21617228_21617228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21617228_21617228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21617228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21617228'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21617228'^^xsd:integer;
  dwc:observationDate '2014-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 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21469118_21469118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21469118_21469118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21469118_21469118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21469118_21469118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21469118_21469118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21469118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21469118'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21469118'^^xsd:integer;
  dwc:observationDate '2014-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 86 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_45717917_45717917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45717917_45717917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45717917_45717917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_45717917_45717917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_45717917_45717917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45717917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45717917'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45717917'^^xsd:integer;
  dwc:observationDate '2014-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 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_45717966_45717966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45717966_45717966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45717966_45717966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_45717966_45717966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_45717966_45717966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45717966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45717966'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45717966'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22543695_22543695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22543695_22543695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22543695_22543695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22543695_22543695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22543695_22543695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22543695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22543695'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22543695'^^xsd:integer;
  dwc:observationDate '2014-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 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22271501_22271501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22271501_22271501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22271501_22271501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22271501_22271501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22271501_22271501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22271501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22271501'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22271501'^^xsd:integer;
  dwc:observationDate '2014-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 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_45718094_45718094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45718094_45718094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45718094_45718094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_45718094_45718094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_45718094_45718094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45718094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45718094'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45718094'^^xsd:integer;
  dwc:observationDate '2014-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 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_45718129_45718129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45718129_45718129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45718129_45718129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_45718129_45718129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_45718129_45718129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45718129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45718129'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45718129'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21093053_21093053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21093053_21093053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21093053_21093053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21093053_21093053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21093053_21093053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21093053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21093053'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21093053'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22334542_22334542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22334542_22334542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22334542_22334542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22334542_22334542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22334542_22334542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22334542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22334542'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22334542'^^xsd:integer;
  dwc:observationDate '2014-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 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_45718202_45718202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45718202_45718202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45718202_45718202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_45718202_45718202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_45718202_45718202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45718202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45718202'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45718202'^^xsd:integer;
  dwc:observationDate '2014-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 44 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20627275_20627275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20627275_20627275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20627275_20627275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20627275_20627275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20627275_20627275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20627275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20627275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20627275'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22114060_22114060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22114060_22114060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22114060_22114060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22114060_22114060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22114060_22114060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22114060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22114060'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22114060'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22402203_22402203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22402203_22402203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22402203_22402203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22402203_22402203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22402203_22402203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22402203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22402203'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22402203'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20948497_20948497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20948497_20948497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20948497_20948497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20948497_20948497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20948497_20948497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20948497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20948497'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20948497'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22338148_22338148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22338148_22338148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22338148_22338148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22338148_22338148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22338148_22338148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22338148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22338148'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22338148'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20682642_20682642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20682642_20682642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20682642_20682642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20682642_20682642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20682642_20682642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20682642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20682642'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20682642'^^xsd:integer;
  dwc:observationDate '2014-12-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 34 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20958291_20958291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20958291_20958291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20958291_20958291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20958291_20958291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20958291_20958291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20958291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20958291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20958291'^^xsd:integer;
  dwc:observationDate '2014-12-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20860063_20860063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20860063_20860063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20860063_20860063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20860063_20860063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20860063_20860063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20860063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20860063'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20860063'^^xsd:integer;
  dwc:observationDate '2014-12-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21384563_21384563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21384563_21384563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21384563_21384563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21384563_21384563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21384563_21384563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21384563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21384563'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21384563'^^xsd:integer;
  dwc:observationDate '2014-12-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20973410_20973410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20973410_20973410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20973410_20973410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20973410_20973410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20973410_20973410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20973410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20973410'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20973410'^^xsd:integer;
  dwc:observationDate '2014-12-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21339255_21339255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21339255_21339255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21339255_21339255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21339255_21339255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21339255_21339255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21339255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21339255'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21339255'^^xsd:integer;
  dwc:observationDate '2014-12-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22406005_22406005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22406005_22406005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22406005_22406005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22406005_22406005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22406005_22406005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22406005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22406005'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22406005'^^xsd:integer;
  dwc:observationDate '2014-12-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21212392_21212392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21212392_21212392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21212392_21212392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21212392_21212392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21212392_21212392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21212392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21212392'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21212392'^^xsd:integer;
  dwc:observationDate '2014-12-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_45718256_45718256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45718256_45718256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45718256_45718256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_45718256_45718256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_45718256_45718256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45718256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45718256'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45718256'^^xsd:integer;
  dwc:observationDate '2014-12-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22361458_22361458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22361458_22361458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22361458_22361458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22361458_22361458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22361458_22361458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22361458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22361458'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22361458'^^xsd:integer;
  dwc:observationDate '2014-12-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_45718259_45718259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45718259_45718259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45718259_45718259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_45718259_45718259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_45718259_45718259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45718259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45718259'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45718259'^^xsd:integer;
  dwc:observationDate '2014-12-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21108830_21108830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21108830_21108830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21108830_21108830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21108830_21108830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21108830_21108830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21108830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21108830'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21108830'^^xsd:integer;
  dwc:observationDate '2014-12-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/5871_21717043_21717043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21717043_21717043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21717043_21717043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21717043_21717043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21717043_21717043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21717043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21717043'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21717043'^^xsd:integer;
  dwc:observationDate '2014-12-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21791266_21791266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21791266_21791266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21791266_21791266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21791266_21791266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21791266_21791266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21791266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21791266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21791266'^^xsd:integer;
  dwc:observationDate '2014-12-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 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/5871_22713689_22713689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22713689_22713689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22713689_22713689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22713689_22713689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22713689_22713689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22713689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22713689'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22713689'^^xsd:integer;
  dwc:observationDate '2014-12-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22309836_22309836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22309836_22309836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22309836_22309836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22309836_22309836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22309836_22309836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22309836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22309836'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22309836'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21901710_21901710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21901710_21901710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21901710_21901710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21901710_21901710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21901710_21901710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21901710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21901710'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21901710'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22027923_22027923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22027923_22027923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22027923_22027923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22027923_22027923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22027923_22027923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22027923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22027923'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22027923'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22057635_22057635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22057635_22057635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22057635_22057635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22057635_22057635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22057635_22057635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22057635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22057635'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22057635'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22151260_22151260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22151260_22151260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22151260_22151260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22151260_22151260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22151260_22151260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22151260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22151260'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22151260'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21045880_21045880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21045880_21045880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21045880_21045880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21045880_21045880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21045880_21045880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21045880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21045880'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21045880'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20643348_20643348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20643348_20643348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20643348_20643348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20643348_20643348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20643348_20643348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20643348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20643348'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20643348'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22201024_22201024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22201024_22201024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22201024_22201024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22201024_22201024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22201024_22201024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22201024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22201024'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22201024'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22452685_22452685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22452685_22452685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22452685_22452685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22452685_22452685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22452685_22452685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22452685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22452685'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22452685'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21373633_21373633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21373633_21373633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21373633_21373633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21373633_21373633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21373633_21373633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21373633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21373633'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21373633'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23967195_23967195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23967195_23967195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23967195_23967195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23967195_23967195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23967195_23967195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23967195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23967195'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23967195'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614023_23614023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614023_23614023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614023_23614023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614023_23614023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614023_23614023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614023'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614023'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614073_23614073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614073_23614073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614073_23614073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614073_23614073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614073_23614073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614073'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614073'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614121_23614121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614121_23614121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614121_23614121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614121_23614121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614121_23614121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614121'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614121'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614170_23614170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614170_23614170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614170_23614170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614170_23614170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614170_23614170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614170'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614170'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614218_23614218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614218_23614218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614218_23614218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614218_23614218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614218_23614218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614218'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614218'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614270_23614270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614270_23614270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614270_23614270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614270_23614270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614270_23614270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614270'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614270'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614322_23614322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614322_23614322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614322_23614322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614322_23614322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614322_23614322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614322'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614322'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614373_23614373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614373_23614373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614373_23614373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614373_23614373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614373_23614373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614373'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614373'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614422_23614422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614422_23614422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614422_23614422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614422_23614422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614422_23614422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614422'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614422'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23614461_23614461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614461_23614461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614461_23614461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614461_23614461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614461_23614461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614461'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614461'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23614467_23614467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614467_23614467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614467_23614467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614467_23614467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614467_23614467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614467'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614467'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614510_23614510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614510_23614510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614510_23614510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614510_23614510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614510_23614510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614510'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614510'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614559_23614559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614559_23614559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614559_23614559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614559_23614559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614559_23614559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614559'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614559'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614610_23614610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614610_23614610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614610_23614610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614610_23614610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614610_23614610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614610'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614610'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614653_23614653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614653_23614653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614653_23614653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614653_23614653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614653_23614653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614653'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23614697_23614697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614697_23614697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614697_23614697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614697_23614697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614697_23614697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614697'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614746_23614746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614746_23614746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614746_23614746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614746_23614746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614746_23614746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614746'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614746'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23614792_23614792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614792_23614792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614792_23614792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614792_23614792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614792_23614792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614792'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614792'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23614839_23614839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614839_23614839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614839_23614839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614839_23614839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614839_23614839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614839'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614839'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23614883_23614883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614883_23614883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614883_23614883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614883_23614883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614883_23614883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614883'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614883'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23614930_23614930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614930_23614930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614930_23614930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614930_23614930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614930_23614930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614930'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614930'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23614974_23614974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23614974_23614974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23614974_23614974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23614974_23614974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23614974_23614974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23614974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23614974'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23614974'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615022_23615022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615022_23615022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615022_23615022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615022_23615022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615022_23615022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615022'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23896835_23896835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896835_23896835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896835_23896835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896835_23896835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896835_23896835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896835'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896835'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23896866_23896866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896866_23896866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896866_23896866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896866_23896866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896866_23896866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896866'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896866'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23896886_23896886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896886_23896886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896886_23896886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896886_23896886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896886_23896886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896886'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896886'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896899_23896899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896899_23896899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896899_23896899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896899_23896899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896899_23896899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896899'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896899'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23896910_23896910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896910_23896910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896910_23896910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896910_23896910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896910_23896910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896910'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896910'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23896918_23896918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896918_23896918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896918_23896918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896918_23896918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896918_23896918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896918'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896918'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23896920_23896920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896920_23896920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896920_23896920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896920_23896920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896920_23896920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896920'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896920'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23896921_23896921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896921_23896921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896921_23896921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896921_23896921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896921_23896921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896921'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896921'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23896923_23896923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896923_23896923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896923_23896923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896923_23896923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896923_23896923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896923'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896923'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23909803_23909803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23909803_23909803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23909803_23909803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23909803_23909803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23909803_23909803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23909803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23909803'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23909803'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23532690_23532690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23532690_23532690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23532690_23532690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23532690_23532690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23532690_23532690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23532690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23532690'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23532690'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23235519_23235519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235519_23235519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235519_23235519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235519_23235519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235519_23235519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235519'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235519'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23235554_23235554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235554_23235554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235554_23235554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235554_23235554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235554_23235554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235554'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235554'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23235560_23235560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235560_23235560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235560_23235560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235560_23235560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235560_23235560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235560'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235560'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23235565_23235565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235565_23235565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235565_23235565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235565_23235565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235565_23235565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235565'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235565'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23235593_23235593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235593_23235593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235593_23235593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235593_23235593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235593_23235593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235593'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235593'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23235623_23235623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235623_23235623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235623_23235623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235623_23235623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235623_23235623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235623'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235623'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23235634_23235634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235634_23235634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235634_23235634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235634_23235634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235634_23235634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235634'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235634'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23235662_23235662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235662_23235662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235662_23235662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235662_23235662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235662_23235662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235662'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235662'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23235707_23235707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235707_23235707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235707_23235707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235707_23235707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235707_23235707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235707'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235707'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23532697_23532697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23532697_23532697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23532697_23532697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23532697_23532697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23532697_23532697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23532697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23532697'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23532697'^^xsd:integer;
  dwc:observationDate '2015-01-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23235709_23235709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235709_23235709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235709_23235709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235709_23235709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235709_23235709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235709'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235709'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23235719_23235719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235719_23235719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235719_23235719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235719_23235719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235719_23235719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235719'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235719'^^xsd:integer;
  dwc:observationDate '2015-01-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23235740_23235740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235740_23235740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235740_23235740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235740_23235740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235740_23235740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235740'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235740'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23235753_23235753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235753_23235753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235753_23235753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235753_23235753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235753_23235753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235753'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235753'^^xsd:integer;
  dwc:observationDate '2015-01-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23235767_23235767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235767_23235767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235767_23235767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235767_23235767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235767_23235767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235767'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235767'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23235789_23235789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235789_23235789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235789_23235789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235789_23235789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235789_23235789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235789'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235789'^^xsd:integer;
  dwc:observationDate '2015-01-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23235808_23235808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235808_23235808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235808_23235808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235808_23235808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235808_23235808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235808'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235808'^^xsd:integer;
  dwc:observationDate '2015-01-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23235822_23235822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235822_23235822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235822_23235822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235822_23235822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235822_23235822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235822'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235822'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23235824_23235824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235824_23235824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235824_23235824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235824_23235824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235824_23235824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235824'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235824'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23235829_23235829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235829_23235829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235829_23235829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235829_23235829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235829_23235829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235829'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235829'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23235847_23235847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235847_23235847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235847_23235847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235847_23235847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235847_23235847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235847'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235847'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23235876_23235876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235876_23235876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235876_23235876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235876_23235876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235876_23235876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235876'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235876'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23235924_23235924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235924_23235924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235924_23235924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235924_23235924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235924_23235924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235924'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235924'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23235973_23235973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235973_23235973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235973_23235973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235973_23235973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235973_23235973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235973'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235973'^^xsd:integer;
  dwc:observationDate '2015-01-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23235976_23235976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235976_23235976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235976_23235976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235976_23235976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235976_23235976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235976'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235976'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23235978_23235978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23235978_23235978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23235978_23235978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23235978_23235978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23235978_23235978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23235978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23235978'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23235978'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23236001_23236001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236001_23236001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236001_23236001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236001_23236001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236001_23236001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236001'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236001'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23236040_23236040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236040_23236040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236040_23236040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236040_23236040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236040_23236040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236040'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23236080_23236080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236080_23236080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236080_23236080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236080_23236080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236080_23236080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236080'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236080'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23236125_23236125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236125_23236125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236125_23236125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236125_23236125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236125_23236125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236125'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236125'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23236143_23236143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236143_23236143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236143_23236143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236143_23236143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236143_23236143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236143'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236143'^^xsd:integer;
  dwc:observationDate '2015-01-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23236157_23236157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236157_23236157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236157_23236157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236157_23236157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236157_23236157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236157'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236157'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23236160_23236160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236160_23236160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236160_23236160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236160_23236160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236160_23236160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236160'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236160'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23236162_23236162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236162_23236162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236162_23236162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236162_23236162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236162_23236162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236162'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236162'^^xsd:integer;
  dwc:observationDate '2015-01-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23236176_23236176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236176_23236176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236176_23236176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236176_23236176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236176_23236176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236176'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236176'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23236196_23236196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236196_23236196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236196_23236196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236196_23236196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236196_23236196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236196'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236196'^^xsd:integer;
  dwc:observationDate '2015-01-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23236217_23236217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236217_23236217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236217_23236217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236217_23236217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236217_23236217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236217'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236217'^^xsd:integer;
  dwc:observationDate '2015-01-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23236238_23236238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236238_23236238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236238_23236238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236238_23236238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236238_23236238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236238'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236238'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23236255_23236255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236255_23236255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236255_23236255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236255_23236255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236255_23236255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236255'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236255'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23236295_23236295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236295_23236295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236295_23236295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236295_23236295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236295_23236295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236295'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236295'^^xsd:integer;
  dwc:observationDate '2015-01-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23236342_23236342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236342_23236342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236342_23236342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236342_23236342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236342_23236342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236342'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236342'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23236391_23236391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236391_23236391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236391_23236391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236391_23236391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236391_23236391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236391'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236391'^^xsd:integer;
  dwc:observationDate '2015-01-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23236425_23236425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236425_23236425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236425_23236425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236425_23236425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236425_23236425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236425'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236425'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23236449_23236449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236449_23236449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236449_23236449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236449_23236449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236449_23236449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236449'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236449'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23236497_23236497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236497_23236497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236497_23236497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236497_23236497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236497_23236497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236497'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236497'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23236538_23236538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236538_23236538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236538_23236538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236538_23236538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236538_23236538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236538'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236538'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23236546_23236546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236546_23236546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236546_23236546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236546_23236546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236546_23236546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236546'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236546'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236547_23236547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236547_23236547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236547_23236547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236547_23236547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236547_23236547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236547'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236547'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236549_23236549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236549_23236549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236549_23236549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236549_23236549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236549_23236549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236549'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236549'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236550_23236550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236550_23236550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236550_23236550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236550_23236550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236550_23236550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236550'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236550'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236552_23236552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236552_23236552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236552_23236552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236552_23236552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236552_23236552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236552'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236552'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236553_23236553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236553_23236553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236553_23236553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236553_23236553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236553_23236553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236553'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236553'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236555_23236555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236555_23236555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236555_23236555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236555_23236555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236555_23236555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236555'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236555'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236557_23236557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236557_23236557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236557_23236557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236557_23236557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236557_23236557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236557'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236557'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236559_23236559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236559_23236559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236559_23236559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236559_23236559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236559_23236559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236559'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236559'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236579_23236579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236579_23236579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236579_23236579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236579_23236579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236579_23236579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236579'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236579'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23236627_23236627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236627_23236627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236627_23236627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236627_23236627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236627_23236627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236627'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236627'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23236674_23236674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236674_23236674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236674_23236674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236674_23236674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236674_23236674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236674'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236674'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23236723_23236723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236723_23236723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236723_23236723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236723_23236723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236723_23236723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236723'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236723'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23236772_23236772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236772_23236772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236772_23236772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236772_23236772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236772_23236772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236772'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23236790_23236790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236790_23236790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236790_23236790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236790_23236790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236790_23236790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236790'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236790'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236791_23236791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236791_23236791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236791_23236791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236791_23236791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236791_23236791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236791'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236791'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236795_23236795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236795_23236795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236795_23236795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236795_23236795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236795_23236795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236795'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236795'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236799_23236799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236799_23236799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236799_23236799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236799_23236799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236799_23236799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236799'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236799'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236806_23236806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236806_23236806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236806_23236806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236806_23236806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236806_23236806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236806'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236812_23236812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236812_23236812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236812_23236812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236812_23236812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236812_23236812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236812'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236812'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236815_23236815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236815_23236815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236815_23236815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236815_23236815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236815_23236815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236815'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236820_23236820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236820_23236820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236820_23236820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236820_23236820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236820_23236820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236820'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236820'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236824_23236824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236824_23236824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236824_23236824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236824_23236824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236824_23236824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236824'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236824'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236827_23236827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236827_23236827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236827_23236827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236827_23236827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236827_23236827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236827'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236827'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236831_23236831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236831_23236831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236831_23236831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236831_23236831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236831_23236831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236831'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236831'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236833_23236833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236833_23236833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236833_23236833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236833_23236833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236833_23236833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236833'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236833'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236838_23236838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236838_23236838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236838_23236838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236838_23236838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236838_23236838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236838'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236838'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236846_23236846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236846_23236846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236846_23236846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236846_23236846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236846_23236846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236846'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236846'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236851_23236851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236851_23236851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236851_23236851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236851_23236851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236851_23236851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236851'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236851'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23236863_23236863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236863_23236863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236863_23236863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236863_23236863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236863_23236863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236863'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236863'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236870_23236870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236870_23236870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236870_23236870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236870_23236870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236870_23236870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236870'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236870'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236879_23236879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236879_23236879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236879_23236879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236879_23236879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236879_23236879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236879'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236879'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236880_23236880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236880_23236880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236880_23236880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236880_23236880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236880_23236880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236880'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236880'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236882_23236882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236882_23236882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236882_23236882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236882_23236882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236882_23236882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236882'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236882'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236889_23236889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236889_23236889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236889_23236889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236889_23236889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236889_23236889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236889'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236889'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236899_23236899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236899_23236899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236899_23236899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236899_23236899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236899_23236899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236899'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236899'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236906_23236906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236906_23236906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236906_23236906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236906_23236906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236906_23236906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236906'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236906'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236915_23236915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236915_23236915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236915_23236915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236915_23236915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236915_23236915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236915'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236915'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236925_23236925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236925_23236925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236925_23236925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236925_23236925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236925_23236925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236925'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236925'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236932_23236932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236932_23236932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236932_23236932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236932_23236932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236932_23236932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236932'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236932'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236942_23236942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236942_23236942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236942_23236942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236942_23236942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236942_23236942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236942'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236942'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23236956_23236956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236956_23236956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236956_23236956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236956_23236956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236956_23236956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236956'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236956'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236972_23236972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236972_23236972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236972_23236972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236972_23236972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236972_23236972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236972'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236972'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23236981_23236981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236981_23236981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236981_23236981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236981_23236981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236981_23236981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236981'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236981'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23236996_23236996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23236996_23236996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23236996_23236996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23236996_23236996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23236996_23236996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23236996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23236996'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23236996'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237008_23237008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237008_23237008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237008_23237008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237008_23237008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237008_23237008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237008'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237008'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237020_23237020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237020_23237020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237020_23237020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237020_23237020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237020_23237020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237020'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237020'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237032_23237032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237032_23237032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237032_23237032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237032_23237032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237032_23237032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237032'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237032'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237040_23237040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237040_23237040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237040_23237040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237040_23237040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237040_23237040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237040'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237048_23237048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237048_23237048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237048_23237048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237048_23237048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237048_23237048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237048'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237048'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237058_23237058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237058_23237058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237058_23237058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237058_23237058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237058_23237058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237058'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237058'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237068_23237068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237068_23237068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237068_23237068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237068_23237068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237068_23237068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237068'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237077_23237077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237077_23237077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237077_23237077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237077_23237077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237077_23237077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237077'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237077'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237083_23237083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237083_23237083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237083_23237083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237083_23237083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237083_23237083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237083'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237083'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237093_23237093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237093_23237093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237093_23237093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237093_23237093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237093_23237093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237093'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237093'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237105_23237105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237105_23237105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237105_23237105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237105_23237105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237105_23237105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237105'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237113_23237113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237113_23237113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237113_23237113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237113_23237113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237113_23237113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237113'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237113'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237141_23237141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237141_23237141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237141_23237141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237141_23237141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237141_23237141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237141'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237141'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237190_23237190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237190_23237190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237190_23237190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237190_23237190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237190_23237190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237190'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237190'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237239_23237239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237239_23237239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237239_23237239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237239_23237239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237239_23237239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237239'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237239'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237272_23237272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237272_23237272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237272_23237272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237272_23237272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237272_23237272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237272'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237282_23237282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237282_23237282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237282_23237282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237282_23237282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237282_23237282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237282'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237282'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237295_23237295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237295_23237295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237295_23237295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237295_23237295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237295_23237295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237295'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237295'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237302_23237302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237302_23237302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237302_23237302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237302_23237302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237302_23237302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237302'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237310_23237310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237310_23237310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237310_23237310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237310_23237310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237310_23237310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237310'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237310'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237312_23237312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237312_23237312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237312_23237312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237312_23237312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237312_23237312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237312'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237312'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237316_23237316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237316_23237316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237316_23237316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237316_23237316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237316_23237316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237316'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237316'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237324_23237324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237324_23237324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237324_23237324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237324_23237324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237324_23237324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237324'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237324'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237329_23237329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237329_23237329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237329_23237329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237329_23237329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237329_23237329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237329'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237329'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237350_23237350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237350_23237350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237350_23237350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237350_23237350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237350_23237350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237350'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237350'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23237369_23237369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237369_23237369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237369_23237369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237369_23237369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237369_23237369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237369'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237369'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237394_23237394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237394_23237394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237394_23237394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237394_23237394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237394_23237394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237394'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237394'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237406_23237406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237406_23237406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237406_23237406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237406_23237406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237406_23237406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237406'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237406'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237421_23237421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237421_23237421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237421_23237421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237421_23237421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237421_23237421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237421'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237421'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237436_23237436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237436_23237436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237436_23237436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237436_23237436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237436_23237436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237436'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237436'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237450_23237450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237450_23237450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237450_23237450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237450_23237450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237450_23237450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237450'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237450'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237471_23237471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237471_23237471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237471_23237471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237471_23237471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237471_23237471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237471'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237471'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237489_23237489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237489_23237489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237489_23237489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237489_23237489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237489_23237489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237489'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237489'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237509_23237509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237509_23237509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237509_23237509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237509_23237509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237509_23237509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237509'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237532_23237532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237532_23237532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237532_23237532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237532_23237532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237532_23237532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237532'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237532'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237554_23237554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237554_23237554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237554_23237554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237554_23237554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237554_23237554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237554'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237554'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237581_23237581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237581_23237581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237581_23237581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237581_23237581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237581_23237581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237581'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237581'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237606_23237606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237606_23237606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237606_23237606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237606_23237606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237606_23237606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237606'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237606'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237627_23237627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237627_23237627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237627_23237627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237627_23237627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237627_23237627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237627'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237627'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237645_23237645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237645_23237645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237645_23237645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237645_23237645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237645_23237645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237645'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237645'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237668_23237668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237668_23237668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237668_23237668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237668_23237668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237668_23237668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237668'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237668'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237692_23237692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237692_23237692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237692_23237692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237692_23237692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237692_23237692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237692'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237692'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23237721_23237721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237721_23237721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237721_23237721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237721_23237721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237721_23237721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237721'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237721'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237749_23237749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237749_23237749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237749_23237749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237749_23237749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237749_23237749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237749'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237749'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237770_23237770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237770_23237770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237770_23237770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237770_23237770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237770_23237770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237770'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237780_23237780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237780_23237780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237780_23237780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237780_23237780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237780_23237780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237780'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237780'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237797_23237797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237797_23237797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237797_23237797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237797_23237797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237797_23237797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237797'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237797'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237809_23237809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237809_23237809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237809_23237809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237809_23237809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237809_23237809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237809'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237809'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237822_23237822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237822_23237822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237822_23237822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237822_23237822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237822_23237822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237822'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237822'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237830_23237830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237830_23237830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237830_23237830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237830_23237830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237830_23237830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237830'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237830'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237838_23237838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237838_23237838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237838_23237838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237838_23237838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237838_23237838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237838'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237838'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237856_23237856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237856_23237856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237856_23237856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237856_23237856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237856_23237856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237856'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237856'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23237872_23237872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237872_23237872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237872_23237872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237872_23237872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237872_23237872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237872'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237872'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237879_23237879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237879_23237879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237879_23237879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237879_23237879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237879_23237879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237879'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237879'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237893_23237893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237893_23237893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237893_23237893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237893_23237893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237893_23237893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237893'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237893'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237903_23237903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237903_23237903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237903_23237903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237903_23237903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237903_23237903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237903'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237924_23237924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237924_23237924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237924_23237924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237924_23237924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237924_23237924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237924'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237924'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23237940_23237940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237940_23237940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237940_23237940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237940_23237940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237940_23237940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237940'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237947_23237947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237947_23237947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237947_23237947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237947_23237947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237947_23237947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237947'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237947'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23237964_23237964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237964_23237964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237964_23237964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237964_23237964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237964_23237964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237964'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237964'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237978_23237978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237978_23237978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237978_23237978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237978_23237978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237978_23237978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237978'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237978'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23237989_23237989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23237989_23237989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23237989_23237989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23237989_23237989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23237989_23237989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23237989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23237989'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23237989'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238000_23238000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238000_23238000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238000_23238000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238000_23238000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238000_23238000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238000'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238000'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238006_23238006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238006_23238006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238006_23238006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238006_23238006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238006_23238006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238006'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238011_23238011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238011_23238011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238011_23238011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238011_23238011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238011_23238011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238011'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238011'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238024_23238024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238024_23238024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238024_23238024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238024_23238024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238024_23238024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238024'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238024'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238044_23238044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238044_23238044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238044_23238044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238044_23238044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238044_23238044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238044'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238044'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238055_23238055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238055_23238055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238055_23238055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238055_23238055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238055_23238055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238055'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238055'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238074_23238074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238074_23238074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238074_23238074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238074_23238074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238074_23238074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238074'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238074'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238088_23238088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238088_23238088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238088_23238088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238088_23238088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238088_23238088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238088'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238088'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238112_23238112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238112_23238112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238112_23238112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238112_23238112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238112_23238112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238112'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238112'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238135_23238135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238135_23238135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238135_23238135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238135_23238135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238135_23238135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238135'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238135'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238164_23238164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238164_23238164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238164_23238164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238164_23238164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238164_23238164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238164'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238164'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238198_23238198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238198_23238198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238198_23238198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238198_23238198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238198_23238198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238198'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238198'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238229_23238229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238229_23238229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238229_23238229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238229_23238229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238229_23238229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238229'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238229'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238254_23238254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238254_23238254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238254_23238254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238254_23238254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238254_23238254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238254'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238254'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238275_23238275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238275_23238275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238275_23238275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238275_23238275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238275_23238275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238275'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238309_23238309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238309_23238309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238309_23238309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238309_23238309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238309_23238309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238309'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238309'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238335_23238335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238335_23238335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238335_23238335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238335_23238335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238335_23238335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238335'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238355_23238355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238355_23238355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238355_23238355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238355_23238355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238355_23238355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238355'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238355'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238373_23238373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238373_23238373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238373_23238373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238373_23238373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238373_23238373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238373'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238373'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238385_23238385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238385_23238385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238385_23238385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238385_23238385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238385_23238385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238385'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238385'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238420_23238420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238420_23238420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238420_23238420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238420_23238420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238420_23238420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238420'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238420'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238460_23238460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238460_23238460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238460_23238460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238460_23238460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238460_23238460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238460'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238460'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238494_23238494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238494_23238494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238494_23238494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238494_23238494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238494_23238494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238494'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238494'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238519_23238519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238519_23238519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238519_23238519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238519_23238519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238519_23238519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238519'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238519'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238548_23238548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238548_23238548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238548_23238548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238548_23238548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238548_23238548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238548'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238548'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238568_23238568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238568_23238568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238568_23238568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238568_23238568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238568_23238568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238568'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238568'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23238600_23238600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238600_23238600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238600_23238600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238600_23238600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238600_23238600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238600'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238600'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238627_23238627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238627_23238627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238627_23238627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238627_23238627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238627_23238627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238627'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238627'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238672_23238672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238672_23238672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238672_23238672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238672_23238672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238672_23238672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238672'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238672'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238701_23238701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238701_23238701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238701_23238701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238701_23238701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238701_23238701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238701'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238701'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23238729_23238729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238729_23238729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238729_23238729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238729_23238729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238729_23238729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238729'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238729'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238754_23238754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238754_23238754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238754_23238754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238754_23238754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238754_23238754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238754'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23238785_23238785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238785_23238785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238785_23238785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238785_23238785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238785_23238785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238785'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238785'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23238811_23238811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238811_23238811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238811_23238811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238811_23238811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238811_23238811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238811'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238811'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238854_23238854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238854_23238854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238854_23238854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238854_23238854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238854_23238854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238854'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238854'^^xsd:integer;
  dwc:observationDate '2015-02-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238896_23238896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238896_23238896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238896_23238896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238896_23238896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238896_23238896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238896'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238896'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23238929_23238929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238929_23238929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238929_23238929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238929_23238929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238929_23238929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238929'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238929'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23238949_23238949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238949_23238949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238949_23238949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238949_23238949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238949_23238949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238949'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238949'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23238979_23238979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23238979_23238979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23238979_23238979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23238979_23238979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23238979_23238979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23238979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23238979'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23238979'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23239007_23239007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239007_23239007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239007_23239007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239007_23239007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239007_23239007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239007'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239007'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23239019_23239019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239019_23239019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239019_23239019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239019_23239019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239019_23239019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239019'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239019'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23239025_23239025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239025_23239025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239025_23239025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239025_23239025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239025_23239025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239025'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239025'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23239033_23239033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239033_23239033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239033_23239033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239033_23239033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239033_23239033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239033'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239033'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23239041_23239041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239041_23239041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239041_23239041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239041_23239041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239041_23239041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239041'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23239057_23239057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239057_23239057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239057_23239057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239057_23239057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239057_23239057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239057'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239057'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23239065_23239065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239065_23239065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239065_23239065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239065_23239065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239065_23239065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239065'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239065'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23239071_23239071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239071_23239071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239071_23239071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239071_23239071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239071_23239071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239071'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23239100_23239100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239100_23239100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239100_23239100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239100_23239100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239100_23239100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239100'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239100'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23239129_23239129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239129_23239129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239129_23239129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239129_23239129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239129_23239129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239129'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239129'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23239135_23239135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239135_23239135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239135_23239135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239135_23239135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239135_23239135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239135'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239135'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23239145_23239145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239145_23239145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239145_23239145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239145_23239145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239145_23239145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239145'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239145'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23239154_23239154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239154_23239154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239154_23239154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239154_23239154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239154_23239154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239154'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239154'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23239180_23239180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239180_23239180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239180_23239180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239180_23239180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239180_23239180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239180'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239180'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23239213_23239213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239213_23239213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239213_23239213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239213_23239213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239213_23239213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239213'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239213'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23239233_23239233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239233_23239233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239233_23239233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239233_23239233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239233_23239233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239233'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239233'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23239239_23239239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239239_23239239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239239_23239239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239239_23239239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239239_23239239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239239'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239239'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23239252_23239252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239252_23239252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239252_23239252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239252_23239252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239252_23239252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239252'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239252'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23239264_23239264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239264_23239264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239264_23239264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239264_23239264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239264_23239264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239264'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239264'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23239301_23239301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239301_23239301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239301_23239301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239301_23239301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239301_23239301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239301'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239301'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23239343_23239343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239343_23239343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239343_23239343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239343_23239343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239343_23239343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239343'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239343'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23239387_23239387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239387_23239387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239387_23239387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239387_23239387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239387_23239387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239387'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239387'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23239431_23239431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239431_23239431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239431_23239431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239431_23239431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239431_23239431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239431'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239431'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23239460_23239460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239460_23239460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239460_23239460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239460_23239460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239460_23239460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239460'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239460'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23239491_23239491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239491_23239491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239491_23239491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239491_23239491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239491_23239491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239491'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239491'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23239536_23239536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239536_23239536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239536_23239536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239536_23239536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239536_23239536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239536'^^xsd:integer;
  dwc:observationDate '2015-02-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23239569_23239569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239569_23239569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239569_23239569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239569_23239569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239569_23239569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239569'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239569'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23239592_23239592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239592_23239592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239592_23239592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239592_23239592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239592_23239592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239592'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239592'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23239594_23239594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239594_23239594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239594_23239594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239594_23239594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239594_23239594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239594'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239594'^^xsd:integer;
  dwc:observationDate '2015-02-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 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/5871_23239630_23239630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239630_23239630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239630_23239630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239630_23239630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239630_23239630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239630'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239630'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23532698_23532698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23532698_23532698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23532698_23532698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23532698_23532698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23532698_23532698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23532698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23532698'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23532698'^^xsd:integer;
  dwc:observationDate '2015-02-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23239640_23239640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239640_23239640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239640_23239640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239640_23239640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239640_23239640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239640'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239640'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_23239641_23239641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23239641_23239641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23239641_23239641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23239641_23239641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23239641_23239641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23239641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23239641'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23239641'^^xsd:integer;
  dwc:observationDate '2015-02-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/5871_386_1157783_capture_386_1157783_capture>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_386_1157783_capture_386_1157783_capture> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_386_1157783_capture_386_1157783_capture> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.990647 5.058911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.990647"^^xsd:decimal ;
  dwc:decimalLongitude "5.058911"^^xsd:decimal ;
  dwc: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/5871_386_1157783_capture_386_1157783_capture>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.990647 5.058911)"^^geo:wktLiteral ;
  geo-pos:lat "50.990647"^^xsd:decimal ;
  geo-pos:long "5.058911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_386_1157783_capture_386_1157783_capture>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "386_1157783_capture" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '386_1157783_capture'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.058911'^^xsd:double;
  dwc:latitude '50.990647'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'capture'^^xsd:string;
  dwc:occurrenceId '386_1157783_capture'^^xsd:string;
  dwc:observationDate '2014-04-24'^^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/5871_386_1157783_release_386_1157783_release>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_386_1157783_release_386_1157783_release> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_386_1157783_release_386_1157783_release> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc: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/5871_386_1157783_release_386_1157783_release>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "187"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_386_1157783_release_386_1157783_release>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "386_1157783_release" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  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 '386_1157783_release'^^xsd:string;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '187'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'release'^^xsd:string;
  dwc:occurrenceId '386_1157783_release'^^xsd:string;
  dwc:observationDate '2014-04-24'^^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/5871_20596118_20596118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20596118_20596118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20596118_20596118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20596118_20596118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20596118_20596118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20596118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20596118'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20596118'^^xsd:integer;
  dwc:observationDate '2014-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 77 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22695295_22695295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22695295_22695295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22695295_22695295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22695295_22695295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22695295_22695295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22695295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22695295'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22695295'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21601533_21601533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21601533_21601533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21601533_21601533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0089239"^^xsd:decimal ;
  dwc:decimalLongitude "4.9623949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21601533_21601533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0089239 4.9623949)"^^geo:wktLiteral ;
  geo-pos:lat "51.0089239"^^xsd:decimal ;
  geo-pos:long "4.9623949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21601533_21601533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21601533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21601533'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '4.9623949'^^xsd:double;
  dwc:latitude '51.0089239'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21601533'^^xsd:integer;
  dwc:observationDate '2014-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-122323'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22213280_22213280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22213280_22213280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22213280_22213280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0026609"^^xsd:decimal ;
  dwc:decimalLongitude "4.9914479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22213280_22213280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0026609 4.9914479)"^^geo:wktLiteral ;
  geo-pos:lat "51.0026609"^^xsd:decimal ;
  geo-pos:long "4.9914479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22213280_22213280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22213280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22213280'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '4.9914479'^^xsd:double;
  dwc:latitude '51.0026609'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22213280'^^xsd:integer;
  dwc:observationDate '2014-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-122337'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21425752_21425752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21425752_21425752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21425752_21425752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21425752_21425752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21425752_21425752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21425752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21425752'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21425752'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20901719_20901719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20901719_20901719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20901719_20901719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9898768"^^xsd:decimal ;
  dwc:decimalLongitude "5.0152068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20901719_20901719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9898768 5.0152068)"^^geo:wktLiteral ;
  geo-pos:lat "50.9898768"^^xsd:decimal ;
  geo-pos:long "5.0152068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20901719_20901719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20901719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20901719'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0152068'^^xsd:double;
  dwc:latitude '50.9898768'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20901719'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122341'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22259513_22259513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22259513_22259513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22259513_22259513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22259513_22259513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22259513_22259513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22259513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22259513'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22259513'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21872250_21872250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21872250_21872250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21872250_21872250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21872250_21872250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21872250_21872250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21872250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21872250'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21872250'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21092820_21092820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21092820_21092820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21092820_21092820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21092820_21092820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21092820_21092820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21092820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21092820'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21092820'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21687398_21687398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21687398_21687398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21687398_21687398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21687398_21687398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21687398_21687398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21687398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21687398'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21687398'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22424622_22424622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22424622_22424622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22424622_22424622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22424622_22424622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22424622_22424622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22424622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22424622'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22424622'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21308203_21308203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21308203_21308203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21308203_21308203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21308203_21308203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21308203_21308203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21308203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21308203'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21308203'^^xsd:integer;
  dwc:observationDate '2014-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 7 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21302602_21302602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21302602_21302602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21302602_21302602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21302602_21302602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21302602_21302602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21302602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21302602'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21302602'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22339927_22339927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22339927_22339927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22339927_22339927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22339927_22339927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22339927_22339927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22339927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22339927'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22339927'^^xsd:integer;
  dwc:observationDate '2014-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 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20871178_20871178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20871178_20871178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20871178_20871178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20871178_20871178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20871178_20871178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20871178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20871178'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20871178'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21430887_21430887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21430887_21430887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21430887_21430887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21430887_21430887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21430887_21430887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21430887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21430887'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21430887'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22593068_22593068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22593068_22593068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22593068_22593068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22593068_22593068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22593068_22593068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22593068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22593068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22593068'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20684596_20684596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20684596_20684596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20684596_20684596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20684596_20684596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20684596_20684596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20684596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20684596'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20684596'^^xsd:integer;
  dwc:observationDate '2014-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 45 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21089454_21089454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21089454_21089454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21089454_21089454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21089454_21089454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21089454_21089454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21089454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21089454'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21089454'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21169280_21169280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21169280_21169280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21169280_21169280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21169280_21169280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21169280_21169280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21169280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21169280'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21169280'^^xsd:integer;
  dwc:observationDate '2014-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 35 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21834667_21834667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21834667_21834667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21834667_21834667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21834667_21834667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21834667_21834667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21834667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21834667'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21834667'^^xsd:integer;
  dwc:observationDate '2014-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20885254_20885254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20885254_20885254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20885254_20885254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20885254_20885254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20885254_20885254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20885254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20885254'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20885254'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22444113_22444113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22444113_22444113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22444113_22444113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22444113_22444113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22444113_22444113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22444113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22444113'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22444113'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22120483_22120483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22120483_22120483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22120483_22120483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22120483_22120483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22120483_22120483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22120483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22120483'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22120483'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21325834_21325834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21325834_21325834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21325834_21325834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21325834_21325834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21325834_21325834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21325834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21325834'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21325834'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22075237_22075237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22075237_22075237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22075237_22075237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22075237_22075237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22075237_22075237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22075237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22075237'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22075237'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22332948_22332948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22332948_22332948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22332948_22332948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22332948_22332948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22332948_22332948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22332948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22332948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22332948'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22326563_22326563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22326563_22326563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22326563_22326563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22326563_22326563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22326563_22326563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22326563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22326563'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22326563'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21730754_21730754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21730754_21730754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21730754_21730754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21730754_21730754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21730754_21730754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21730754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21730754'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21730754'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21827644_21827644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21827644_21827644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21827644_21827644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21827644_21827644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21827644_21827644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21827644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21827644'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21827644'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21381016_21381016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21381016_21381016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21381016_21381016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21381016_21381016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21381016_21381016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21381016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21381016'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21381016'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21155164_21155164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21155164_21155164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21155164_21155164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21155164_21155164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21155164_21155164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21155164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21155164'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21155164'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22658632_22658632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22658632_22658632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22658632_22658632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22658632_22658632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22658632_22658632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22658632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22658632'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22658632'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22238162_22238162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22238162_22238162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22238162_22238162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22238162_22238162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22238162_22238162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22238162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22238162'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22238162'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22252038_22252038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22252038_22252038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22252038_22252038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22252038_22252038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22252038_22252038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22252038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22252038'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22252038'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21550616_21550616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21550616_21550616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21550616_21550616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21550616_21550616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21550616_21550616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21550616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21550616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21550616'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21057810_21057810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21057810_21057810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21057810_21057810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21057810_21057810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21057810_21057810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21057810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21057810'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21057810'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21751292_21751292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21751292_21751292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21751292_21751292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21751292_21751292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21751292_21751292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21751292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21751292'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21751292'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21035736_21035736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21035736_21035736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21035736_21035736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21035736_21035736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21035736_21035736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21035736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21035736'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21035736'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20640183_20640183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20640183_20640183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20640183_20640183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20640183_20640183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20640183_20640183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20640183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20640183'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20640183'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21609455_21609455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21609455_21609455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21609455_21609455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21609455_21609455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21609455_21609455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21609455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21609455'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21609455'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21328930_21328930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21328930_21328930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21328930_21328930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21328930_21328930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21328930_21328930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21328930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21328930'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21328930'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20965293_20965293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20965293_20965293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20965293_20965293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20965293_20965293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20965293_20965293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20965293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20965293'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20965293'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21408553_21408553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21408553_21408553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21408553_21408553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21408553_21408553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21408553_21408553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21408553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21408553'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21408553'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21090215_21090215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21090215_21090215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21090215_21090215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21090215_21090215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21090215_21090215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21090215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21090215'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21090215'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20878648_20878648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20878648_20878648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20878648_20878648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20878648_20878648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20878648_20878648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20878648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20878648'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20878648'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22421284_22421284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22421284_22421284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22421284_22421284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22421284_22421284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22421284_22421284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22421284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22421284'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22421284'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21340294_21340294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21340294_21340294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21340294_21340294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21340294_21340294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21340294_21340294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21340294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21340294'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21340294'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21625388_21625388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21625388_21625388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21625388_21625388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21625388_21625388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21625388_21625388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21625388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21625388'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21625388'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21144060_21144060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21144060_21144060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21144060_21144060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21144060_21144060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21144060_21144060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21144060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21144060'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21144060'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20878825_20878825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20878825_20878825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20878825_20878825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20878825_20878825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20878825_20878825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20878825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20878825'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20878825'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22044273_22044273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22044273_22044273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22044273_22044273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22044273_22044273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22044273_22044273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22044273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22044273'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22044273'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22479254_22479254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22479254_22479254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22479254_22479254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22479254_22479254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22479254_22479254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22479254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22479254'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22479254'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20675926_20675926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20675926_20675926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20675926_20675926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20675926_20675926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20675926_20675926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20675926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20675926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20675926'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22331147_22331147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22331147_22331147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22331147_22331147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22331147_22331147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22331147_22331147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22331147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22331147'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22331147'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22689459_22689459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22689459_22689459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22689459_22689459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22689459_22689459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22689459_22689459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22689459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22689459'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22689459'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20986806_20986806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20986806_20986806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20986806_20986806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20986806_20986806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20986806_20986806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20986806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20986806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20986806'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21604078_21604078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21604078_21604078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21604078_21604078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21604078_21604078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21604078_21604078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21604078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21604078'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21604078'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22173040_22173040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22173040_22173040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22173040_22173040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22173040_22173040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22173040_22173040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22173040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22173040'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22173040'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21232430_21232430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21232430_21232430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21232430_21232430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21232430_21232430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21232430_21232430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21232430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21232430'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21232430'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21707125_21707125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21707125_21707125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21707125_21707125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21707125_21707125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21707125_21707125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21707125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21707125'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21707125'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21368556_21368556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21368556_21368556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21368556_21368556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21368556_21368556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21368556_21368556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21368556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21368556'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21368556'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21911755_21911755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21911755_21911755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21911755_21911755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21911755_21911755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21911755_21911755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21911755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21911755'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21911755'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21331204_21331204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21331204_21331204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21331204_21331204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21331204_21331204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21331204_21331204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21331204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21331204'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21331204'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20936756_20936756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20936756_20936756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20936756_20936756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20936756_20936756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20936756_20936756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20936756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20936756'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20936756'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21404729_21404729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21404729_21404729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21404729_21404729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21404729_21404729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21404729_21404729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21404729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21404729'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21404729'^^xsd:integer;
  dwc:observationDate '2014-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/5871_22620385_22620385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22620385_22620385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22620385_22620385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22620385_22620385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22620385_22620385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22620385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22620385'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22620385'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22011536_22011536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22011536_22011536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22011536_22011536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22011536_22011536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22011536_22011536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22011536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22011536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22011536'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22422262_22422262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22422262_22422262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22422262_22422262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22422262_22422262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22422262_22422262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22422262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22422262'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22422262'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21253274_21253274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21253274_21253274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21253274_21253274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21253274_21253274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21253274_21253274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21253274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21253274'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21253274'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22238612_22238612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22238612_22238612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22238612_22238612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22238612_22238612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22238612_22238612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22238612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22238612'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22238612'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22119375_22119375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22119375_22119375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22119375_22119375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22119375_22119375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22119375_22119375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22119375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22119375'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22119375'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21052048_21052048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21052048_21052048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21052048_21052048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21052048_21052048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21052048_21052048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21052048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21052048'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21052048'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21291763_21291763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21291763_21291763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21291763_21291763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21291763_21291763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21291763_21291763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21291763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21291763'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21291763'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22600434_22600434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22600434_22600434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22600434_22600434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22600434_22600434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22600434_22600434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22600434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22600434'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22600434'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22058764_22058764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22058764_22058764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22058764_22058764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22058764_22058764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22058764_22058764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22058764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22058764'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22058764'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21585099_21585099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21585099_21585099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21585099_21585099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21585099_21585099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21585099_21585099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21585099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21585099'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21585099'^^xsd:integer;
  dwc:observationDate '2014-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-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21766409_21766409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21766409_21766409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21766409_21766409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21766409_21766409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21766409_21766409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21766409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21766409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21766409'^^xsd:integer;
  dwc:observationDate '2014-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 29 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21574935_21574935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21574935_21574935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21574935_21574935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21574935_21574935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21574935_21574935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21574935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21574935'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21574935'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22637576_22637576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22637576_22637576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22637576_22637576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9909004"^^xsd:decimal ;
  dwc:decimalLongitude "5.0310774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22637576_22637576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9909004 5.0310774)"^^geo:wktLiteral ;
  geo-pos:lat "50.9909004"^^xsd:decimal ;
  geo-pos:long "5.0310774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22637576_22637576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22637576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22637576'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0310774'^^xsd:double;
  dwc:latitude '50.9909004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22637576'^^xsd:integer;
  dwc:observationDate '2014-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-122320'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20870835_20870835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20870835_20870835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20870835_20870835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.991246"^^xsd:decimal ;
  dwc:decimalLongitude "5.0403814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20870835_20870835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.991246 5.0403814)"^^geo:wktLiteral ;
  geo-pos:lat "50.991246"^^xsd:decimal ;
  geo-pos:long "5.0403814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20870835_20870835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20870835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20870835'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0403814'^^xsd:double;
  dwc:latitude '50.991246'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20870835'^^xsd:integer;
  dwc:observationDate '2014-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 15 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122330'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21888569_21888569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21888569_21888569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21888569_21888569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9912632"^^xsd:decimal ;
  dwc:decimalLongitude "5.049155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21888569_21888569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9912632 5.049155)"^^geo:wktLiteral ;
  geo-pos:lat "50.9912632"^^xsd:decimal ;
  geo-pos:long "5.049155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21888569_21888569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21888569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21888569'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.049155'^^xsd:double;
  dwc:latitude '50.9912632'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21888569'^^xsd:integer;
  dwc:observationDate '2014-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-124070'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20949765_20949765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20949765_20949765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20949765_20949765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20949765_20949765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20949765_20949765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20949765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20949765'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20949765'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20977654_20977654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20977654_20977654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20977654_20977654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20977654_20977654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20977654_20977654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20977654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20977654'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20977654'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21806660_21806660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21806660_21806660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21806660_21806660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21806660_21806660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21806660_21806660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21806660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21806660'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21806660'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22191791_22191791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22191791_22191791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22191791_22191791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22191791_22191791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22191791_22191791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22191791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22191791'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22191791'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21994779_21994779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21994779_21994779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21994779_21994779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21994779_21994779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21994779_21994779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21994779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21994779'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21994779'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21196809_21196809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21196809_21196809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21196809_21196809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21196809_21196809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21196809_21196809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21196809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21196809'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21196809'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20659479_20659479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20659479_20659479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20659479_20659479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20659479_20659479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20659479_20659479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20659479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20659479'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20659479'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22282775_22282775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22282775_22282775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22282775_22282775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22282775_22282775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22282775_22282775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22282775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22282775'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22282775'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22658625_22658625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22658625_22658625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22658625_22658625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22658625_22658625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22658625_22658625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22658625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22658625'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22658625'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21776609_21776609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21776609_21776609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21776609_21776609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21776609_21776609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21776609_21776609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21776609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21776609'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21776609'^^xsd:integer;
  dwc:observationDate '2014-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 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20606355_20606355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20606355_20606355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20606355_20606355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20606355_20606355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20606355_20606355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20606355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20606355'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20606355'^^xsd:integer;
  dwc:observationDate '2014-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 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20946999_20946999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20946999_20946999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20946999_20946999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20946999_20946999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20946999_20946999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20946999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20946999'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20946999'^^xsd:integer;
  dwc:observationDate '2014-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 137 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21999257_21999257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21999257_21999257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21999257_21999257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21999257_21999257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21999257_21999257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21999257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21999257'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21999257'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22202502_22202502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22202502_22202502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22202502_22202502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22202502_22202502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22202502_22202502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22202502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22202502'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22202502'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21253396_21253396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21253396_21253396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21253396_21253396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21253396_21253396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21253396_21253396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21253396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21253396'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21253396'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20846653_20846653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20846653_20846653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20846653_20846653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20846653_20846653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20846653_20846653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20846653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20846653'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20846653'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22601177_22601177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22601177_22601177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22601177_22601177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22601177_22601177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22601177_22601177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22601177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22601177'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22601177'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21800353_21800353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21800353_21800353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21800353_21800353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21800353_21800353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21800353_21800353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21800353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21800353'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21800353'^^xsd:integer;
  dwc:observationDate '2014-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 67 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21800960_21800960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21800960_21800960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21800960_21800960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21800960_21800960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21800960_21800960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21800960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21800960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21800960'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21707098_21707098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21707098_21707098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21707098_21707098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21707098_21707098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21707098_21707098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21707098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21707098'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21707098'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21935623_21935623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21935623_21935623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21935623_21935623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21935623_21935623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21935623_21935623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21935623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21935623'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21935623'^^xsd:integer;
  dwc:observationDate '2014-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21323202_21323202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21323202_21323202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21323202_21323202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21323202_21323202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21323202_21323202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21323202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21323202'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21323202'^^xsd:integer;
  dwc:observationDate '2014-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 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20654139_20654139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20654139_20654139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20654139_20654139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20654139_20654139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20654139_20654139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20654139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20654139'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20654139'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20930009_20930009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20930009_20930009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20930009_20930009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20930009_20930009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20930009_20930009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20930009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20930009'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20930009'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22212654_22212654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22212654_22212654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22212654_22212654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22212654_22212654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22212654_22212654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22212654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22212654'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22212654'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20675651_20675651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20675651_20675651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20675651_20675651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20675651_20675651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20675651_20675651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20675651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20675651'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20675651'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22218567_22218567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22218567_22218567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22218567_22218567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22218567_22218567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22218567_22218567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22218567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22218567'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22218567'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21899698_21899698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21899698_21899698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21899698_21899698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21899698_21899698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21899698_21899698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21899698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21899698'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21899698'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21073071_21073071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21073071_21073071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21073071_21073071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21073071_21073071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21073071_21073071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21073071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21073071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21073071'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22647272_22647272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22647272_22647272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22647272_22647272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22647272_22647272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22647272_22647272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22647272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22647272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22647272'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22128798_22128798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22128798_22128798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22128798_22128798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22128798_22128798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22128798_22128798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22128798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22128798'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22128798'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20837099_20837099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20837099_20837099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20837099_20837099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20837099_20837099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20837099_20837099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20837099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20837099'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20837099'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22024034_22024034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22024034_22024034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22024034_22024034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22024034_22024034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22024034_22024034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22024034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22024034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22024034'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21567499_21567499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21567499_21567499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21567499_21567499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21567499_21567499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21567499_21567499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21567499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21567499'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21567499'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21028913_21028913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21028913_21028913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21028913_21028913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21028913_21028913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21028913_21028913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21028913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21028913'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21028913'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21785445_21785445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21785445_21785445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21785445_21785445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21785445_21785445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21785445_21785445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21785445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21785445'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21785445'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22050088_22050088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22050088_22050088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22050088_22050088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22050088_22050088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22050088_22050088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22050088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22050088'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22050088'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22110096_22110096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22110096_22110096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22110096_22110096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22110096_22110096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22110096_22110096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22110096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22110096'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22110096'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22192410_22192410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22192410_22192410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22192410_22192410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22192410_22192410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22192410_22192410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22192410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22192410'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22192410'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21696069_21696069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21696069_21696069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21696069_21696069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21696069_21696069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21696069_21696069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21696069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21696069'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21696069'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22231182_22231182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22231182_22231182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22231182_22231182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22231182_22231182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22231182_22231182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22231182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22231182'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22231182'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21692275_21692275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21692275_21692275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21692275_21692275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21692275_21692275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21692275_21692275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21692275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21692275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21692275'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21113390_21113390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21113390_21113390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21113390_21113390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21113390_21113390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21113390_21113390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21113390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21113390'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21113390'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20853655_20853655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20853655_20853655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20853655_20853655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20853655_20853655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20853655_20853655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20853655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20853655'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20853655'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21392622_21392622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21392622_21392622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21392622_21392622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21392622_21392622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21392622_21392622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21392622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21392622'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21392622'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22102391_22102391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22102391_22102391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22102391_22102391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22102391_22102391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22102391_22102391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22102391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22102391'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22102391'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22200455_22200455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22200455_22200455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22200455_22200455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22200455_22200455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22200455_22200455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22200455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22200455'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22200455'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21507498_21507498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21507498_21507498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21507498_21507498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21507498_21507498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21507498_21507498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21507498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21507498'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21507498'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21840347_21840347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21840347_21840347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21840347_21840347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21840347_21840347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21840347_21840347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21840347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21840347'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21840347'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22316446_22316446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22316446_22316446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22316446_22316446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22316446_22316446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22316446_22316446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22316446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22316446'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22316446'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22024175_22024175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22024175_22024175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22024175_22024175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22024175_22024175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22024175_22024175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22024175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22024175'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22024175'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20832314_20832314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20832314_20832314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20832314_20832314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20832314_20832314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20832314_20832314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20832314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20832314'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20832314'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21574849_21574849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21574849_21574849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21574849_21574849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21574849_21574849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21574849_21574849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21574849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21574849'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21574849'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21683246_21683246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21683246_21683246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21683246_21683246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21683246_21683246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21683246_21683246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21683246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21683246'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21683246'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22419232_22419232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22419232_22419232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22419232_22419232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22419232_22419232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22419232_22419232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22419232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22419232'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22419232'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22529490_22529490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22529490_22529490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22529490_22529490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22529490_22529490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22529490_22529490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22529490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22529490'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22529490'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21317821_21317821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21317821_21317821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21317821_21317821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21317821_21317821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21317821_21317821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21317821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21317821'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21317821'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21253927_21253927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21253927_21253927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21253927_21253927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21253927_21253927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21253927_21253927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21253927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21253927'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21253927'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22437346_22437346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22437346_22437346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22437346_22437346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22437346_22437346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22437346_22437346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22437346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22437346'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22437346'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21651591_21651591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21651591_21651591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21651591_21651591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21651591_21651591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21651591_21651591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21651591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21651591'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21651591'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20769713_20769713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20769713_20769713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20769713_20769713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20769713_20769713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20769713_20769713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20769713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20769713'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20769713'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21682584_21682584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21682584_21682584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21682584_21682584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21682584_21682584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21682584_21682584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21682584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21682584'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21682584'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21778275_21778275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21778275_21778275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21778275_21778275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21778275_21778275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21778275_21778275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21778275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21778275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21778275'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21123185_21123185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21123185_21123185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21123185_21123185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21123185_21123185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21123185_21123185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21123185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21123185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21123185'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22092939_22092939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22092939_22092939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22092939_22092939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22092939_22092939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22092939_22092939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22092939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22092939'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22092939'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20797819_20797819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20797819_20797819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20797819_20797819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20797819_20797819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20797819_20797819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20797819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20797819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20797819'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22353038_22353038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22353038_22353038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22353038_22353038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22353038_22353038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22353038_22353038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22353038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22353038'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22353038'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22496111_22496111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22496111_22496111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22496111_22496111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22496111_22496111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22496111_22496111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22496111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22496111'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22496111'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22715024_22715024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22715024_22715024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22715024_22715024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22715024_22715024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22715024_22715024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22715024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22715024'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22715024'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22361804_22361804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22361804_22361804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22361804_22361804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22361804_22361804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22361804_22361804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22361804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22361804'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22361804'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21582400_21582400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21582400_21582400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21582400_21582400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21582400_21582400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21582400_21582400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21582400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21582400'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21582400'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22578656_22578656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22578656_22578656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22578656_22578656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22578656_22578656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22578656_22578656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22578656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22578656'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22578656'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22146036_22146036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22146036_22146036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22146036_22146036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22146036_22146036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22146036_22146036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22146036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22146036'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22146036'^^xsd:integer;
  dwc:observationDate '2014-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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21543052_21543052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21543052_21543052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21543052_21543052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21543052_21543052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21543052_21543052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21543052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21543052'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21543052'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22583252_22583252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22583252_22583252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22583252_22583252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22583252_22583252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22583252_22583252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22583252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22583252'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22583252'^^xsd:integer;
  dwc:observationDate '2014-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-122362'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21773092_21773092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21773092_21773092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21773092_21773092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21773092_21773092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21773092_21773092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21773092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21773092'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21773092'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22189840_22189840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22189840_22189840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22189840_22189840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22189840_22189840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22189840_22189840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22189840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22189840'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22189840'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21448556_21448556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21448556_21448556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21448556_21448556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21448556_21448556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21448556_21448556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21448556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21448556'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21448556'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21421806_21421806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21421806_21421806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21421806_21421806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21421806_21421806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21421806_21421806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21421806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21421806'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21421806'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21597823_21597823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21597823_21597823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21597823_21597823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21597823_21597823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21597823_21597823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21597823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21597823'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21597823'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21527471_21527471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21527471_21527471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21527471_21527471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21527471_21527471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21527471_21527471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21527471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21527471'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21527471'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22584616_22584616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22584616_22584616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22584616_22584616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22584616_22584616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22584616_22584616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22584616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22584616'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22584616'^^xsd:integer;
  dwc:observationDate '2014-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-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22033843_22033843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22033843_22033843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22033843_22033843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22033843_22033843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22033843_22033843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22033843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22033843'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22033843'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22453409_22453409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22453409_22453409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22453409_22453409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22453409_22453409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22453409_22453409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22453409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22453409'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22453409'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21177278_21177278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21177278_21177278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21177278_21177278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21177278_21177278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21177278_21177278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21177278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21177278'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21177278'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21096378_21096378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21096378_21096378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21096378_21096378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21096378_21096378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21096378_21096378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21096378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21096378'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21096378'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21754252_21754252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21754252_21754252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21754252_21754252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21754252_21754252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21754252_21754252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21754252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21754252'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21754252'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21372521_21372521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21372521_21372521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21372521_21372521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21372521_21372521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21372521_21372521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21372521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21372521'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21372521'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21250311_21250311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21250311_21250311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21250311_21250311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21250311_21250311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21250311_21250311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21250311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21250311'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21250311'^^xsd:integer;
  dwc:observationDate '2014-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-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20751977_20751977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20751977_20751977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20751977_20751977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9849358"^^xsd:decimal ;
  dwc:decimalLongitude "5.075274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20751977_20751977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9849358 5.075274)"^^geo:wktLiteral ;
  geo-pos:lat "50.9849358"^^xsd:decimal ;
  geo-pos:long "5.075274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20751977_20751977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20751977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20751977'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.075274'^^xsd:double;
  dwc:latitude '50.9849358'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20751977'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124065'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21541435_21541435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21541435_21541435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21541435_21541435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21541435_21541435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21541435_21541435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21541435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21541435'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21541435'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22589037_22589037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22589037_22589037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22589037_22589037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.98197"^^xsd:decimal ;
  dwc:decimalLongitude "5.0780232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22589037_22589037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.98197 5.0780232)"^^geo:wktLiteral ;
  geo-pos:lat "50.98197"^^xsd:decimal ;
  geo-pos:long "5.0780232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22589037_22589037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22589037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22589037'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0780232'^^xsd:double;
  dwc:latitude '50.98197'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22589037'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124064'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21790522_21790522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21790522_21790522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21790522_21790522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9833902"^^xsd:decimal ;
  dwc:decimalLongitude "5.0759855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21790522_21790522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9833902 5.0759855)"^^geo:wktLiteral ;
  geo-pos:lat "50.9833902"^^xsd:decimal ;
  geo-pos:long "5.0759855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21790522_21790522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21790522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21790522'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0759855'^^xsd:double;
  dwc:latitude '50.9833902'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21790522'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20649404_20649404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20649404_20649404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20649404_20649404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20649404_20649404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20649404_20649404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20649404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20649404'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20649404'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22181943_22181943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22181943_22181943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22181943_22181943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22181943_22181943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22181943_22181943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22181943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22181943'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22181943'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22332373_22332373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22332373_22332373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22332373_22332373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22332373_22332373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22332373_22332373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22332373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22332373'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22332373'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21307041_21307041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21307041_21307041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21307041_21307041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21307041_21307041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21307041_21307041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21307041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21307041'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21307041'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20698381_20698381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20698381_20698381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20698381_20698381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20698381_20698381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20698381_20698381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20698381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20698381'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20698381'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21608948_21608948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21608948_21608948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21608948_21608948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21608948_21608948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21608948_21608948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21608948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21608948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21608948'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20644884_20644884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20644884_20644884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20644884_20644884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20644884_20644884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20644884_20644884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20644884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20644884'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20644884'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22358725_22358725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22358725_22358725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22358725_22358725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22358725_22358725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22358725_22358725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22358725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22358725'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22358725'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22582044_22582044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22582044_22582044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22582044_22582044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22582044_22582044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22582044_22582044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22582044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22582044'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22582044'^^xsd:integer;
  dwc:observationDate '2014-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-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21730384_21730384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21730384_21730384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21730384_21730384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21730384_21730384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21730384_21730384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21730384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21730384'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21730384'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22333453_22333453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22333453_22333453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22333453_22333453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22333453_22333453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22333453_22333453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22333453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22333453'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22333453'^^xsd:integer;
  dwc:observationDate '2014-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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20601534_20601534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20601534_20601534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20601534_20601534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20601534_20601534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20601534_20601534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20601534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20601534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20601534'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20677967_20677967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20677967_20677967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20677967_20677967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9843681"^^xsd:decimal ;
  dwc:decimalLongitude "5.0725863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20677967_20677967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9843681 5.0725863)"^^geo:wktLiteral ;
  geo-pos:lat "50.9843681"^^xsd:decimal ;
  geo-pos:long "5.0725863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20677967_20677967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20677967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20677967'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0725863'^^xsd:double;
  dwc:latitude '50.9843681'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20677967'^^xsd:integer;
  dwc:observationDate '2014-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-124060'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22493300_22493300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22493300_22493300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22493300_22493300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22493300_22493300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22493300_22493300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22493300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22493300'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22493300'^^xsd:integer;
  dwc:observationDate '2014-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 6 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21096672_21096672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21096672_21096672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21096672_21096672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21096672_21096672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21096672_21096672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21096672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21096672'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21096672'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21482637_21482637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21482637_21482637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21482637_21482637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9901667"^^xsd:decimal ;
  dwc:decimalLongitude "5.0616675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21482637_21482637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9901667 5.0616675)"^^geo:wktLiteral ;
  geo-pos:lat "50.9901667"^^xsd:decimal ;
  geo-pos:long "5.0616675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21482637_21482637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21482637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21482637'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0616675'^^xsd:double;
  dwc:latitude '50.9901667'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21482637'^^xsd:integer;
  dwc:observationDate '2014-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 12 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122335'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22683515_22683515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22683515_22683515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22683515_22683515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22683515_22683515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22683515_22683515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22683515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22683515'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22683515'^^xsd:integer;
  dwc:observationDate '2014-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 127 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20832360_20832360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20832360_20832360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20832360_20832360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20832360_20832360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20832360_20832360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20832360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20832360'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20832360'^^xsd:integer;
  dwc:observationDate '2014-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 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21461389_21461389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21461389_21461389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21461389_21461389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21461389_21461389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21461389_21461389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21461389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21461389'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21461389'^^xsd:integer;
  dwc:observationDate '2014-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 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21800288_21800288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21800288_21800288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21800288_21800288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21800288_21800288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21800288_21800288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21800288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21800288'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21800288'^^xsd:integer;
  dwc:observationDate '2014-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 145 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21730516_21730516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21730516_21730516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21730516_21730516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21730516_21730516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21730516_21730516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21730516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21730516'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21730516'^^xsd:integer;
  dwc:observationDate '2014-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 143 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22185849_22185849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22185849_22185849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22185849_22185849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22185849_22185849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22185849_22185849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22185849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22185849'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22185849'^^xsd:integer;
  dwc:observationDate '2014-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 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22682005_22682005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22682005_22682005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22682005_22682005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22682005_22682005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22682005_22682005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22682005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22682005'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22682005'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20584766_20584766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20584766_20584766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20584766_20584766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20584766_20584766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20584766_20584766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20584766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20584766'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20584766'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21202335_21202335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21202335_21202335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21202335_21202335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21202335_21202335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21202335_21202335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21202335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21202335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21202335'^^xsd:integer;
  dwc:observationDate '2014-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 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21627514_21627514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21627514_21627514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21627514_21627514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21627514_21627514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21627514_21627514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21627514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21627514'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21627514'^^xsd:integer;
  dwc:observationDate '2014-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 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21861418_21861418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21861418_21861418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21861418_21861418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21861418_21861418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21861418_21861418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21861418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21861418'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21861418'^^xsd:integer;
  dwc:observationDate '2014-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 134 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21242872_21242872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21242872_21242872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21242872_21242872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21242872_21242872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21242872_21242872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21242872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21242872'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21242872'^^xsd:integer;
  dwc:observationDate '2014-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 136 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21900541_21900541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21900541_21900541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21900541_21900541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21900541_21900541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21900541_21900541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21900541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21900541'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21900541'^^xsd:integer;
  dwc:observationDate '2014-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 141 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20807448_20807448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20807448_20807448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20807448_20807448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20807448_20807448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20807448_20807448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20807448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20807448'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20807448'^^xsd:integer;
  dwc:observationDate '2014-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 135 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21276362_21276362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21276362_21276362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21276362_21276362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21276362_21276362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21276362_21276362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21276362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21276362'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21276362'^^xsd:integer;
  dwc:observationDate '2014-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 117 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22170196_22170196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22170196_22170196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22170196_22170196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22170196_22170196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22170196_22170196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22170196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22170196'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22170196'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22433770_22433770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22433770_22433770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22433770_22433770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22433770_22433770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22433770_22433770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22433770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22433770'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22433770'^^xsd:integer;
  dwc:observationDate '2014-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 142 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22411131_22411131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22411131_22411131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22411131_22411131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22411131_22411131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22411131_22411131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22411131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22411131'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22411131'^^xsd:integer;
  dwc:observationDate '2014-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 143 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20654022_20654022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20654022_20654022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20654022_20654022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20654022_20654022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20654022_20654022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20654022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20654022'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20654022'^^xsd:integer;
  dwc:observationDate '2014-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 153 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22603554_22603554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22603554_22603554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22603554_22603554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22603554_22603554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22603554_22603554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22603554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22603554'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22603554'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22229450_22229450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22229450_22229450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22229450_22229450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22229450_22229450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22229450_22229450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22229450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22229450'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22229450'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21304269_21304269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21304269_21304269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21304269_21304269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21304269_21304269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21304269_21304269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21304269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21304269'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21304269'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20627183_20627183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20627183_20627183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20627183_20627183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20627183_20627183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20627183_20627183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20627183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20627183'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20627183'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20960997_20960997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20960997_20960997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20960997_20960997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20960997_20960997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20960997_20960997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20960997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20960997'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20960997'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20825397_20825397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20825397_20825397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20825397_20825397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20825397_20825397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20825397_20825397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20825397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20825397'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20825397'^^xsd:integer;
  dwc:observationDate '2014-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 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21373934_21373934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21373934_21373934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21373934_21373934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21373934_21373934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21373934_21373934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21373934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21373934'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21373934'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22324662_22324662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22324662_22324662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22324662_22324662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22324662_22324662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22324662_22324662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22324662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22324662'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22324662'^^xsd:integer;
  dwc:observationDate '2014-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 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21061376_21061376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21061376_21061376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21061376_21061376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21061376_21061376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21061376_21061376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21061376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21061376'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21061376'^^xsd:integer;
  dwc:observationDate '2014-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 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21007762_21007762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21007762_21007762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21007762_21007762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21007762_21007762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21007762_21007762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21007762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21007762'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21007762'^^xsd:integer;
  dwc:observationDate '2014-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 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21429071_21429071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21429071_21429071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21429071_21429071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21429071_21429071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21429071_21429071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21429071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21429071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21429071'^^xsd:integer;
  dwc:observationDate '2014-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 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21784102_21784102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21784102_21784102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21784102_21784102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21784102_21784102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21784102_21784102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21784102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21784102'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21784102'^^xsd:integer;
  dwc:observationDate '2014-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 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22310006_22310006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22310006_22310006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22310006_22310006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22310006_22310006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22310006_22310006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22310006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22310006'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22310006'^^xsd:integer;
  dwc:observationDate '2014-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 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22381948_22381948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22381948_22381948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22381948_22381948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22381948_22381948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22381948_22381948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22381948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22381948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22381948'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22437835_22437835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22437835_22437835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22437835_22437835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22437835_22437835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22437835_22437835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22437835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22437835'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22437835'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20751029_20751029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20751029_20751029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20751029_20751029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20751029_20751029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20751029_20751029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20751029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20751029'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20751029'^^xsd:integer;
  dwc:observationDate '2014-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 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22078691_22078691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22078691_22078691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22078691_22078691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22078691_22078691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22078691_22078691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22078691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22078691'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22078691'^^xsd:integer;
  dwc:observationDate '2014-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 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22372141_22372141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22372141_22372141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22372141_22372141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22372141_22372141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22372141_22372141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22372141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22372141'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22372141'^^xsd:integer;
  dwc:observationDate '2014-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 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22394682_22394682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22394682_22394682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22394682_22394682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22394682_22394682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22394682_22394682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22394682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22394682'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22394682'^^xsd:integer;
  dwc:observationDate '2014-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 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20989991_20989991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20989991_20989991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20989991_20989991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20989991_20989991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20989991_20989991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20989991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20989991'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20989991'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21068746_21068746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21068746_21068746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21068746_21068746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21068746_21068746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21068746_21068746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21068746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21068746'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21068746'^^xsd:integer;
  dwc:observationDate '2014-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 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21387275_21387275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21387275_21387275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21387275_21387275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21387275_21387275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21387275_21387275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21387275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21387275'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21387275'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20976984_20976984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20976984_20976984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20976984_20976984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20976984_20976984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20976984_20976984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20976984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20976984'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20976984'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21816701_21816701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21816701_21816701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21816701_21816701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21816701_21816701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21816701_21816701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21816701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21816701'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21816701'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21600365_21600365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21600365_21600365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21600365_21600365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21600365_21600365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21600365_21600365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21600365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21600365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21600365'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21253811_21253811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21253811_21253811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21253811_21253811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21253811_21253811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21253811_21253811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21253811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21253811'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21253811'^^xsd:integer;
  dwc:observationDate '2014-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 27 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22478657_22478657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22478657_22478657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22478657_22478657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22478657_22478657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22478657_22478657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22478657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22478657'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22478657'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21759501_21759501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21759501_21759501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21759501_21759501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21759501_21759501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21759501_21759501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21759501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21759501'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21759501'^^xsd:integer;
  dwc:observationDate '2014-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 68 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22078229_22078229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22078229_22078229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22078229_22078229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22078229_22078229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22078229_22078229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22078229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22078229'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22078229'^^xsd:integer;
  dwc:observationDate '2014-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 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20874448_20874448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20874448_20874448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20874448_20874448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20874448_20874448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20874448_20874448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20874448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20874448'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20874448'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22400024_22400024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22400024_22400024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22400024_22400024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22400024_22400024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22400024_22400024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22400024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22400024'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22400024'^^xsd:integer;
  dwc:observationDate '2014-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 24 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21405829_21405829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21405829_21405829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21405829_21405829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21405829_21405829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21405829_21405829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21405829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21405829'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21405829'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21828343_21828343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21828343_21828343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21828343_21828343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21828343_21828343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21828343_21828343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21828343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21828343'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21828343'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22566383_22566383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22566383_22566383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22566383_22566383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22566383_22566383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22566383_22566383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22566383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22566383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22566383'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21686382_21686382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21686382_21686382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21686382_21686382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21686382_21686382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21686382_21686382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21686382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21686382'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21686382'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22613967_22613967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22613967_22613967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22613967_22613967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22613967_22613967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22613967_22613967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22613967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22613967'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22613967'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20796253_20796253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20796253_20796253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20796253_20796253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20796253_20796253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20796253_20796253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20796253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20796253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20796253'^^xsd:integer;
  dwc:observationDate '2014-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 16 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21645883_21645883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21645883_21645883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21645883_21645883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21645883_21645883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21645883_21645883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21645883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21645883'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21645883'^^xsd:integer;
  dwc:observationDate '2014-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 2 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21741180_21741180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21741180_21741180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21741180_21741180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21741180_21741180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21741180_21741180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21741180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21741180'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21741180'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21650420_21650420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21650420_21650420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21650420_21650420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21650420_21650420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21650420_21650420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21650420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21650420'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21650420'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21173445_21173445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21173445_21173445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21173445_21173445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21173445_21173445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21173445_21173445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21173445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21173445'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21173445'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21670948_21670948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21670948_21670948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21670948_21670948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21670948_21670948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21670948_21670948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21670948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21670948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21670948'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20673205_20673205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20673205_20673205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20673205_20673205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20673205_20673205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20673205_20673205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20673205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20673205'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20673205'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22251772_22251772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22251772_22251772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22251772_22251772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22251772_22251772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22251772_22251772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22251772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22251772'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22251772'^^xsd:integer;
  dwc:observationDate '2014-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21723935_21723935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21723935_21723935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21723935_21723935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21723935_21723935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21723935_21723935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21723935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21723935'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21723935'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20936042_20936042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20936042_20936042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20936042_20936042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20936042_20936042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20936042_20936042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20936042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20936042'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20936042'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21766565_21766565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21766565_21766565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21766565_21766565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21766565_21766565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21766565_21766565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21766565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21766565'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21766565'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20983002_20983002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20983002_20983002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20983002_20983002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20983002_20983002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20983002_20983002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20983002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20983002'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20983002'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21131158_21131158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21131158_21131158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21131158_21131158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21131158_21131158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21131158_21131158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21131158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21131158'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21131158'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21056831_21056831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21056831_21056831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21056831_21056831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21056831_21056831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21056831_21056831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21056831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21056831'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21056831'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21354514_21354514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21354514_21354514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21354514_21354514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21354514_21354514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21354514_21354514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21354514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21354514'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21354514'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21279546_21279546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21279546_21279546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21279546_21279546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21279546_21279546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21279546_21279546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21279546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21279546'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21279546'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21770614_21770614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21770614_21770614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21770614_21770614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21770614_21770614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21770614_21770614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21770614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21770614'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21770614'^^xsd:integer;
  dwc:observationDate '2014-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21421272_21421272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21421272_21421272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21421272_21421272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21421272_21421272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21421272_21421272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21421272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21421272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21421272'^^xsd:integer;
  dwc:observationDate '2014-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 18 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22567787_22567787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22567787_22567787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22567787_22567787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22567787_22567787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22567787_22567787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22567787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22567787'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22567787'^^xsd:integer;
  dwc:observationDate '2014-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22032241_22032241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22032241_22032241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22032241_22032241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22032241_22032241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22032241_22032241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22032241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22032241'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22032241'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21617416_21617416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21617416_21617416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21617416_21617416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21617416_21617416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21617416_21617416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21617416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21617416'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21617416'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20973365_20973365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20973365_20973365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20973365_20973365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20973365_20973365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20973365_20973365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20973365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20973365'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20973365'^^xsd:integer;
  dwc:observationDate '2014-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 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21478342_21478342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21478342_21478342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21478342_21478342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21478342_21478342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21478342_21478342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21478342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21478342'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21478342'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22024960_22024960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22024960_22024960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22024960_22024960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22024960_22024960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22024960_22024960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22024960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22024960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22024960'^^xsd:integer;
  dwc:observationDate '2014-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 63 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22578600_22578600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22578600_22578600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22578600_22578600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22578600_22578600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22578600_22578600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22578600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22578600'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22578600'^^xsd:integer;
  dwc:observationDate '2014-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 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21708202_21708202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21708202_21708202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21708202_21708202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21708202_21708202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21708202_21708202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21708202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21708202'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21708202'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21070050_21070050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21070050_21070050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21070050_21070050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21070050_21070050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21070050_21070050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21070050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21070050'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21070050'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20642297_20642297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20642297_20642297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20642297_20642297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20642297_20642297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20642297_20642297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20642297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20642297'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20642297'^^xsd:integer;
  dwc:observationDate '2014-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 69 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21611138_21611138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21611138_21611138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21611138_21611138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21611138_21611138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21611138_21611138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21611138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21611138'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21611138'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22670861_22670861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22670861_22670861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22670861_22670861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22670861_22670861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22670861_22670861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22670861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22670861'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22670861'^^xsd:integer;
  dwc:observationDate '2014-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 20 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20824015_20824015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20824015_20824015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20824015_20824015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20824015_20824015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20824015_20824015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20824015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20824015'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20824015'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22099016_22099016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22099016_22099016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22099016_22099016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22099016_22099016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22099016_22099016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22099016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22099016'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22099016'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22258707_22258707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22258707_22258707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22258707_22258707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22258707_22258707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22258707_22258707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22258707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22258707'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22258707'^^xsd:integer;
  dwc:observationDate '2014-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 17 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22368738_22368738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22368738_22368738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22368738_22368738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22368738_22368738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22368738_22368738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22368738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22368738'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22368738'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21412307_21412307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21412307_21412307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21412307_21412307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21412307_21412307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21412307_21412307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21412307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21412307'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21412307'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21834850_21834850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21834850_21834850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21834850_21834850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21834850_21834850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21834850_21834850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21834850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21834850'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21834850'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22272157_22272157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22272157_22272157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22272157_22272157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22272157_22272157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22272157_22272157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22272157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22272157'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22272157'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21475767_21475767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21475767_21475767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21475767_21475767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21475767_21475767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21475767_21475767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21475767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21475767'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21475767'^^xsd:integer;
  dwc:observationDate '2014-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 64 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21740771_21740771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21740771_21740771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21740771_21740771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21740771_21740771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21740771_21740771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21740771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21740771'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21740771'^^xsd:integer;
  dwc:observationDate '2014-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 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22049509_22049509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22049509_22049509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22049509_22049509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22049509_22049509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22049509_22049509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22049509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22049509'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22049509'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22624795_22624795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22624795_22624795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22624795_22624795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22624795_22624795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22624795_22624795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22624795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22624795'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22624795'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20640213_20640213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20640213_20640213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20640213_20640213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20640213_20640213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20640213_20640213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20640213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20640213'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20640213'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21202059_21202059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21202059_21202059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21202059_21202059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21202059_21202059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21202059_21202059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21202059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21202059'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21202059'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20659379_20659379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20659379_20659379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20659379_20659379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20659379_20659379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20659379_20659379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20659379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20659379'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20659379'^^xsd:integer;
  dwc:observationDate '2014-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 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21729236_21729236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21729236_21729236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21729236_21729236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21729236_21729236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21729236_21729236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21729236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21729236'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21729236'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22398927_22398927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22398927_22398927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22398927_22398927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22398927_22398927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22398927_22398927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22398927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22398927'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22398927'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22438047_22438047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22438047_22438047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22438047_22438047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22438047_22438047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22438047_22438047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22438047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22438047'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22438047'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21353674_21353674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21353674_21353674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21353674_21353674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21353674_21353674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21353674_21353674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21353674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21353674'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21353674'^^xsd:integer;
  dwc:observationDate '2014-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22215905_22215905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22215905_22215905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22215905_22215905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22215905_22215905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22215905_22215905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22215905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22215905'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22215905'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20737141_20737141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20737141_20737141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20737141_20737141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20737141_20737141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20737141_20737141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20737141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20737141'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20737141'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22254673_22254673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22254673_22254673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22254673_22254673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22254673_22254673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22254673_22254673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22254673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22254673'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22254673'^^xsd:integer;
  dwc:observationDate '2014-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 8 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20858956_20858956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20858956_20858956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20858956_20858956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20858956_20858956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20858956_20858956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20858956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20858956'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20858956'^^xsd:integer;
  dwc:observationDate '2014-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 11 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22574650_22574650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22574650_22574650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22574650_22574650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22574650_22574650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22574650_22574650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22574650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22574650'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22574650'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21326601_21326601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21326601_21326601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21326601_21326601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21326601_21326601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21326601_21326601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21326601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21326601'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21326601'^^xsd:integer;
  dwc:observationDate '2014-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 30 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22190884_22190884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22190884_22190884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22190884_22190884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22190884_22190884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22190884_22190884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22190884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22190884'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22190884'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22122815_22122815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22122815_22122815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22122815_22122815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22122815_22122815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22122815_22122815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22122815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22122815'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22122815'^^xsd:integer;
  dwc:observationDate '2014-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 26 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21039447_21039447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21039447_21039447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21039447_21039447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21039447_21039447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21039447_21039447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21039447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21039447'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21039447'^^xsd:integer;
  dwc:observationDate '2014-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 58 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22644300_22644300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22644300_22644300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22644300_22644300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22644300_22644300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22644300_22644300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22644300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22644300'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22644300'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21711291_21711291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21711291_21711291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21711291_21711291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21711291_21711291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21711291_21711291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21711291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21711291'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21711291'^^xsd:integer;
  dwc:observationDate '2014-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 71 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21146232_21146232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21146232_21146232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21146232_21146232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21146232_21146232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21146232_21146232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21146232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21146232'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21146232'^^xsd:integer;
  dwc:observationDate '2014-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/5871_20999151_20999151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20999151_20999151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20999151_20999151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20999151_20999151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20999151_20999151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20999151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20999151'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20999151'^^xsd:integer;
  dwc:observationDate '2014-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 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21202883_21202883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21202883_21202883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21202883_21202883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21202883_21202883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21202883_21202883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21202883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21202883'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21202883'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21348552_21348552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21348552_21348552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21348552_21348552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21348552_21348552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21348552_21348552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21348552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21348552'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21348552'^^xsd:integer;
  dwc:observationDate '2014-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 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22481837_22481837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22481837_22481837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22481837_22481837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22481837_22481837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22481837_22481837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22481837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22481837'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22481837'^^xsd:integer;
  dwc:observationDate '2014-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 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21388486_21388486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21388486_21388486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21388486_21388486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21388486_21388486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21388486_21388486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21388486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21388486'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21388486'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22679717_22679717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22679717_22679717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22679717_22679717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22679717_22679717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22679717_22679717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22679717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22679717'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22679717'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21838527_21838527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21838527_21838527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21838527_21838527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21838527_21838527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21838527_21838527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21838527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21838527'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21838527'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22097145_22097145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22097145_22097145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22097145_22097145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22097145_22097145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22097145_22097145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22097145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22097145'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22097145'^^xsd:integer;
  dwc:observationDate '2014-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 70 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22361732_22361732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22361732_22361732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22361732_22361732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22361732_22361732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22361732_22361732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22361732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22361732'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22361732'^^xsd:integer;
  dwc:observationDate '2014-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 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21571371_21571371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21571371_21571371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21571371_21571371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21571371_21571371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21571371_21571371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21571371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21571371'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21571371'^^xsd:integer;
  dwc:observationDate '2014-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 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21823648_21823648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21823648_21823648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21823648_21823648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21823648_21823648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21823648_21823648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21823648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21823648'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21823648'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22433877_22433877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22433877_22433877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22433877_22433877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22433877_22433877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22433877_22433877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22433877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22433877'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22433877'^^xsd:integer;
  dwc:observationDate '2014-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 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22038419_22038419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22038419_22038419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22038419_22038419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22038419_22038419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22038419_22038419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22038419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22038419'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22038419'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20706914_20706914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20706914_20706914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20706914_20706914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20706914_20706914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20706914_20706914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20706914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20706914'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20706914'^^xsd:integer;
  dwc:observationDate '2014-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 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21363738_21363738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21363738_21363738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21363738_21363738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21363738_21363738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21363738_21363738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21363738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21363738'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21363738'^^xsd:integer;
  dwc:observationDate '2014-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 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21882142_21882142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21882142_21882142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21882142_21882142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21882142_21882142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21882142_21882142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21882142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21882142'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21882142'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21490937_21490937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21490937_21490937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21490937_21490937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21490937_21490937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21490937_21490937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21490937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21490937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21490937'^^xsd:integer;
  dwc:observationDate '2014-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 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21783121_21783121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21783121_21783121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21783121_21783121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21783121_21783121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21783121_21783121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21783121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21783121'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21783121'^^xsd:integer;
  dwc:observationDate '2014-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 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22701309_22701309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22701309_22701309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22701309_22701309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22701309_22701309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22701309_22701309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22701309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22701309'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22701309'^^xsd:integer;
  dwc:observationDate '2014-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 96 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21239172_21239172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21239172_21239172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21239172_21239172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21239172_21239172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21239172_21239172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21239172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21239172'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21239172'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21012064_21012064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21012064_21012064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21012064_21012064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21012064_21012064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21012064_21012064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21012064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21012064'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21012064'^^xsd:integer;
  dwc:observationDate '2014-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 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22543353_22543353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22543353_22543353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22543353_22543353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22543353_22543353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22543353_22543353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22543353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22543353'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22543353'^^xsd:integer;
  dwc:observationDate '2014-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 106 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22601252_22601252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22601252_22601252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22601252_22601252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22601252_22601252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22601252_22601252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22601252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22601252'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22601252'^^xsd:integer;
  dwc:observationDate '2014-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 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21820213_21820213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21820213_21820213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21820213_21820213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21820213_21820213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21820213_21820213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21820213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21820213'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21820213'^^xsd:integer;
  dwc:observationDate '2014-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 62 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21287082_21287082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21287082_21287082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21287082_21287082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21287082_21287082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21287082_21287082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21287082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21287082'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21287082'^^xsd:integer;
  dwc:observationDate '2014-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 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22378368_22378368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22378368_22378368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22378368_22378368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22378368_22378368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22378368_22378368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22378368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22378368'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22378368'^^xsd:integer;
  dwc:observationDate '2014-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 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20635903_20635903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20635903_20635903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20635903_20635903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20635903_20635903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20635903_20635903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20635903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20635903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20635903'^^xsd:integer;
  dwc:observationDate '2014-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 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22305383_22305383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22305383_22305383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22305383_22305383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22305383_22305383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22305383_22305383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22305383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22305383'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22305383'^^xsd:integer;
  dwc:observationDate '2014-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 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21729069_21729069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21729069_21729069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21729069_21729069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21729069_21729069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21729069_21729069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21729069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21729069'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21729069'^^xsd:integer;
  dwc:observationDate '2014-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 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22305778_22305778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22305778_22305778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22305778_22305778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22305778_22305778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22305778_22305778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22305778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22305778'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22305778'^^xsd:integer;
  dwc:observationDate '2014-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 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21347757_21347757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21347757_21347757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21347757_21347757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21347757_21347757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21347757_21347757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21347757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21347757'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21347757'^^xsd:integer;
  dwc:observationDate '2014-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 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21426364_21426364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21426364_21426364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21426364_21426364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21426364_21426364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21426364_21426364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21426364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21426364'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21426364'^^xsd:integer;
  dwc:observationDate '2014-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 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22468788_22468788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22468788_22468788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22468788_22468788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22468788_22468788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22468788_22468788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22468788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22468788'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22468788'^^xsd:integer;
  dwc:observationDate '2014-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 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20651214_20651214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20651214_20651214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20651214_20651214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20651214_20651214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20651214_20651214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20651214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20651214'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20651214'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21758724_21758724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21758724_21758724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21758724_21758724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21758724_21758724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21758724_21758724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21758724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21758724'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21758724'^^xsd:integer;
  dwc:observationDate '2014-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 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21655394_21655394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21655394_21655394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21655394_21655394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21655394_21655394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21655394_21655394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21655394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21655394'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21655394'^^xsd:integer;
  dwc:observationDate '2014-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 107 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21041149_21041149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21041149_21041149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21041149_21041149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21041149_21041149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21041149_21041149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21041149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21041149'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21041149'^^xsd:integer;
  dwc:observationDate '2014-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 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20661760_20661760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20661760_20661760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20661760_20661760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20661760_20661760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20661760_20661760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20661760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20661760'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20661760'^^xsd:integer;
  dwc:observationDate '2014-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 87 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20617855_20617855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20617855_20617855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20617855_20617855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20617855_20617855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20617855_20617855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20617855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20617855'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20617855'^^xsd:integer;
  dwc:observationDate '2014-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 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20846281_20846281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20846281_20846281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20846281_20846281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20846281_20846281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20846281_20846281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20846281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20846281'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20846281'^^xsd:integer;
  dwc:observationDate '2014-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 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20717621_20717621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20717621_20717621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20717621_20717621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20717621_20717621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20717621_20717621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20717621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20717621'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20717621'^^xsd:integer;
  dwc:observationDate '2014-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 60 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22675532_22675532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22675532_22675532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22675532_22675532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22675532_22675532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22675532_22675532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22675532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22675532'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22675532'^^xsd:integer;
  dwc:observationDate '2014-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 66 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21851395_21851395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21851395_21851395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21851395_21851395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21851395_21851395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21851395_21851395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21851395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21851395'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21851395'^^xsd:integer;
  dwc:observationDate '2014-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 95 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21754565_21754565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21754565_21754565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21754565_21754565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21754565_21754565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21754565_21754565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21754565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21754565'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21754565'^^xsd:integer;
  dwc:observationDate '2014-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 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22211752_22211752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22211752_22211752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22211752_22211752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22211752_22211752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22211752_22211752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22211752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22211752'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22211752'^^xsd:integer;
  dwc:observationDate '2014-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 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22271316_22271316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22271316_22271316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22271316_22271316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22271316_22271316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22271316_22271316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22271316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22271316'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22271316'^^xsd:integer;
  dwc:observationDate '2014-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 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20728745_20728745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20728745_20728745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20728745_20728745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20728745_20728745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20728745_20728745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20728745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20728745'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20728745'^^xsd:integer;
  dwc:observationDate '2014-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 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21075857_21075857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21075857_21075857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21075857_21075857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21075857_21075857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21075857_21075857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21075857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21075857'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21075857'^^xsd:integer;
  dwc:observationDate '2014-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 104 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20648813_20648813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20648813_20648813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20648813_20648813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20648813_20648813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20648813_20648813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20648813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20648813'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20648813'^^xsd:integer;
  dwc:observationDate '2014-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 89 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21310340_21310340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21310340_21310340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21310340_21310340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21310340_21310340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21310340_21310340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21310340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21310340'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21310340'^^xsd:integer;
  dwc:observationDate '2014-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 76 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20764987_20764987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20764987_20764987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20764987_20764987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20764987_20764987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20764987_20764987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20764987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20764987'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20764987'^^xsd:integer;
  dwc:observationDate '2014-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 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21996595_21996595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21996595_21996595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21996595_21996595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21996595_21996595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21996595_21996595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21996595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21996595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21996595'^^xsd:integer;
  dwc:observationDate '2014-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 83 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22498539_22498539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22498539_22498539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22498539_22498539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22498539_22498539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22498539_22498539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22498539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22498539'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22498539'^^xsd:integer;
  dwc:observationDate '2014-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 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21739265_21739265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21739265_21739265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21739265_21739265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21739265_21739265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21739265_21739265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21739265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21739265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21739265'^^xsd:integer;
  dwc:observationDate '2014-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 99 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22002289_22002289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22002289_22002289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22002289_22002289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22002289_22002289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22002289_22002289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22002289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22002289'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22002289'^^xsd:integer;
  dwc:observationDate '2014-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 84 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22505139_22505139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22505139_22505139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22505139_22505139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22505139_22505139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22505139_22505139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22505139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22505139'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22505139'^^xsd:integer;
  dwc:observationDate '2014-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 98 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21481948_21481948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21481948_21481948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21481948_21481948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21481948_21481948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21481948_21481948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21481948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21481948'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21481948'^^xsd:integer;
  dwc:observationDate '2014-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 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21112334_21112334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21112334_21112334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21112334_21112334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21112334_21112334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21112334_21112334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21112334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21112334'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21112334'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21622829_21622829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21622829_21622829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21622829_21622829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21622829_21622829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21622829_21622829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21622829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21622829'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21622829'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21116094_21116094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21116094_21116094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21116094_21116094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21116094_21116094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21116094_21116094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21116094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21116094'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21116094'^^xsd:integer;
  dwc:observationDate '2014-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 28 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20776402_20776402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20776402_20776402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20776402_20776402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20776402_20776402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20776402_20776402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20776402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20776402'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20776402'^^xsd:integer;
  dwc:observationDate '2014-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 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22318265_22318265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22318265_22318265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22318265_22318265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22318265_22318265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22318265_22318265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22318265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22318265'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22318265'^^xsd:integer;
  dwc:observationDate '2014-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 94 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22685160_22685160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22685160_22685160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22685160_22685160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22685160_22685160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22685160_22685160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22685160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22685160'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22685160'^^xsd:integer;
  dwc:observationDate '2014-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 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21160872_21160872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21160872_21160872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21160872_21160872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21160872_21160872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21160872_21160872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21160872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21160872'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21160872'^^xsd:integer;
  dwc:observationDate '2014-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 81 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22099910_22099910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22099910_22099910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22099910_22099910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22099910_22099910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22099910_22099910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22099910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22099910'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22099910'^^xsd:integer;
  dwc:observationDate '2014-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 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20892354_20892354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20892354_20892354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20892354_20892354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20892354_20892354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20892354_20892354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20892354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20892354'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20892354'^^xsd:integer;
  dwc:observationDate '2014-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 100 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22291567_22291567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22291567_22291567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22291567_22291567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22291567_22291567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22291567_22291567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22291567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22291567'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22291567'^^xsd:integer;
  dwc:observationDate '2014-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 92 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20792722_20792722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20792722_20792722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20792722_20792722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20792722_20792722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20792722_20792722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20792722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20792722'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20792722'^^xsd:integer;
  dwc:observationDate '2014-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 97 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22443309_22443309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22443309_22443309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22443309_22443309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22443309_22443309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22443309_22443309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22443309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22443309'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22443309'^^xsd:integer;
  dwc:observationDate '2014-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 102 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21793542_21793542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21793542_21793542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21793542_21793542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21793542_21793542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21793542_21793542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21793542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21793542'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21793542'^^xsd:integer;
  dwc:observationDate '2014-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 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21076112_21076112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21076112_21076112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21076112_21076112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21076112_21076112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21076112_21076112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21076112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21076112'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21076112'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21488673_21488673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21488673_21488673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21488673_21488673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21488673_21488673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21488673_21488673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21488673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21488673'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21488673'^^xsd:integer;
  dwc:observationDate '2014-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 13 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20598451_20598451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20598451_20598451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20598451_20598451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20598451_20598451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20598451_20598451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20598451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20598451'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20598451'^^xsd:integer;
  dwc:observationDate '2014-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22559497_22559497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22559497_22559497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22559497_22559497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22559497_22559497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22559497_22559497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22559497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22559497'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22559497'^^xsd:integer;
  dwc:observationDate '2014-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 91 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21337621_21337621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21337621_21337621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21337621_21337621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21337621_21337621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21337621_21337621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21337621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21337621'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21337621'^^xsd:integer;
  dwc:observationDate '2014-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 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21653087_21653087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21653087_21653087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21653087_21653087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21653087_21653087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21653087_21653087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21653087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21653087'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21653087'^^xsd:integer;
  dwc:observationDate '2014-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 78 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21104153_21104153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21104153_21104153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21104153_21104153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21104153_21104153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21104153_21104153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21104153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21104153'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21104153'^^xsd:integer;
  dwc:observationDate '2014-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 88 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21130087_21130087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21130087_21130087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21130087_21130087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21130087_21130087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21130087_21130087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21130087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21130087'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21130087'^^xsd:integer;
  dwc:observationDate '2014-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 85 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21982959_21982959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21982959_21982959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21982959_21982959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21982959_21982959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21982959_21982959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21982959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21982959'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21982959'^^xsd:integer;
  dwc:observationDate '2014-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 82 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22716642_22716642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22716642_22716642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22716642_22716642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22716642_22716642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22716642_22716642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22716642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22716642'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22716642'^^xsd:integer;
  dwc:observationDate '2014-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 93 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22274362_22274362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22274362_22274362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22274362_22274362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22274362_22274362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22274362_22274362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22274362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22274362'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22274362'^^xsd:integer;
  dwc:observationDate '2014-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 90 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21319877_21319877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21319877_21319877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21319877_21319877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21319877_21319877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21319877_21319877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21319877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21319877'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21319877'^^xsd:integer;
  dwc:observationDate '2014-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 23 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21064564_21064564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21064564_21064564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21064564_21064564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21064564_21064564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21064564_21064564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21064564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21064564'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21064564'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22424331_22424331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22424331_22424331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22424331_22424331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22424331_22424331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22424331_22424331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22424331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22424331'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22424331'^^xsd:integer;
  dwc:observationDate '2014-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 36 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21159790_21159790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21159790_21159790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21159790_21159790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21159790_21159790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21159790_21159790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21159790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21159790'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21159790'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20866327_20866327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20866327_20866327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20866327_20866327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20866327_20866327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20866327_20866327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20866327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20866327'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20866327'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20671207_20671207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20671207_20671207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20671207_20671207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20671207_20671207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20671207_20671207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20671207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20671207'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20671207'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21010057_21010057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21010057_21010057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21010057_21010057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21010057_21010057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21010057_21010057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21010057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21010057'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21010057'^^xsd:integer;
  dwc:observationDate '2014-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 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22606047_22606047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22606047_22606047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22606047_22606047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22606047_22606047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22606047_22606047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22606047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22606047'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22606047'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21951347_21951347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21951347_21951347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21951347_21951347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21951347_21951347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21951347_21951347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21951347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21951347'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21951347'^^xsd:integer;
  dwc:observationDate '2014-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 5 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21346269_21346269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21346269_21346269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21346269_21346269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21346269_21346269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21346269_21346269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21346269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21346269'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21346269'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22394556_22394556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22394556_22394556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22394556_22394556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22394556_22394556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22394556_22394556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22394556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22394556'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22394556'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21111905_21111905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21111905_21111905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21111905_21111905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21111905_21111905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21111905_21111905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21111905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21111905'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21111905'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21954511_21954511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21954511_21954511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21954511_21954511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21954511_21954511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21954511_21954511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21954511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21954511'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21954511'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21905034_21905034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21905034_21905034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21905034_21905034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21905034_21905034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21905034_21905034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21905034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21905034'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21905034'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20774277_20774277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20774277_20774277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20774277_20774277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20774277_20774277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20774277_20774277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20774277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20774277'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20774277'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21943589_21943589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21943589_21943589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21943589_21943589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21943589_21943589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21943589_21943589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21943589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21943589'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21943589'^^xsd:integer;
  dwc:observationDate '2014-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 31 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21818673_21818673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21818673_21818673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21818673_21818673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21818673_21818673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21818673_21818673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21818673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21818673'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21818673'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21454637_21454637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21454637_21454637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21454637_21454637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21454637_21454637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21454637_21454637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21454637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21454637'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21454637'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22070268_22070268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22070268_22070268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22070268_22070268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22070268_22070268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22070268_22070268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22070268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22070268'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22070268'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22085844_22085844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22085844_22085844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22085844_22085844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22085844_22085844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22085844_22085844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22085844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22085844'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22085844'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21072934_21072934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21072934_21072934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21072934_21072934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21072934_21072934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21072934_21072934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21072934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21072934'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21072934'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22120803_22120803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22120803_22120803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22120803_22120803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22120803_22120803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22120803_22120803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22120803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22120803'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22120803'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22235344_22235344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22235344_22235344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22235344_22235344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22235344_22235344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22235344_22235344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22235344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22235344'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22235344'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21469010_21469010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21469010_21469010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21469010_21469010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21469010_21469010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21469010_21469010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21469010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21469010'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21469010'^^xsd:integer;
  dwc:observationDate '2014-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21621343_21621343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21621343_21621343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21621343_21621343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21621343_21621343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21621343_21621343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21621343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21621343'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21621343'^^xsd:integer;
  dwc:observationDate '2014-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20749608_20749608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20749608_20749608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20749608_20749608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20749608_20749608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20749608_20749608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20749608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20749608'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20749608'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21168408_21168408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21168408_21168408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21168408_21168408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21168408_21168408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21168408_21168408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21168408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21168408'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21168408'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21806445_21806445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21806445_21806445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21806445_21806445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21806445_21806445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21806445_21806445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21806445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21806445'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21806445'^^xsd:integer;
  dwc:observationDate '2014-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 1 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21825570_21825570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21825570_21825570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21825570_21825570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21825570_21825570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21825570_21825570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21825570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21825570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21825570'^^xsd:integer;
  dwc:observationDate '2014-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 21 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21057361_21057361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21057361_21057361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21057361_21057361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21057361_21057361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21057361_21057361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21057361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21057361'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21057361'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22307219_22307219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22307219_22307219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22307219_22307219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22307219_22307219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22307219_22307219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22307219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22307219'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22307219'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21484661_21484661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21484661_21484661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21484661_21484661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21484661_21484661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21484661_21484661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21484661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21484661'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21484661'^^xsd:integer;
  dwc:observationDate '2014-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 61 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20668999_20668999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20668999_20668999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20668999_20668999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20668999_20668999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20668999_20668999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20668999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20668999'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20668999'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22706961_22706961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22706961_22706961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22706961_22706961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22706961_22706961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22706961_22706961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22706961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22706961'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22706961'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20889089_20889089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20889089_20889089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20889089_20889089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20889089_20889089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20889089_20889089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20889089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20889089'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20889089'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22282451_22282451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22282451_22282451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22282451_22282451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22282451_22282451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22282451_22282451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22282451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22282451'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22282451'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20918912_20918912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20918912_20918912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20918912_20918912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20918912_20918912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20918912_20918912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20918912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20918912'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20918912'^^xsd:integer;
  dwc:observationDate '2014-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 65 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20874019_20874019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20874019_20874019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20874019_20874019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20874019_20874019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20874019_20874019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20874019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20874019'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20874019'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20952940_20952940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20952940_20952940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20952940_20952940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20952940_20952940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20952940_20952940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20952940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20952940'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20952940'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21392111_21392111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21392111_21392111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21392111_21392111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21392111_21392111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21392111_21392111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21392111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21392111'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21392111'^^xsd:integer;
  dwc:observationDate '2014-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 9 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20816108_20816108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20816108_20816108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20816108_20816108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20816108_20816108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20816108_20816108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20816108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20816108'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20816108'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21264286_21264286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21264286_21264286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21264286_21264286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21264286_21264286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21264286_21264286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21264286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21264286'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21264286'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21911259_21911259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21911259_21911259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21911259_21911259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21911259_21911259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21911259_21911259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21911259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21911259'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21911259'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22488953_22488953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22488953_22488953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22488953_22488953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22488953_22488953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22488953_22488953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22488953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22488953'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22488953'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22366191_22366191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22366191_22366191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22366191_22366191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22366191_22366191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22366191_22366191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22366191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22366191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22366191'^^xsd:integer;
  dwc:observationDate '2014-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21342392_21342392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21342392_21342392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21342392_21342392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21342392_21342392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21342392_21342392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21342392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21342392'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21342392'^^xsd:integer;
  dwc:observationDate '2014-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 53 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22101558_22101558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22101558_22101558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22101558_22101558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22101558_22101558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22101558_22101558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22101558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22101558'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22101558'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20588993_20588993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20588993_20588993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20588993_20588993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20588993_20588993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20588993_20588993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20588993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20588993'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20588993'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22247270_22247270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22247270_22247270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22247270_22247270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22247270_22247270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22247270_22247270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22247270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22247270'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22247270'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21785571_21785571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21785571_21785571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21785571_21785571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21785571_21785571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21785571_21785571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21785571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21785571'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21785571'^^xsd:integer;
  dwc:observationDate '2014-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 37 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21368070_21368070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21368070_21368070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21368070_21368070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21368070_21368070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21368070_21368070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21368070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21368070'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21368070'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21508422_21508422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21508422_21508422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21508422_21508422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21508422_21508422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21508422_21508422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21508422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21508422'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21508422'^^xsd:integer;
  dwc:observationDate '2014-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 40 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21946669_21946669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21946669_21946669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21946669_21946669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21946669_21946669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21946669_21946669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21946669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21946669'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21946669'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21465430_21465430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21465430_21465430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21465430_21465430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21465430_21465430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21465430_21465430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21465430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21465430'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21465430'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22068741_22068741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22068741_22068741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22068741_22068741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22068741_22068741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22068741_22068741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22068741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22068741'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22068741'^^xsd:integer;
  dwc:observationDate '2014-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 14 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22346267_22346267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22346267_22346267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22346267_22346267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22346267_22346267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22346267_22346267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22346267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22346267'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22346267'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21791250_21791250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21791250_21791250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21791250_21791250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21791250_21791250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21791250_21791250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21791250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21791250'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21791250'^^xsd:integer;
  dwc:observationDate '2014-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 22 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21853027_21853027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21853027_21853027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21853027_21853027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21853027_21853027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21853027_21853027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21853027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21853027'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21853027'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22244184_22244184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22244184_22244184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22244184_22244184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22244184_22244184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22244184_22244184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22244184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22244184'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22244184'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22181219_22181219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22181219_22181219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22181219_22181219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22181219_22181219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22181219_22181219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22181219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22181219'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22181219'^^xsd:integer;
  dwc:observationDate '2014-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21174914_21174914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21174914_21174914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21174914_21174914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21174914_21174914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21174914_21174914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21174914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21174914'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21174914'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21548030_21548030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21548030_21548030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21548030_21548030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21548030_21548030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21548030_21548030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21548030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21548030'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21548030'^^xsd:integer;
  dwc:observationDate '2014-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22633733_22633733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22633733_22633733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22633733_22633733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22633733_22633733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22633733_22633733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22633733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22633733'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22633733'^^xsd:integer;
  dwc:observationDate '2014-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/5871_21018984_21018984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21018984_21018984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21018984_21018984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21018984_21018984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21018984_21018984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21018984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21018984'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21018984'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22297666_22297666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22297666_22297666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22297666_22297666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22297666_22297666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22297666_22297666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22297666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22297666'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22297666'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20764370_20764370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20764370_20764370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20764370_20764370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20764370_20764370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20764370_20764370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20764370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20764370'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20764370'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_21096340_21096340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21096340_21096340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21096340_21096340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21096340_21096340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21096340_21096340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21096340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21096340'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21096340'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_22343276_22343276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22343276_22343276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22343276_22343276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22343276_22343276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22343276_22343276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22343276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22343276'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22343276'^^xsd:integer;
  dwc:observationDate '2014-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22661154_22661154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22661154_22661154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22661154_22661154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22661154_22661154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22661154_22661154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22661154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22661154'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22661154'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20903889_20903889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20903889_20903889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20903889_20903889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20903889_20903889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20903889_20903889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20903889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20903889'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20903889'^^xsd:integer;
  dwc:observationDate '2014-11-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 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/5871_21671840_21671840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21671840_21671840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21671840_21671840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21671840_21671840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21671840_21671840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21671840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21671840'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21671840'^^xsd:integer;
  dwc:observationDate '2014-11-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21675406_21675406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21675406_21675406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21675406_21675406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21675406_21675406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21675406_21675406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21675406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21675406'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21675406'^^xsd:integer;
  dwc:observationDate '2014-11-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20832144_20832144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20832144_20832144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20832144_20832144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20832144_20832144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20832144_20832144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20832144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20832144'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20832144'^^xsd:integer;
  dwc:observationDate '2014-11-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21403903_21403903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21403903_21403903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21403903_21403903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21403903_21403903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21403903_21403903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21403903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21403903'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21403903'^^xsd:integer;
  dwc:observationDate '2014-11-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21065775_21065775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21065775_21065775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21065775_21065775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21065775_21065775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21065775_21065775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21065775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21065775'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21065775'^^xsd:integer;
  dwc:observationDate '2014-11-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22366413_22366413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22366413_22366413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22366413_22366413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22366413_22366413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22366413_22366413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22366413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22366413'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22366413'^^xsd:integer;
  dwc:observationDate '2014-11-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 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/5871_22325428_22325428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22325428_22325428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22325428_22325428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22325428_22325428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22325428_22325428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22325428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22325428'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22325428'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_21145928_21145928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21145928_21145928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21145928_21145928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21145928_21145928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21145928_21145928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21145928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21145928'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21145928'^^xsd:integer;
  dwc:observationDate '2014-11-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21781663_21781663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21781663_21781663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21781663_21781663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21781663_21781663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21781663_21781663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21781663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21781663'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21781663'^^xsd:integer;
  dwc:observationDate '2014-11-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/5871_22135785_22135785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22135785_22135785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22135785_22135785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22135785_22135785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22135785_22135785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22135785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22135785'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22135785'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_20591530_20591530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20591530_20591530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20591530_20591530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20591530_20591530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20591530_20591530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20591530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20591530'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20591530'^^xsd:integer;
  dwc:observationDate '2014-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21624570_21624570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21624570_21624570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21624570_21624570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21624570_21624570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21624570_21624570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21624570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21624570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21624570'^^xsd:integer;
  dwc:observationDate '2014-12-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 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/5871_21114734_21114734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21114734_21114734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21114734_21114734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21114734_21114734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21114734_21114734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21114734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21114734'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21114734'^^xsd:integer;
  dwc:observationDate '2014-12-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 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/5871_22481528_22481528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22481528_22481528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22481528_22481528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22481528_22481528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22481528_22481528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22481528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22481528'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22481528'^^xsd:integer;
  dwc:observationDate '2014-12-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 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/5871_21154674_21154674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21154674_21154674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21154674_21154674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21154674_21154674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21154674_21154674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21154674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21154674'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21154674'^^xsd:integer;
  dwc:observationDate '2014-12-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22073570_22073570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22073570_22073570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22073570_22073570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22073570_22073570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22073570_22073570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22073570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22073570'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22073570'^^xsd:integer;
  dwc:observationDate '2014-12-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/5871_22519536_22519536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22519536_22519536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22519536_22519536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22519536_22519536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22519536_22519536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22519536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22519536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22519536'^^xsd:integer;
  dwc:observationDate '2014-12-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 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/5871_20616418_20616418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20616418_20616418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20616418_20616418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20616418_20616418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20616418_20616418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20616418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20616418'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20616418'^^xsd:integer;
  dwc:observationDate '2014-12-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 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/5871_21082191_21082191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21082191_21082191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21082191_21082191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21082191_21082191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21082191_21082191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21082191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21082191'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21082191'^^xsd:integer;
  dwc:observationDate '2014-12-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/5871_22619679_22619679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22619679_22619679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22619679_22619679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22619679_22619679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22619679_22619679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22619679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22619679'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22619679'^^xsd:integer;
  dwc:observationDate '2014-12-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 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/5871_45717569_45717569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45717569_45717569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45717569_45717569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_45717569_45717569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_45717569_45717569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45717569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45717569'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45717569'^^xsd:integer;
  dwc:observationDate '2014-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 42 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_45717590_45717590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_45717590_45717590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_45717590_45717590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_45717590_45717590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_45717590_45717590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "45717590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '45717590'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '45717590'^^xsd:integer;
  dwc:observationDate '2014-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_20956033_20956033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_20956033_20956033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_20956033_20956033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_20956033_20956033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_20956033_20956033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "20956033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '20956033'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '20956033'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21839533_21839533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21839533_21839533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21839533_21839533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21839533_21839533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21839533_21839533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21839533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21839533'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21839533'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22385031_22385031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22385031_22385031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22385031_22385031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22385031_22385031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22385031_22385031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22385031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22385031'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22385031'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21132953_21132953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21132953_21132953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21132953_21132953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21132953_21132953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21132953_21132953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21132953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21132953'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21132953'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22684053_22684053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22684053_22684053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22684053_22684053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22684053_22684053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22684053_22684053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22684053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22684053'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22684053'^^xsd:integer;
  dwc:observationDate '2014-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 10 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22639567_22639567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22639567_22639567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22639567_22639567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22639567_22639567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22639567_22639567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22639567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22639567'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22639567'^^xsd:integer;
  dwc:observationDate '2014-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 3 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22570119_22570119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22570119_22570119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22570119_22570119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22570119_22570119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22570119_22570119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22570119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22570119'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22570119'^^xsd:integer;
  dwc:observationDate '2014-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21578411_21578411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21578411_21578411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21578411_21578411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9916225"^^xsd:decimal ;
  dwc:decimalLongitude "5.0542423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21578411_21578411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9916225 5.0542423)"^^geo:wktLiteral ;
  geo-pos:lat "50.9916225"^^xsd:decimal ;
  geo-pos:long "5.0542423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21578411_21578411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21578411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21578411'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0542423'^^xsd:double;
  dwc:latitude '50.9916225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21578411'^^xsd:integer;
  dwc:observationDate '2014-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-124078'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21758438_21758438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21758438_21758438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21758438_21758438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21758438_21758438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21758438_21758438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21758438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21758438'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21758438'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_22464786_22464786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_22464786_22464786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_22464786_22464786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_22464786_22464786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_22464786_22464786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "22464786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '22464786'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '22464786'^^xsd:integer;
  dwc:observationDate '2014-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 38 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_21483069_21483069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_21483069_21483069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_21483069_21483069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_21483069_21483069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_21483069_21483069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "21483069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '21483069'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '21483069'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23615049_23615049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615049_23615049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615049_23615049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615049_23615049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615049_23615049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615049'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615049'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23896927_23896927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896927_23896927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896927_23896927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9911178"^^xsd:decimal ;
  dwc:decimalLongitude "5.0574492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23896927_23896927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9911178 5.0574492)"^^geo:wktLiteral ;
  geo-pos:lat "50.9911178"^^xsd:decimal ;
  geo-pos:long "5.0574492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23896927_23896927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896927'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.0574492'^^xsd:double;
  dwc:latitude '50.9911178'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23896927'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23615067_23615067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615067_23615067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615067_23615067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615067_23615067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615067_23615067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615067'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615067'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23615068_23615068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615068_23615068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615068_23615068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615068_23615068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615068_23615068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615068'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615068'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23615072_23615072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615072_23615072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615072_23615072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615072_23615072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615072_23615072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615072'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615072'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23615091_23615091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615091_23615091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615091_23615091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615091_23615091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615091_23615091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615091'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615091'^^xsd:integer;
  dwc:observationDate '2014-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 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/5871_23615101_23615101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615101_23615101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615101_23615101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615101_23615101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615101_23615101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615101'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615101'^^xsd:integer;
  dwc:observationDate '2014-12-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/5871_23615111_23615111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615111_23615111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615111_23615111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615111_23615111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615111_23615111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615111'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615111'^^xsd:integer;
  dwc:observationDate '2014-12-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615122_23615122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615122_23615122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615122_23615122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615122_23615122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615122_23615122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615122'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615122'^^xsd:integer;
  dwc:observationDate '2014-12-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/5871_23615124_23615124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615124_23615124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615124_23615124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615124_23615124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615124_23615124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615124'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615124'^^xsd:integer;
  dwc:observationDate '2014-12-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615136_23615136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615136_23615136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615136_23615136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615136_23615136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615136_23615136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615136'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615136'^^xsd:integer;
  dwc:observationDate '2014-12-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615177_23615177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615177_23615177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615177_23615177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615177_23615177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615177_23615177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615177'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615177'^^xsd:integer;
  dwc:observationDate '2014-12-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615223_23615223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615223_23615223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615223_23615223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615223_23615223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615223_23615223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615223'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615223'^^xsd:integer;
  dwc:observationDate '2014-12-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 43 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615266_23615266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615266_23615266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615266_23615266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615266_23615266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615266_23615266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615266'^^xsd:integer;
  dwc:observationDate '2014-12-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615316_23615316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615316_23615316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615316_23615316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615316_23615316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615316_23615316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615316'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615316'^^xsd:integer;
  dwc:observationDate '2014-12-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615366_23615366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615366_23615366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615366_23615366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615366_23615366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615366_23615366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615366'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615366'^^xsd:integer;
  dwc:observationDate '2014-12-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615391_23615391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615391_23615391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615391_23615391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615391_23615391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615391_23615391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615391'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615391'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23615393_23615393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615393_23615393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615393_23615393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615393_23615393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615393_23615393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615393'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615393'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23615402_23615402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615402_23615402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615402_23615402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615402_23615402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615402_23615402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615402'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615402'^^xsd:integer;
  dwc:observationDate '2015-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615452_23615452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615452_23615452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615452_23615452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615452_23615452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615452_23615452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615452'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615452'^^xsd:integer;
  dwc:observationDate '2015-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 52 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615504_23615504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615504_23615504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615504_23615504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615504_23615504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615504_23615504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615504'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615504'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23615544_23615544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615544_23615544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615544_23615544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615544_23615544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615544_23615544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615544'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615544'^^xsd:integer;
  dwc:observationDate '2015-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615590_23615590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615590_23615590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615590_23615590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615590_23615590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615590_23615590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615590'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615590'^^xsd:integer;
  dwc:observationDate '2015-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615631_23615631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615631_23615631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615631_23615631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615631_23615631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615631_23615631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615631'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615631'^^xsd:integer;
  dwc:observationDate '2015-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615677_23615677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615677_23615677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615677_23615677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615677_23615677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615677_23615677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615677'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615677'^^xsd:integer;
  dwc:observationDate '2015-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615725_23615725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615725_23615725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615725_23615725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615725_23615725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615725_23615725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615725'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615725'^^xsd:integer;
  dwc:observationDate '2015-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615773_23615773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615773_23615773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615773_23615773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615773_23615773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615773_23615773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615773'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615773'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23615808_23615808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615808_23615808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615808_23615808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615808_23615808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615808_23615808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615808'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615808'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23615855_23615855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615855_23615855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615855_23615855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615855_23615855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615855_23615855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615855'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615855'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23615895_23615895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615895_23615895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615895_23615895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615895_23615895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615895_23615895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615895'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615895'^^xsd:integer;
  dwc:observationDate '2015-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 46 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23615941_23615941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615941_23615941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615941_23615941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615941_23615941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615941_23615941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615941'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615941'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23615983_23615983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23615983_23615983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23615983_23615983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23615983_23615983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23615983_23615983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23615983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23615983'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23615983'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23616030_23616030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616030_23616030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616030_23616030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616030_23616030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616030_23616030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616030'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616030'^^xsd:integer;
  dwc:observationDate '2015-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 41 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23616071_23616071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616071_23616071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616071_23616071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616071_23616071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616071_23616071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616071'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616071'^^xsd:integer;
  dwc:observationDate '2015-01-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 51 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23616122_23616122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616122_23616122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616122_23616122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616122_23616122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616122_23616122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616122'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616122'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23616166_23616166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616166_23616166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616166_23616166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616166_23616166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616166_23616166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616166'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616166'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23616210_23616210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616210_23616210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616210_23616210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616210_23616210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616210_23616210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616210'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616210'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23616252_23616252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616252_23616252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616252_23616252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616252_23616252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616252_23616252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616252'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616252'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23616289_23616289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616289_23616289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616289_23616289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616289_23616289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616289_23616289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616289'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616289'^^xsd:integer;
  dwc:observationDate '2015-01-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23616335_23616335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616335_23616335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616335_23616335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616335_23616335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616335_23616335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616335'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616335'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23616377_23616377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616377_23616377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616377_23616377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616377_23616377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616377_23616377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616377'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616377'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23616424_23616424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616424_23616424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616424_23616424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616424_23616424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616424_23616424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616424'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616424'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23616469_23616469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616469_23616469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616469_23616469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616469_23616469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616469_23616469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616469'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616469'^^xsd:integer;
  dwc:observationDate '2015-01-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23616522_23616522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616522_23616522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616522_23616522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616522_23616522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616522_23616522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616522'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616522'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23616567_23616567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616567_23616567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616567_23616567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616567_23616567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616567_23616567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616567'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616567'^^xsd:integer;
  dwc:observationDate '2015-01-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23616599_23616599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616599_23616599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616599_23616599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616599_23616599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616599_23616599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616599'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616599'^^xsd:integer;
  dwc:observationDate '2015-01-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23616647_23616647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616647_23616647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616647_23616647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616647_23616647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616647_23616647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616647'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616647'^^xsd:integer;
  dwc:observationDate '2015-01-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23616695_23616695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616695_23616695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616695_23616695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616695_23616695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616695_23616695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616695'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616695'^^xsd:integer;
  dwc:observationDate '2015-01-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23616745_23616745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616745_23616745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616745_23616745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616745_23616745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616745_23616745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616745'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616745'^^xsd:integer;
  dwc:observationDate '2015-01-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23616794_23616794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616794_23616794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616794_23616794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616794_23616794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616794_23616794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616794'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616794'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23616834_23616834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616834_23616834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616834_23616834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616834_23616834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616834_23616834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616834'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616834'^^xsd:integer;
  dwc:observationDate '2015-01-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23616880_23616880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616880_23616880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616880_23616880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616880_23616880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616880_23616880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616880'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616880'^^xsd:integer;
  dwc:observationDate '2015-01-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23616926_23616926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616926_23616926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616926_23616926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616926_23616926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616926_23616926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616926'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616926'^^xsd:integer;
  dwc:observationDate '2015-01-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23616969_23616969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23616969_23616969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23616969_23616969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23616969_23616969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23616969_23616969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23616969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23616969'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23616969'^^xsd:integer;
  dwc:observationDate '2015-01-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23617015_23617015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617015_23617015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617015_23617015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617015_23617015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617015_23617015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617015'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617015'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23617059_23617059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617059_23617059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617059_23617059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617059_23617059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617059_23617059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617059'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617059'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23617103_23617103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617103_23617103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617103_23617103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617103_23617103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617103_23617103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617103'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617103'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23617105_23617105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617105_23617105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617105_23617105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617105_23617105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617105_23617105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617105'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617105'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23896934_23896934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896934_23896934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896934_23896934> ;
  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/5871_23896934_23896934>
  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/5871_23896934_23896934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896934'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^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 '23896934'^^xsd:integer;
  dwc:observationDate '2015-01-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896937_23896937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896937_23896937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896937_23896937> ;
  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/5871_23896937_23896937>
  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/5871_23896937_23896937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896937'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^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 '23896937'^^xsd:integer;
  dwc:observationDate '2015-01-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896950_23896950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896950_23896950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896950_23896950> ;
  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/5871_23896950_23896950>
  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/5871_23896950_23896950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896950'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^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 '23896950'^^xsd:integer;
  dwc:observationDate '2015-01-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896951_23896951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896951_23896951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896951_23896951> ;
  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/5871_23896951_23896951>
  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/5871_23896951_23896951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896951'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^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 '23896951'^^xsd:integer;
  dwc:observationDate '2015-01-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896953_23896953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896953_23896953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896953_23896953> ;
  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/5871_23896953_23896953>
  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/5871_23896953_23896953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896953'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^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 '23896953'^^xsd:integer;
  dwc:observationDate '2015-01-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896960_23896960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896960_23896960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896960_23896960> ;
  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/5871_23896960_23896960>
  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/5871_23896960_23896960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896960'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^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 '23896960'^^xsd:integer;
  dwc:observationDate '2015-01-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23896963_23896963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23896963_23896963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23896963_23896963> ;
  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/5871_23896963_23896963>
  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/5871_23896963_23896963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23896963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23896963'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^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 '23896963'^^xsd:integer;
  dwc:observationDate '2015-01-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897000_23897000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897000_23897000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897000_23897000> ;
  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/5871_23897000_23897000>
  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/5871_23897000_23897000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897000'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^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 '23897000'^^xsd:integer;
  dwc:observationDate '2015-01-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897001_23897001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897001_23897001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897001_23897001> ;
  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/5871_23897001_23897001>
  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/5871_23897001_23897001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897001'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^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 '23897001'^^xsd:integer;
  dwc:observationDate '2015-01-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897004_23897004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897004_23897004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897004_23897004> ;
  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/5871_23897004_23897004>
  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/5871_23897004_23897004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897004'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^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 '23897004'^^xsd:integer;
  dwc:observationDate '2015-01-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897028_23897028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897028_23897028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897028_23897028> ;
  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/5871_23897028_23897028>
  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/5871_23897028_23897028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897028'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^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 '23897028'^^xsd:integer;
  dwc:observationDate '2015-01-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897033_23897033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897033_23897033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897033_23897033> ;
  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/5871_23897033_23897033>
  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/5871_23897033_23897033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897033'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^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 '23897033'^^xsd:integer;
  dwc:observationDate '2015-01-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-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897045_23897045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897045_23897045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897045_23897045> ;
  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/5871_23897045_23897045>
  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/5871_23897045_23897045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897045'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897045'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23897048_23897048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897048_23897048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897048_23897048> ;
  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/5871_23897048_23897048>
  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/5871_23897048_23897048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897048'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897048'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23897049_23897049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897049_23897049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897049_23897049> ;
  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/5871_23897049_23897049>
  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/5871_23897049_23897049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897049'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897049'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23897072_23897072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897072_23897072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897072_23897072> ;
  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/5871_23897072_23897072>
  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/5871_23897072_23897072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897072'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897072'^^xsd:integer;
  dwc:observationDate '2015-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897111_23897111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897111_23897111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897111_23897111> ;
  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/5871_23897111_23897111>
  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/5871_23897111_23897111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897111'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897111'^^xsd:integer;
  dwc:observationDate '2015-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897160_23897160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897160_23897160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897160_23897160> ;
  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/5871_23897160_23897160>
  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/5871_23897160_23897160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897160'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897160'^^xsd:integer;
  dwc:observationDate '2015-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897207_23897207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897207_23897207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897207_23897207> ;
  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/5871_23897207_23897207>
  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/5871_23897207_23897207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897207'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897207'^^xsd:integer;
  dwc:observationDate '2015-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897255_23897255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897255_23897255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897255_23897255> ;
  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/5871_23897255_23897255>
  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/5871_23897255_23897255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897255'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897255'^^xsd:integer;
  dwc:observationDate '2015-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897302_23897302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897302_23897302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897302_23897302> ;
  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/5871_23897302_23897302>
  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/5871_23897302_23897302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897302'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897302'^^xsd:integer;
  dwc:observationDate '2015-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897352_23897352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897352_23897352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897352_23897352> ;
  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/5871_23897352_23897352>
  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/5871_23897352_23897352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897352'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897352'^^xsd:integer;
  dwc:observationDate '2015-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897401_23897401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897401_23897401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897401_23897401> ;
  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/5871_23897401_23897401>
  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/5871_23897401_23897401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897401'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897401'^^xsd:integer;
  dwc:observationDate '2015-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 49 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897450_23897450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897450_23897450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897450_23897450> ;
  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/5871_23897450_23897450>
  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/5871_23897450_23897450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897450'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897450'^^xsd:integer;
  dwc:observationDate '2015-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 47 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897497_23897497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897497_23897497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897497_23897497> ;
  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/5871_23897497_23897497>
  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/5871_23897497_23897497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897497'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897497'^^xsd:integer;
  dwc:observationDate '2015-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897545_23897545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897545_23897545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897545_23897545> ;
  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/5871_23897545_23897545>
  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/5871_23897545_23897545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897545'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897545'^^xsd:integer;
  dwc:observationDate '2015-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23897595_23897595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897595_23897595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897595_23897595> ;
  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/5871_23897595_23897595>
  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/5871_23897595_23897595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897595'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^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 '23897595'^^xsd:integer;
  dwc:observationDate '2015-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 19 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122367'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23617111_23617111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617111_23617111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617111_23617111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617111_23617111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617111_23617111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617111'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617111'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617137_23617137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617137_23617137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617137_23617137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617137_23617137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617137_23617137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617137'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617137'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617161_23617161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617161_23617161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617161_23617161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617161_23617161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617161_23617161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617161'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617161'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617175_23617175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617175_23617175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617175_23617175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617175_23617175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617175_23617175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617175'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617175'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23897614_23897614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23897614_23897614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23897614_23897614> ;
  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/5871_23897614_23897614>
  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/5871_23897614_23897614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23897614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23897614'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^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 '23897614'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617185_23617185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617185_23617185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617185_23617185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617185_23617185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617185_23617185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617185'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617185'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617204_23617204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617204_23617204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617204_23617204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617204_23617204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617204_23617204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617204'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617204'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617210_23617210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617210_23617210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617210_23617210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617210_23617210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617210_23617210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617210'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617210'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617226_23617226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617226_23617226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617226_23617226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617226_23617226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617226_23617226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617226'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617226'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617236_23617236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617236_23617236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617236_23617236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617236_23617236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617236_23617236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617236'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617236'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617253_23617253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617253_23617253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617253_23617253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617253_23617253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617253_23617253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617253'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617253'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617266_23617266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617266_23617266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617266_23617266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617266_23617266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617266_23617266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617266'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617266'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617271_23617271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617271_23617271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617271_23617271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617271_23617271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617271_23617271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617271'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617271'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23617272_23617272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617272_23617272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617272_23617272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617272_23617272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617272_23617272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617272'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617272'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23967225_23967225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23967225_23967225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23967225_23967225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.99004"^^xsd:decimal ;
  dwc:decimalLongitude "5.060056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23967225_23967225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.99004 5.060056)"^^geo:wktLiteral ;
  geo-pos:lat "50.99004"^^xsd:decimal ;
  geo-pos:long "5.060056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23967225_23967225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23967225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23967225'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '5.060056'^^xsd:double;
  dwc:latitude '50.99004'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23967225'^^xsd:integer;
  dwc:observationDate '2015-01-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-124076'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23617280_23617280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617280_23617280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617280_23617280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617280_23617280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617280_23617280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617280'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617280'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617283_23617283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617283_23617283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617283_23617283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617283_23617283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617283_23617283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617283'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617283'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617287_23617287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617287_23617287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617287_23617287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617287_23617287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617287_23617287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617287'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617287'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617311_23617311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617311_23617311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617311_23617311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617311_23617311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617311_23617311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617311'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617311'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617339_23617339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617339_23617339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617339_23617339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617339_23617339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617339_23617339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617339'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617339'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617374_23617374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617374_23617374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617374_23617374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617374_23617374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617374_23617374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617374'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617374'^^xsd:integer;
  dwc:observationDate '2015-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 48 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23617422_23617422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617422_23617422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617422_23617422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617422_23617422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617422_23617422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617422'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617422'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617459_23617459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617459_23617459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617459_23617459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617459_23617459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617459_23617459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617459'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617459'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617492_23617492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617492_23617492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617492_23617492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617492_23617492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617492_23617492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617492'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617492'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617534_23617534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617534_23617534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617534_23617534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617534_23617534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617534_23617534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617534'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617534'^^xsd:integer;
  dwc:observationDate '2015-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23617536_23617536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617536_23617536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617536_23617536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617536_23617536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617536_23617536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617536'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617536'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617576_23617576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617576_23617576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617576_23617576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617576_23617576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617576_23617576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617576'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617576'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617608_23617608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617608_23617608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617608_23617608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617608_23617608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617608_23617608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617608'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617608'^^xsd:integer;
  dwc:observationDate '2015-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 39 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23617647_23617647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617647_23617647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617647_23617647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617647_23617647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617647_23617647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617647'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617647'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617694_23617694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617694_23617694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617694_23617694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617694_23617694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617694_23617694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617694'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617694'^^xsd:integer;
  dwc:observationDate '2015-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 50 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23617744_23617744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617744_23617744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617744_23617744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617744_23617744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617744_23617744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617744'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617744'^^xsd:integer;
  dwc:observationDate '2015-01-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 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/5871_23617784_23617784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617784_23617784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617784_23617784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617784_23617784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617784_23617784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617784'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617784'^^xsd:integer;
  dwc:observationDate '2015-01-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23617816_23617816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617816_23617816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617816_23617816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617816_23617816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617816_23617816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617816'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617816'^^xsd:integer;
  dwc:observationDate '2015-01-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/5871_23617819_23617819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617819_23617819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617819_23617819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617819_23617819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617819_23617819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617819'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617819'^^xsd:integer;
  dwc:observationDate '2015-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23617820_23617820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617820_23617820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617820_23617820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617820_23617820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617820_23617820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617820'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617820'^^xsd:integer;
  dwc:observationDate '2015-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23617830_23617830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617830_23617830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617830_23617830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617830_23617830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617830_23617830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617830'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617830'^^xsd:integer;
  dwc:observationDate '2015-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23617840_23617840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617840_23617840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617840_23617840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617840_23617840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617840_23617840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617840'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617840'^^xsd:integer;
  dwc:observationDate '2015-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23617850_23617850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617850_23617850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617850_23617850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617850_23617850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617850_23617850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617850'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617850'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617859_23617859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617859_23617859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617859_23617859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617859_23617859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617859_23617859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617859'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617859'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617862_23617862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617862_23617862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617862_23617862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617862_23617862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617862_23617862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617862'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617862'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617869_23617869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617869_23617869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617869_23617869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617869_23617869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617869_23617869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617869'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617869'^^xsd:integer;
  dwc:observationDate '2015-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-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5871_23617879_23617879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617879_23617879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617879_23617879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617879_23617879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617879_23617879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617879'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617879'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617913_23617913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617913_23617913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617913_23617913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617913_23617913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617913_23617913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617913'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617913'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617957_23617957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617957_23617957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617957_23617957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617957_23617957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617957_23617957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617957'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617957'^^xsd:integer;
  dwc:observationDate '2015-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 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/5871_23617989_23617989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5871_23617989_23617989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5871_23617989_23617989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9902591"^^xsd:decimal ;
  dwc:decimalLongitude "5.0602737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5871_23617989_23617989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9902591 5.0602737)"^^geo:wktLiteral ;
  geo-pos:lat "50.9902591"^^xsd:decimal ;
  geo-pos:long "5.0602737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5871_23617989_23617989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "23617989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5871_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2024-11-25'^^xsd:date;
  dwc:institutionCode 'VLIZ'^^xsd:string;
  dwc:collectionCode 'ETN'^^xsd:string;
  dwc:catalogNumber '23617989'^^xsd:integer;
  dwc:scientificName 'Silurus glanis'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '5.0602737'^^xsd:double;
  dwc:latitude '50.9902591'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '154677'^^xsd:integer;
  dwc:samplingProtocol 'acoustic telemetry'^^xsd:string;
  dwc:occurrenceId '23617989'^^xsd:integer;
  dwc:observationDate '2015-01-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 25 record(s)'^^xsd:string;
  dwc:eventRemarks 'detected on receiver VR2W-122348'^^xsd:string;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
# EOF